摘要:
使用git pull命令出现以下的警告: warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running o 阅读全文
摘要:
Mac OS X系统都自带了Apache和PHP环境,只是默认情况下没有开启。 我个人设备环境如下: PHP版本:7.1.16 Apache版本:2.4.33 (Unix) 系统版本:Mac OS High Sierra(OS X 10.13.6) 1、打开终端,输入如下命令可以查看本机的Apach 阅读全文
摘要:
Linux中grep命令用法详解 查找特定字符串并颜色显示[root@ www.linuxidc.com]# grep -n 'the' regular_express.txt --color=auto8:I can't finish the test.12:the symbol '*' is re 阅读全文