这是一个老生常谈的设计模式系列文章,本系列力图从最简洁的语言和最易理解的实例来让大家认识设计模式的思想和思路,从而在实际项目中能够用到一二。现在将本系列文章详列如下:
极速理解设计模式系列:1.建造者模式(Builder Pattern)
极速理解设计模式系列:2.观察者模式(Observer Pattern)
极速理解设计模式系列:3.代理模式(Proxy Pattern)
极速理解设计模式系列:4.原型模式(Prototype Pattern)
极速理解设计模式系列:5.组合模式(Composite Pattern)
极速理解设计模式系列:6.适配器模式(Adapter Pattern)
极速理解设计模式系列:7.桥接模式(Bridge Pattern)
极速理解设计模式系列:8.策略模式(Strategy Pattern)
极速理解设计模式系列:9.工厂方法模式(Factory Method Pattern)
极速理解设计模式系列:10.抽象工厂模式(Abstract Factory Pattern)
极速理解设计模式系列:11.单例模式(Singleton Pattern)
极速理解设计模式系列:12.责任链模式(Chain of Responsibility Pattern)
极速理解设计模式系列:13.外观模式(Facade Pattern)
极速理解设计模式系列:14.轻量级模式(Flyweight Pattern)
极速理解设计模式系列:15.中介者模式(Mediator Pattern)
极速理解设计模式系列:16.迭代器模式(Iterator Pattern)
极速理解设计模式系列:17.命令模式(Command Pattern)
极速理解设计模式系列:18.访问者模式(Visitor Pattern)
极速理解设计模式系列:19.备忘录模式(Memento Pattern)
极速理解设计模式系列:20.模板方法模式(Template Method Pattern)
极速理解设计模式系列:21.简单工厂模式(Simple Factory Pattern)
极速理解设计模式系列:22.状态模式(State Pattern)
极速理解设计模式系列:23.装饰器模式(Decorator Pattern)
极速理解设计模式系列:24.解释器模式(Interpreter Pattern)
上面的每篇文章都由源码可供下载查看,避免大家复制粘贴的辛苦,谢谢大家~
本文转自程兴亮博客园博客,原文链接:http://www.cnblogs.com/chengxingliang/archive/2011/10/31/2229847.html,如需转载请自行联系原作者