05 2016 档案

摘要:多种原因: http://www.jb51.net/article/23781.htm 最常见是数据过大, 注意优化sql语句,避免过大 另外更改可接受缓存量 在my.cnf文件中添加或者修改以下变量: max_allowed_packet = 10M(也可以设置自己需要的大小) max_allow 阅读全文
posted @ 2016-05-29 21:30 忘忧般若汤 阅读(274) 评论(0) 推荐(0) 编辑
摘要:http://docs.phpcomposer.com/00-intro.html#Installation-*nix https://packagist.org/ 阅读全文
posted @ 2016-05-25 11:31 忘忧般若汤 阅读(139) 评论(0) 推荐(0) 编辑
摘要:添加nginx 默认主页index.php vim .../etc/nginx/conf.d/default.conf location / { root /usr/share/nginx/html; index index.html index.htm index.php; } 配置nginx支持 阅读全文
posted @ 2016-05-24 19:15 忘忧般若汤 阅读(29465) 评论(1) 推荐(2) 编辑
摘要:http://my.oschina.net/maczhao/blog/365176 编译PHP5.5 make 时出现错误 make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 解决办法 这是由于内存小于1G所导致. 在./configure 阅读全文
posted @ 2016-05-24 17:50 忘忧般若汤 阅读(684) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/ianduin/p/7679239.html 非常详实记录如何在centos7 上安装 mysql http://blog.csdn.net/wendi_0506/article/details/39478369 http://www.runoob.c 阅读全文
posted @ 2016-05-24 17:14 忘忧般若汤 阅读(138) 评论(0) 推荐(0) 编辑
摘要:http://www.111cn.net/database/mysql/44936.htm 不想改变表定义及默认编码的情况,将字段先转换成gbk编码再排序: 阅读全文
posted @ 2016-05-11 10:27 忘忧般若汤 阅读(155) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示