摘要:
一:认识Charles 1:Charles是什么? Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS tra 阅读全文
摘要:
1:目标明确,通过如下命令都能实现,具体效果如下图所示 show full processlist; select * from information_schema.processlist; SELECT * FROM sys.processlist order by conn_id; 2:字段含 阅读全文
摘要:
前言:目前有个问题在排查阶段,需要调整一下interactive_timeout/wait_timeout来模拟和复现线上的问题,不过实际和想象并不一样,修改这两个参数,费了一些时间。 1:查看对应的配置 show variables like "%timeout%"; 2:修改配置的具体步骤(由于 阅读全文
摘要:
1:下载 maven官网 或者任意一个搜索引擎 maven for mac down 注意:zip针对Windows系统,tar.gz针对非Windows系统,比如:Mac/Liunx/Unix 2:安装 maven官方安装方案 2-1:将下载的压缩包,解压到自己想放置的目录2-2:在自己的用户目录 阅读全文