摘要:
public class Test { public static void main(String[] args) { String token = "aaaaaaaaaaaaaaa"; long startTime = System.currentTimeMillis(); for (int i 阅读全文
摘要:
1、使用processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 -- use information_schema; -- show processlist; 或者: -- select * from information_sch 阅读全文
摘要:
安装命令:curl -sSL https://get.docker.com/ | sh 添加当前用户名到docker组: If you would like to use Docker as a non-root user, you should now consideradding your us 阅读全文