Linux系统Vi/Vim编辑器的简单介绍、安装/卸载、常用命令 1、介绍 vi(Visual Interface)编辑器是Linux和Unix上最基本的文本编辑器,工作在字符模式下。由于不需要图形界面,vi是效率很高的文本编辑器。而Vim(vi iMprove)是Vi的加强版,在Linux/Uni ...
分类:
系统相关 时间:
2018-05-19 20:36:34
阅读次数:
274
1、输入 npm config ls -l 可以查看当前的设置 2、针对某一项设置,可以通过下面方式: npm config set 属性名 属性值 eg:npm config set prefix "C:\123\" 3、读取某一项配置,可以通过下面方式: npm config get 属性名 e ...
分类:
Web程序 时间:
2018-04-13 13:20:35
阅读次数:
213
1、查看所有shell 2、查看当前使用的shell类型 3、 ...
分类:
系统相关 时间:
2018-02-11 22:46:03
阅读次数:
210
更改MySQL数据库root密码1.首次进入数据库是不用密码的,如下所示:[root@gary-tao~]#/usr/local/mysql/bin/mysql-uroot//使用绝对路径进入mysqlWelcometotheMySQLmonitor.Commandsendwith;or\g.YourMySQLconnectionidis1Serverversion:5.6.35MySQLComm
分类:
数据库 时间:
2018-01-12 17:46:22
阅读次数:
198
一、常用命令介绍 常见命令可参考:http://man.linuxde.net/ 常用的快捷键:http://blog.csdn.net/avilifans/article/details/11847371 常用帮助指令(学习Linux哪些复杂的选项都可以通过帮助进行查找:) http://blog ...
分类:
系统相关 时间:
2017-12-04 17:33:44
阅读次数:
317
本文:来源 adolfmc mvn 3.0.4 创建maven项目命令 mvn archetype:generate -DgroupId=damocles-autocredit -DartifactId=damocles-autocredit -DarchetypeArtifactId=maven-... ...
分类:
其他好文 时间:
2017-11-16 14:20:50
阅读次数:
173
maven常用命令介绍 mvn 3.0.4 创建maven项目命令 mvn archetype:generate DgroupId=damocles autocredit DartifactId=damocles autocredit Darche ...
分类:
其他好文 时间:
2017-11-06 20:10:45
阅读次数:
204
1、输入 npm config ls -l 可以查看当前的设置 2、针对某一项设置,可以通过下面方式: npm config set 属性名 属性值 eg:npm config set prefix "C:\123\" 3、读取某一项配置,可以通过下面方式: npm config get 属性名 e ...
分类:
Web程序 时间:
2017-10-31 23:56:36
阅读次数:
240
开放端口 firewall常用命令如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 常用命令介绍 firewall-cmd --state ##查看防火墙状态,是否是running firewall-cmd --reload ##重新载入配置,比如添加规则之后,需要执行此命令 fi ...
分类:
其他好文 时间:
2017-10-27 16:01:10
阅读次数:
136
maven常用命令介绍 mvn 3.0.4 创建maven项目命令 mvn archetype:generate -DgroupId=damocles-autocredit -DartifactId=damocles-autocredit -DarchetypeArtifactId=maven-ar ...
分类:
其他好文 时间:
2017-10-07 12:25:35
阅读次数:
271