摘要: Logback is intended as a successor to the popular log4j project, "picking up where log4j leaves off" . Logback's architecture is sufficiently generic 阅读全文
posted @ 2018-06-08 22:51 今天代码写完了吗 阅读(167) 评论(0) 推荐(0) 编辑
摘要: DI 所谓依赖,从程序的角度看,就是比如A要调用B的方法,那么A就依赖于B,反正A要用到B,则A依赖于B。所谓倒置,你必须理解如果不倒置,会怎么着,因为A必须要有B,才可以调用B,如果不倒置,意思就是A主动获取B的实例:B b = new B(),这就是最简单的获取B实例的方法(当然还有各种设计模式 阅读全文
posted @ 2018-06-08 22:50 今天代码写完了吗 阅读(576) 评论(0) 推荐(1) 编辑