Size: 879
Comment:
|
Size: 948
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 27: | Line 27: |
* 谢谢提供!感觉稍微简练了一点。 -- [:holin: HoLin] |
-- flyaflya [DateTime(2005-08-04T09:45:16Z)] TableOfContents
1. 设计模式总说
1.1. 创建型模式
Singleton(单件) - ["SingletonPattern"]
1.2. 结构型模式
Proxy(代理) - ["ProxyPattern"]
Flyweight(享元) - ["FlyweightPattern"]
1.3. 行为模式
- Chain of Responsibility(职责链) - ["CORPattern"]
Observer(观察者)- ["ObserverPattern"]
Template Method(模板方法) - ["TemplateMethodPattern"]
Visitor(访问者)- ["VisitorPattern"]
Command(命令) - ["CommandPattern"]
state(代理) - ["StatePattern"]