摘要:
mysql 优化实例之索引创建 优化前: pt query degist分析结果: Query 23: 0.00 QPS, 0.00x concurrency, ID 0x78761E301CC7EE47 at byte 394687 This item is included in the rep 阅读全文
摘要:
mysql sql优化实例 优化前: pt query degist分析结果: Query 3: 0.00 QPS, 0.00x concurrency, ID 0xDC6E62FA021C85B5 at byte 628331 This item is included in the report 阅读全文
摘要:
quartz集群报错but has failed to stop it. This is very likely to create a memory leak. 在一台配置1核2G内存的阿里云服务器上运行quartz;执行定时任务报如下异常,而在本地开发环境中则正常运行。 根据异常,初步判断是内存 阅读全文
摘要:
Intellij IDEA 14 作为Java IDE 神器,接触后发现,非常好用,对它爱不释手,打算离开eclipse和myeclipse,投入Intellij IDEA的怀抱。 然而在使用的过程中会发现Intellij IDEA也有一些不尽如意的地方,难免会有些不爽:Intellij IDEA 阅读全文
摘要:
spring quartz分布式任务计划 环境: 通过maven管理的spring mvc工程,且已经成功连接数据库。 数据库表结构 / Table structure for table / DROP TABLE IF EXISTS ; CREATE TABLE ( varchar(120) NO 阅读全文