sphinx安装及使用
2018.12.19参考:https://ke.qq.com/webcourse/index.html#cid=309238&term_id=100366592&taid=2108644259051510(腾讯课堂) http://www.php.cn/code/24992.html(视频) 首先用sphinx有两种方
参考:https://ke.qq.com/webcourse/index.html#cid=309238&term_id=100366592&taid=2108644259051510(腾讯课堂) http://www.php.cn/code/24992.html(视频) 首先用sphinx有两种方
首先git clone不用多说 或者如果你是新的本地文件,你先git add .或者git add wt.conf这样子先把文件添加进去,然后git status看下状态; 然后在执行git commit -m ‘这是我添加的备注’ 最后执行git push 以后正常推拉了,每次要先git pull
参考:https://blog.csdn.net/the_lone_wolfs/article/details/79099858 去github上clone这个地址https://github.com/nono303/PHP7-memcache-dll 然后先看下自己的phpinfo里面 到\PHP
参考:https://blog.csdn.net/libsyc/article/details/78199850(win) https://www.cnblogs.com/firstdream/p/5123034.html(linux) http://phantomjs.org/screen-cap
参考:https://www.cnblogs.com/nicknailo/articles/8563456.html 卸载 https://www.cnblogs.com/renjidong/p/7047396.html rpm安装 https://www.cnblogs.com/davidgu/p
参考:https://www.cnblogs.com/zqifa/p/linux-php-2.html https://www.imooc.com/video/10199 先安装服务端memcached yum install -y memcached /usr/bin/memcached -d -
原来嘛,我的代码是github上新建的项目然后拉下来的,然后win一个,linux一个,然后我本地win电脑开发做了很多次commit和push,然后想到服务器看代码实现效果都需要自己ftp传过去,一个字“麻烦”,然后参考个国元的sh脚本,每次执行下这个拉代码的脚本,代码就自动到服务器上去啦! #!
参考:https://www.cnblogs.com/itsharehome/p/6005012.html 首先先写个shell脚本,注意php和artisan的路径都要写进去 #!/bin/bash #cd /usr/local/nginx/html/blog /usr/local/php/bin
参考:https://www.cnblogs.com/aipiaoborensheng/p/9254364.html 先新建/app/Console/Commands/CollectInfo.php这个文件 或者php artisan make:console CollectInfo <?php n
linux安装redis(端口6379) redis.io/download找官方,下载,解压,进入然后直接make,然后尝试下make test报错,yum安装tcl,最后make PREFIX=/usr/local/redis install 拷贝源代码文件下的redis.conf到bin同级中