摘要: http://www.cnblogs.com/itech/archive/2011/02/09/1950226.html */1 * * * * /usr/bin/curl http://blog3.yangguangwei.xyz/test 阅读全文
posted @ 2017-05-11 00:28 杨广伟9527 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 从零开始部署一个 Laravel 站点 此文章为原创文章,未经同意,禁止转载。 PHP Laravel Web Git 在阿里云买ECS的时候选择自己习惯的镜像系统,我一般都是使用Linux Ubuntu,所以,以下的配置都是在Ubuntu 14.04稳定支持版的环境中搭建Linux+Nginx+M 阅读全文
posted @ 2017-05-07 22:26 杨广伟9527 阅读(4194) 评论(0) 推荐(0) 编辑
摘要: 'TMPL_CACHE_ON' => false,//禁止模板编译缓存 'HTML_CACHE_ON' => false,//禁止静态缓存 阅读全文
posted @ 2017-04-28 09:04 杨广伟9527 阅读(80) 评论(0) 推荐(0) 编辑
摘要: SELECT `code`,count(`code`) as count FROM `yt_coupon` GROUP BY `code` HAVING count(`code`) >1 ORDER BY code DESC; 阅读全文
posted @ 2017-04-14 17:33 杨广伟9527 阅读(147) 评论(0) 推荐(0) 编辑
摘要: svn服务器安装_20151220.txt 安装 # 检查是否安装了低版本的SVN rpm -qa subversion # 卸载旧版本SVN yum remove subversion #前两步可省略 # 安装SVN yum install subversion # 检验已经安装的SVN版本信息 阅读全文
posted @ 2017-04-13 18:39 杨广伟9527 阅读(332) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh #修改为服务编码 export.UTF-8 #Set variable REPOS="$1" REV="$2" #svn安装脚本目录 SVN=/usr/bin/svn #这里设置为你的网站的根目录 WEB=/www/web/music #日志存放文件 LOG=/www/log/s 阅读全文
posted @ 2017-04-13 18:39 杨广伟9527 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lazy_cc/article/details/8726500搭建仓库 http://blog.csdn.net/xocoder/article/details/8753933导入导出 阅读全文
posted @ 2017-04-11 13:58 杨广伟9527 阅读(110) 评论(0) 推荐(0) 编辑
摘要: server { listen 80 default_server; #listen [::]:80 default_server ipv6only=on; server_name blog.yangguangwei.xyz; index index.php index.html index.htm 阅读全文
posted @ 2017-04-06 13:02 杨广伟9527 阅读(527) 评论(0) 推荐(0) 编辑
摘要: set global max_allowed_packet=1000000000; set global net_buffer_length=1000000; 阅读全文
posted @ 2017-03-31 19:02 杨广伟9527 阅读(167) 评论(0) 推荐(0) 编辑
摘要: wget http://soft.vpser.NET/lnmp/ext/reset_mysql_root_password.sh;sh reset_mysql_root_password.sh 阅读全文
posted @ 2017-03-27 17:28 杨广伟9527 阅读(164) 评论(0) 推荐(0) 编辑