错误处理
Never_ever_ever
这个作者很懒,什么都没留下…
展开
-
JVM调优
-XX:NewRatio 默认新生代和老年代 young:old=1:2-XX:SurvivorRatio 默认 eden:from:to = 8:1:1-XX:MaxTenuringThreshold 进入老年代的临界年龄-XX:PretenureSizeThreshold 大对象进入老年代...原创 2019-12-03 15:48:22 · 127 阅读 · 0 评论 -
IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示
1.问题描述 在Idea的spring工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的,这个错误提示并不会产生影响。但红色的错误提示在有些有强迫症的程序员眼里,多多少少有些不太舒服。 2. 原因 原因可能有两个,第一个是IntellijIDEA本身工具...转载 2018-11-13 20:22:10 · 247 阅读 · 0 评论 -
错误;attempted to load applicationconfig but snakeyaml
错误;attempted to load applicationconfig but snakeyaml于是打开pom.xml,手动添加对snakeyaml的依赖:<dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId>...原创 2019-01-10 17:06:13 · 4069 阅读 · 0 评论