2017年10月21日

java开发中的设计模式

摘要: http://www.cnblogs.com/maowang1991/archive/2013/04/15/3023236.html 一、设计模式的分类 总体来说设计模式分为三大类: 创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装 阅读全文

posted @ 2017-10-21 10:04 秀川 阅读(85) 评论(0) 推荐(0) 编辑

单例模式和工厂模式

摘要: 单例模式 http://cantellow.iteye.com/blog/838473 工厂模式 http://blog.csdn.net/jason0539/article/details/23020989 阅读全文

posted @ 2017-10-21 09:25 秀川 阅读(81) 评论(0) 推荐(0) 编辑

导航