摘要:
mybatis-3/src/main/java/org/apache/ibatis/cache/package-info.java What’s package-info.java for? https://www.intertech.com/Blog/whats-package-info-java 阅读全文
摘要:
总结: 从缓存策略源码,可以分析java相关类库 mybatis-3/src/main/java/org/apache/ibatis/cache/decorators/SoftCache.java https://github.com/mybatis/mybatis-3/blob/67a1c4ea5 阅读全文
摘要:
Cache replacement policies - Wikipedia https://en.wikipedia.org/wiki/Cache_replacement_policies Cache replacement policies From Wikipedia, the free en 阅读全文
摘要:
总结: 1、mybaits配置工2方面: i行为配置,如数据源的实现是否利用池pool的概念(POOLED – This implementation of DataSource pools JDBC Connection objects to avoid the initial connectio 阅读全文
摘要:
Taking a peek inside with the Actuator 阅读全文
摘要:
表优化 altering table OPTIMIZE TABLE `sta_addr_copy` 【总结】 1、实际测试的结果是,在state sqlaltering table OPTIMIZE TABLE `test`insert成功; MySQL 8.0 Reference Manual / 阅读全文