| 
  
   Size: 489 
  
  Comment:  
 | 
    ← Revision 10 as of 2009-12-25 07:12:53  ⇥ 
  Size: 949 
  
  Comment: converted to 1.6 markup 
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 4: | Line 4: | 
| -- flyaflya [[[DateTime(2005-08-04T09:45:16Z)]]] [[TableOfContents]] == 设计模式 == === 创建型模式 === * singleton(单件)  | 
## 谢谢!!易读多了!不过图片就要重新上传了………… -- flyaflya [<<DateTime(2005-08-04T09:45:16Z)>>] <<TableOfContents>> = 设计模式总说 = == 创建型模式 == * Singleton(单件) - [[SingletonPattern]]  | 
| Line 11: | Line 13: | 
|  * Proxy(代理) * flyweight  | 
 * Proxy(代理) - [[ProxyPattern]] * Flyweight(享元) - [[FlyweightPattern]]  | 
| Line 14: | Line 16: | 
| == 行为模式 === | == 行为模式 == | 
| Line 16: | Line 18: | 
|  * Chain of Responsibility(职责链) * Observer(观察者) * Template Method(模板方法) * Visitor(访问者) * Command(命令) * state(代理)  | 
 * Chain of Responsibility(职责链) - [[CORPattern]] * Observer(观察者)- [[ObserverPattern]] * Template Method(模板方法) - [[TemplateMethodPattern]] * Visitor(访问者)- [[VisitorPattern]] * Command(命令) - [[CommandPattern]] * state(代理) - [[StatePattern]] = 反馈 = * 谢谢!!易读多了!不过图片就要重新上传了………… ZoomQuiet * 谢谢提供!感觉稍微简练了一点。 -- [[holin| HoLin]]  | 
-- flyaflya [2005-08-04 09:45:16]
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
