Posted on 2008-12-13 00:40
Herbert 阅读(513)
评论(0) 编辑 收藏 引用 所属分类:
设计模式
1、创建型
1.1 Factory 模式
1.2 AbstactFactory模式
1.3 Singleton 模式
1.4 Builder 模式
1.5 Prototype 模式
2、结构型
2.1 Bridge 模式
2.2 Adapter 模式
2.3 Decorator 模式
2.4 Composite 模式
2.5 Flyweight 模式
2.6 Facade 模式
2.7 Proxy 模式
3、行为模式
3.1 Template 模式
3.2 Strategy 模式
3.3 State 模式
3.4 Observer 模式
3.5 Memento 模式
3.6 Mediator 模式
3.7 Command 模式
3.8 Visitor 模式
3.9 Chain of Responsibility 模式
3.10 Iterator 模式
3.11 Interpreter 模式