上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 35 下一页
摘要: 原来嘛,我的代码是github上新建的项目然后拉下来的,然后win一个,linux一个,然后我本地win电脑开发做了很多次commit和push,然后想到服务器看代码实现效果都需要自己ftp传过去,一个字“麻烦”,然后参考个国元的sh脚本,每次执行下这个拉代码的脚本,代码就自动到服务器上去啦! #! 阅读全文
posted @ 2019-01-09 13:52 蜗牛使劲冲 阅读(12) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/libsyc/article/details/78199850(win) https://chuna2.787528.xyz/firstdream/p/5123034.html(linux) http://phantomjs.org/screen-cap 阅读全文
posted @ 2019-01-08 16:48 蜗牛使劲冲 阅读(22) 评论(0) 推荐(0)
摘要: 参考:https://chuna2.787528.xyz/itsharehome/p/6005012.html 首先先写个shell脚本,注意php和artisan的路径都要写进去 #!/bin/bash #cd /usr/local/nginx/html/blog /usr/local/php/bin 阅读全文
posted @ 2019-01-07 14:16 蜗牛使劲冲 阅读(12) 评论(0) 推荐(0)
摘要: 参考:https://chuna2.787528.xyz/aipiaoborensheng/p/9254364.html 先新建/app/Console/Commands/CollectInfo.php这个文件 或者php artisan make:console CollectInfo <?php n 阅读全文
posted @ 2019-01-07 14:13 蜗牛使劲冲 阅读(17) 评论(0) 推荐(0)
摘要: 参考:https://chuna2.787528.xyz/nicknailo/articles/8563456.html 卸载 https://chuna2.787528.xyz/renjidong/p/7047396.html rpm安装 https://chuna2.787528.xyz/davidgu/p 阅读全文
posted @ 2018-12-28 10:56 蜗牛使劲冲 阅读(11) 评论(0) 推荐(0)
摘要: 参考:https://chuna2.787528.xyz/zqifa/p/linux-php-2.html https://www.imooc.com/video/10199 先安装服务端memcached yum install -y memcached /usr/bin/memcached -d - 阅读全文
posted @ 2018-12-19 17:40 蜗牛使劲冲 阅读(14) 评论(0) 推荐(0)
摘要: 参考:https://ke.qq.com/webcourse/index.html#cid=309238&term_id=100366592&taid=2108644259051510(腾讯课堂) http://www.php.cn/code/24992.html(视频) 首先用sphinx有两种方 阅读全文
posted @ 2018-12-19 17:21 蜗牛使劲冲 阅读(19) 评论(0) 推荐(0)
摘要: 首先git clone不用多说 或者如果你是新的本地文件,你先git add .或者git add wt.conf这样子先把文件添加进去,然后git status看下状态; 然后在执行git commit -m ‘这是我添加的备注’ 最后执行git push 以后正常推拉了,每次要先git pull 阅读全文
posted @ 2018-12-14 16:57 蜗牛使劲冲 阅读(7) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/the_lone_wolfs/article/details/79099858 去github上clone这个地址https://github.com/nono303/PHP7-memcache-dll 然后先看下自己的phpinfo里面 到\PHP 阅读全文
posted @ 2018-12-05 17:41 蜗牛使劲冲 阅读(12) 评论(0) 推荐(0)
摘要: 首先还是老样子使用composer安装添加到composer.json "simplesoftwareio/simple-qrcode": "1.3.*" 然后控制器里面下 use SimpleSoftwareIO\QrCode\Facades\QrCode; 最后直接使用就好了 // 二维码(网址 阅读全文
posted @ 2018-11-01 17:52 蜗牛使劲冲 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 35 下一页