#盘符切换#常看当前目录下所有文件 dir#切换目录 cd change directory#返回上一级目录 cd..#清理屏幕 cls (clear screen)#退出终端 exit#查看电脑的ip ipconfig#打开应用calc 计算器mspaint 画板nodepad 记事本#ping命 ...
分类:
其他好文 时间:
2021-01-05 11:37:00
阅读次数:
0
摘选自:https://www.cnblogs.com/dolphin0520/p/3920373.html volatile这个关键字可能很多朋友都听说过,或许也都用过。在Java 5之前,它是一个备受争议的关键字,因为在程序中使用它往往会导致出人意料的结果。在Java 5之后,volatile关 ...
分类:
编程语言 时间:
2021-01-04 11:29:44
阅读次数:
0
Git error The file will have its original line endings in your working directory Git项目提交代码,即执行git add .命令后,报了这个错误有点懵。 参考博客1:https://www.cnblogs.com/dy ...
分类:
其他好文 时间:
2021-01-02 11:05:53
阅读次数:
0
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>c ...
分类:
其他好文 时间:
2021-01-01 12:13:15
阅读次数:
0
require.context: https://webpack.js.org/guides/dependency-management/#requirecontext require.context(directory, useSubdirectories = true, regExp = /^\ ...
分类:
Web程序 时间:
2020-12-31 12:11:57
阅读次数:
0
在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:
数据库 时间:
2020-12-31 11:58:26
阅读次数:
0
创建好的Maven项目: 首先要在main下创建两个文件夹:java,resources/config(标准是resources) 然后把Java文件用Make Directory as设置为Sources Root 把resources用Make Directory as设置为Resources ...
分类:
编程语言 时间:
2020-12-30 10:49:00
阅读次数:
0
今天使用pip命令时报错 我输入pip,出现/bin/python: bad interpreter: No such file or directory: 修改pip路径为python的路径 ...
分类:
编程语言 时间:
2020-12-30 10:47:44
阅读次数:
0
最近发现,我设置的插值不能根据函数改变而改变。 大概是因为改变值之后没重新渲染造成的。 ref 跟 reactive 都是响应系统的核心方法,作为整个系统的入口。 https://vue3js.cn/reactivity/ref.html ...
分类:
其他好文 时间:
2020-12-29 11:46:29
阅读次数:
0
LS:list(列出目录内容) cd:change directory(改变目录) su:switch user(切换用户) rpm:redhat package manger(红帽子打包管理器) pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径) ps:p ...
分类:
系统相关 时间:
2020-12-29 11:40:10
阅读次数:
0