设计模式文章
?
Creational 模式 ?5
1.Simple Factory 模式 ? Factory(工厂模式)
2.Abstract Factory 模式?
3.Builder 模式 ?Builder(建造模式)
4.Factory Method 模式 ?Factory Method(工厂方法模式)
5.Prototype 模式 ?Prototype(原始模型模式)
6.Singleton 模式 ?Singleton(单例模式)
7.Registry of Singleton 模式?
?
?
Structural 模式 ?7
1.Default Adapter 模式 ?Adapter(适配器模式)
2.Adapter 模式 - Object Adapter?
3.Adapter 模式 - Class Adapter?
4.Bridge 模式 ? ?Bridge(桥梁模式)
5.Composite 模式 ? Composite(合成模式)
6.Decorator 模式 ? Decorator(装饰模式)
7.Facade 模式 ?Facade(门面模式)
8.Flyweight 模式 ? Flyweight(享元模式)
9.Proxy 模式(一) ?Proxy(代理模式)
10.Proxy 模式(二)?
?
Java 静态代理和动态代理? 简单明了,学习代理的绝佳模式?
Behavioral 模式 11
1.Chain of Responsibility 模式 Chain Of Responsibleity(责任链模式)
2.Command 模式 ? ?Command(命令模式)
http://www.360doc.com/content/10/0704/14/494503_36838956.shtml
3.Interpreter 模式 ? Interpreter(解释器模式)
4.Iterator 模式 ? ? ?Iterator(迭代子模式)
5.Mediator 模式 ? ? ?Mediator(调停者模式)
6.Memento 模式 Memento(备忘录模式)
7.Observer 模式 Observer(观察者模式)
8.State 模式 State(状态模式)
9.Strategy 模式 Strategy(策略模式)
10.Template Method 模式 Template Method(模板方法模式)
11.Visitor 模式 ?Visitor(访问者模式)