摘要: 多线程 [html] view plain copy print? final void wait() throws InterruptedException final void notify() final void notifyAll() [html] view plain copy prin 阅读全文
posted @ 2017-03-29 18:02 jason.bai 阅读(565) 评论(0) 推荐(0) 编辑
摘要: Spring作为业界的经典框架,无论是在架构设计方面,还是在代码编写方面,都堪称行内典范。好了,话不多说,开始今天的内容。spring中常用的设计模式达到九种,我们一一举例:第一种:简单工厂又叫做静态工厂方法(StaticFactory Method)模式,但不属于23种GOF设计模式之一。 简单工 阅读全文
posted @ 2017-03-29 14:19 jason.bai 阅读(750) 评论(0) 推荐(0) 编辑