#盘符切换#常看当前目录下所有文件 dir#切换目录 cd change directory#返回上一级目录 cd..#清理屏幕 cls (clear screen)#退出终端 exit#查看电脑的ip ipconfig#打开应用calc 计算器mspaint 画板nodepad 记事本#ping命 ...
分类:
其他好文 时间:
2021-01-05 11:37:00
阅读次数:
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
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
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
<?php get_template_directory_uri();?> //路径 <?php bloginfo();?> <?php get_search_form();?> //搜索框 <?php the_permalink();?> //查看全文 <?php echo getPostView ...
分类:
其他好文 时间:
2020-12-29 11:34:19
阅读次数:
0
假设我们有一个springboot项目,使用Maven构建的。当我们使用git clone xxx.git将项目clone到本地之后,我们怎么打开项目? 打开idea,新建empty project ,然后import from desk ? 太麻烦了。通过配置快捷命令,可以使用idea pom.x ...
分类:
其他好文 时间:
2020-12-28 11:04:55
阅读次数:
0
1.Apache MacOS系统一般预装了Apache,我的机器是安装在/etc/apache2/目录中。 配置文件为:/etc/apache2/httpd.conf Listen 8088 DocumentRoot "/Library/WebServer/Documents" <Directory ...
分类:
Web程序 时间:
2020-12-23 12:23:24
阅读次数:
0