摘要: ps -ef|grep test.php|grep -v grep|awk '{print $2}'|xargs kill -9 统计某个ip出现的个数 cat /var/log/nginx/80.log|awk '{print$1}'|sort|uniq -c|sort -rn 磁盘大小排序 du 阅读全文
posted @ 2018-06-01 15:04 北落师问 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 在account表中拿取3个字段 A,B ,C建立组合索引 测试sql : desc select id from account where a=1 and b=2 and c=3 ; desc select id from account where a=1 and b=2 ; desc sel 阅读全文
posted @ 2018-06-01 14:54 北落师问 阅读(426) 评论(0) 推荐(0) 编辑