欢迎访问『www.cnblogs.com/blog-ice』
上一页 1 2 3 4 5 6 ··· 9 下一页
  2022年1月28日
摘要: 1.怎加依赖2.添加注解 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.8.RELEASE</version> 阅读全文
posted @ 2022-01-28 12:27 仙路尽头谁为峰 阅读(172) 评论(0) 推荐(0) 编辑
  2022年1月27日
摘要: 1.Tomcat覆盖默认配置 server: tomcat: max-connections: 2000 accept-count: 100 threads: max: 800 min-spare: 100 max-http-header-size: 131072 2.优化线程池配置 @Enable 阅读全文
posted @ 2022-01-27 12:49 仙路尽头谁为峰 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml增加2个依赖2.application.properties增加配置3.启动类增加@EnableCaching4.配置CacheManager5.打印所有缓存内容注意:在当前类中调用缓存方法失效 <!-- cache --><dependency> <groupId>org.spr 阅读全文
posted @ 2022-01-27 12:21 仙路尽头谁为峰 阅读(173) 评论(0) 推荐(0) 编辑
  2022年1月12日
摘要: java.lang.management.*; com.zaxxer.hikari.*; @Scheduled(cron = "0/10 * * * * ?") public void performanceTest() throws Exception { ThreadMXBean threadM 阅读全文
posted @ 2022-01-12 16:17 仙路尽头谁为峰 阅读(944) 评论(2) 推荐(0) 编辑
  2022年1月3日
摘要: jp@gc Thread Group1.BeanShell SamplerString threads = "${__BeanShell(ctx.getThreadGroup().getNumThreads())}";vars.put("threads", threads);//log.info(" 阅读全文
posted @ 2022-01-03 12:34 仙路尽头谁为峰 阅读(119) 评论(0) 推荐(0) 编辑
  2021年12月17日
摘要: String time = vars.get("nowtime"); String today = vars.get("today"); String todayTime = vars.get("todayTime"); log.info(time); log.info(today); String 阅读全文
posted @ 2021-12-17 18:27 仙路尽头谁为峰 阅读(30) 评论(0) 推荐(0) 编辑
  2021年9月28日
摘要: 阅读全文
posted @ 2021-09-28 19:44 仙路尽头谁为峰 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Mybatis自动装配 spring.factories MybatisAutoConfiguration AutoConfiguredMapperScannerRegistrar >ImportBeanDefinitionRegistrar registerBeanDefinitions( Cla 阅读全文
posted @ 2021-09-28 19:43 仙路尽头谁为峰 阅读(74) 评论(0) 推荐(0) 编辑
  2021年9月22日
摘要: Spring Boot 源码 图解 阅读全文
posted @ 2021-09-22 12:41 仙路尽头谁为峰 阅读(75) 评论(0) 推荐(0) 编辑
摘要: # 设计模式 参考网址:http://c.biancheng.net/view/1371.html 依赖关系使用带箭头的虚线来表示,箭头从使用类指向被依赖的类双向的关联可以用带两个箭头或者没有箭头的实线来表示,单向的关联用带一个箭头的实线来表示,箭头从使用类指向被关联的类聚合关系可以用带空心菱形的实 阅读全文
posted @ 2021-09-22 08:38 仙路尽头谁为峰 阅读(68) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页
这里是自由发挥的天堂