摘要: alter table `user` add unique(`username`); id,username,pwd,email,tel 1000人数据27min 对username添加索引前: select username,pwd,email,tel from user where userna 阅读全文
posted @ 2017-01-13 22:00 虽不能至,心向往之。 阅读(504) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shihongliang1993/article/details/51836262 阅读全文
posted @ 2017-01-11 23:26 虽不能至,心向往之。 阅读(120) 评论(0) 推荐(0) 编辑
摘要: php自带的几个防止sql注入的函数http://www.php100.com/html/webkaifa/PHP/PHPyingyong/2013/0318/12234.html addslashes不能完全防sql注入,用mysql_real_escape_string;strip_tags过滤 阅读全文
posted @ 2017-01-10 00:17 虽不能至,心向往之。 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://tengine.taobao.org/book/index.html 阅读全文
posted @ 2017-01-09 22:35 虽不能至,心向往之。 阅读(114) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/moon521/p/5301895.html 菜鸟教程:http://www.runoob.com/redis/redis-tutorial.html 阅读全文
posted @ 2017-01-09 22:09 虽不能至,心向往之。 阅读(101) 评论(0) 推荐(0) 编辑
摘要: http://mirrors.hust.edu.cn/ubuntu-releases/16.04/ ubuntu中文官网:http://www.ubuntu.org.cn/download/ubuntu-kylin-zh-CN 手把手教mac下安装虚拟机:http://blog.csdn.net/j 阅读全文
posted @ 2017-01-09 21:17 虽不能至,心向往之。 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.csdn.net/u013142781/article/details/50529030 阅读全文
posted @ 2017-01-09 16:57 虽不能至,心向往之。 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 项目要设置为default,否则自动更新会失败;type要选正确 development path和web path都要设置 options选项中选ctrl+s自动保存,且下方没告警 阅读全文
posted @ 2017-01-09 13:06 虽不能至,心向往之。 阅读(1401) 评论(0) 推荐(0) 编辑
摘要: tar xzf name.tar rm -rf name 阅读全文
posted @ 2017-01-08 19:08 虽不能至,心向往之。 阅读(530) 评论(0) 推荐(0) 编辑
摘要: ps aux | grep memcache 阅读全文
posted @ 2017-01-08 17:51 虽不能至,心向往之。 阅读(124) 评论(0) 推荐(0) 编辑