04 2022 档案

我们到底为什么要用 IoC 和 AOP
摘要:我们到底为什么要用 IoC 和 AOP [转] https://zhuanlan.zhihu.com/p/493973685 码农出击 已关注 11 人赞同了该文章 作为一名 Java 开发,对 Spring 框架是再熟悉不过的了。Spring 支持的控制反转(Inversion of Contro 阅读全文

posted @ 2022-04-25 00:17 小小鸟儿! 阅读(69) 评论(0) 推荐(0)

cpu100排查
摘要:这里模拟一下排查过程 连接远程服务器# ssh root@yourServerAddress 编写测试出问题的代码# Copy import java.util.concurrent.TimeUnit; /** * @author quaint * @date 23 March 2020 * @si 阅读全文

posted @ 2022-04-14 17:21 小小鸟儿! 阅读(73) 评论(0) 推荐(1)