
命令行
笨小蛋i
眼界决定境界,思路决定出路,细节决定成败,性格决定命运,定位决定地位,脑袋决定口袋
展开
-
常用linux命令
1,进入aa目录cd aa 2,展示当前目录下的所属文件 ls 3,查看nginx进程号:ps -ef|grep nginx 4,重启nginx服务:kill -HUP 18591 5,复制文件:cp drocon.co.conf /usr/local/nginx/conf/vhost/droconshop.com 6,复制目录:cp -r drocon.co /data/wwwroot//warranty.droconshop.com ...原创 2020-09-04 09:29:47 · 230 阅读 · 0 评论 -
windows下常用的命令
1,启动apache服务器:net start apache 2,停止apache服务器:net stop apache原创 2018-04-17 13:48:26 · 185 阅读 · 0 评论 -
ddeboer/imap 1.7.1 requires ext-imap * -> the requested PHP extension imap is missing from your syst
1,在部署laravel项目的时候,当composer install的时候,报错如下:ddeboer/imap 1.7.1 requires ext-imap * -> the requested PHP extension imap is missing from your system. 2,看这个报错代码可知需要php-imap扩展, 3,安装此扩展即可 ...原创 2019-03-22 14:21:20 · 1183 阅读 · 0 评论 -
Some settings on your machine may cause stability issues with Composer
1,laravel项目执行composer install命令的时候,报错如下:Some settings on your machine may cause stability issues with Composer. If you encounter issues, try to change the following: The OpenSSL library (0.9.8zf) used...原创 2019-03-22 14:25:06 · 3330 阅读 · 0 评论