Differences between revisions 1 and 2
Revision 1 as of 2005-08-04 09:45:16
Size: 489
Editor: flyaflya
Comment:
Revision 2 as of 2005-08-04 09:45:30
Size: 488
Editor: flyaflya
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
== 行为模式 === == 行为模式 ==

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

1. 设计模式

1.1. 创建型模式

  • singleton(单件)

2. 结构型模式

  • Proxy(代理)
  • flyweight

3. 行为模式

  • Chain of Responsibility(职责链)
  • Observer(观察者)
  • Template Method(模板方法)
  • Visitor(访问者)
  • Command(命令)
  • state(代理)

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