02 2021 档案

摘要:https://blog.csdn.net/nextyu/article/details/78669997 阅读全文
posted @ 2021-02-26 18:12 弓呆的胖次 阅读(65) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/430454d9e30b 阅读全文
posted @ 2021-02-22 20:58 弓呆的胖次 阅读(40) 评论(0) 推荐(0)
摘要:http://www.iocoder.cn/Kafka/install/ 阅读全文
posted @ 2021-02-22 19:58 弓呆的胖次 阅读(51) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/ObXxAsg9iFLj0z2vcb7pIQ 阅读全文
posted @ 2021-02-22 14:10 弓呆的胖次 阅读(54) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/4d055a51cdbd 阅读全文
posted @ 2021-02-21 11:11 弓呆的胖次 阅读(111) 评论(0) 推荐(0)
摘要:在mac 中可以使用jenv 管理 jdk 的多个版本。 但是,jenv 不能管理mvn的java 版本。 方法是:创建一个mvn的脚本 add the following to your ~/.mavenrc: 1. vi ~/.mavenrc 2. add the following sente 阅读全文
posted @ 2021-02-17 22:58 弓呆的胖次 阅读(921) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_42815754/article/details/82912130 阅读全文
posted @ 2021-02-17 15:00 弓呆的胖次 阅读(15) 评论(0) 推荐(0)
摘要:假如多jvm情况下,线程锁就不管用了(线程锁依赖于同一个jvm下共享内存),需要用分布式锁 https://blog.csdn.net/yb223731/article/details/90349502 阅读全文
posted @ 2021-02-17 14:58 弓呆的胖次 阅读(46) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/wqc19920906/article/details/82193316/ 阅读全文
posted @ 2021-02-15 10:00 弓呆的胖次 阅读(23) 评论(0) 推荐(0)
摘要:原文地址: https://www.cnblogs.com/lvbinbin2yujie/p/10574812.html 异常处理方式一. @ExceptionHandler 异常处理方式二. 实现HandlerExceptionResolver接口 异常处理方式三. @ControllerAdvi 阅读全文
posted @ 2021-02-02 11:47 弓呆的胖次 阅读(218) 评论(0) 推荐(0)