Differences between revisions 3 and 4
Revision 3 as of 2005-08-04 09:50:49
Size: 694
Editor: flyaflya
Comment:
Revision 4 as of 2005-08-04 09:56:54
Size: 692
Editor: flyaflya
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * ["SingletonPattern"] - Singleton(单件)  * Singleton(单件) - ["SingletonPattern"]
Line 11: Line 11:
 * ["ProxyPattern"] - Proxy(代理)
 * ["FlyweightPattern"] - FlyweightPattern
 * Proxy(代理) - ["ProxyPattern"]
 * FlyweightPattern - ["FlyweightPattern"]
Line 16: Line 16:
 * ["CORPattern"] - Chain of Responsibility(职责链)
 * ["ObserverPattern"] - Observer(观察者)
 * ["TemplateMethodPattern"] - Template Method(模板方法)
 * ["VisitorPattern"] - Visitor(访问者)
 * ["CommandPattern"] - Command(命令)
 * ["StatePattern"] - state(代理)
 * Chain of Responsibility(职责链) - ["CORPattern"]
 * Observer(观察者)- ["ObserverPattern"]
 * Template Method(模板方法) - ["TemplateMethodPattern"]
 * Visitor(访问者)- ["VisitorPattern"]
 * Command(命令) - ["CommandPattern"]
 * state(代理) - ["StatePattern"]

-- flyaflya [DateTime(2005-08-04T09:45:16Z)] TableOfContents

1. 设计模式

1.1. 创建型模式

2. 结构型模式

3. 行为模式

DesignPattern (last edited 2009-12-25 07:12:53 by localhost)