摘要:
查看连接 show processlist -- 已开启10秒以上的活跃连接 SELECT id,user,db,command,state,time,info FROM information_schema.processlist where command <> 'sleep' and time 阅读全文
摘要:
死锁优化 1.执行查询命令 show processlist 2.生成杀连接命令 select concat('kill ', id, ';'),Time from information_schema.processlist where 1=1 and Time > 100 order by Ti 阅读全文
摘要:
Cannot change version of project facet Dynamic web module to 2.5 https://blog.csdn.net/steveguoshao/article/details/38414145 linux下解析安卓apk命令 aapt dump 阅读全文