Size: 489
Comment:
|
Size: 694
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* singleton(单件) | * ["SingletonPattern"] - Singleton(单件) |
Line 11: | Line 11: |
* Proxy(代理) * flyweight |
* ["ProxyPattern"] - Proxy(代理) * ["FlyweightPattern"] - FlyweightPattern |
Line 14: | Line 14: |
== 行为模式 === | == 行为模式 == |
Line 16: | Line 16: |
* Chain of Responsibility(职责链) * Observer(观察者) * Template Method(模板方法) * Visitor(访问者) * Command(命令) * state(代理) |
* ["CORPattern"] - Chain of Responsibility(职责链) * ["ObserverPattern"] - Observer(观察者) * ["TemplateMethodPattern"] - Template Method(模板方法) * ["VisitorPattern"] - Visitor(访问者) * ["CommandPattern"] - Command(命令) * ["StatePattern"] - state(代理) |
-- flyaflya [DateTime(2005-08-04T09:45:16Z)] TableOfContents
1. 设计模式
1.1. 创建型模式
["SingletonPattern"] - Singleton(单件)
2. 结构型模式
["ProxyPattern"] - Proxy(代理)
3. 行为模式
- ["CORPattern"] - Chain of Responsibility(职责链)
["ObserverPattern"] - Observer(观察者)
["TemplateMethodPattern"] - Template Method(模板方法)
["VisitorPattern"] - Visitor(访问者)
["CommandPattern"] - Command(命令)
["StatePattern"] - state(代理)