设计模式经典帖子相关链接

状态模式: http://cmsblogs.com/?p=395      
单件模式:

策略模式:

1. http://www.cnblogs.com/justinw/archive/2007/02/06/641414.html
 
观察者模式:
3. http://www.cnblogs.com/justinw/archive/2007/05/02/734522.html
外观模式:
3. http://blog.csdn.net/fanweiwei/article/details/2299641
代理模式:
1.   代理模式 VS 外观模式 VS 适配器模式:

   http://blog.csdn.net/ljianhui/article/details/8300134

装饰者模式:
1. http://blog.csdn.net/linyajun/article/details/3220936
命令模式:
http://www.cnblogs.com/justinw/archive/2007/02/06/641414.html

迭代器模式:

桥接模式:

2. 《Head First 设计模式 》—— 附录 A. 桥接模式
3. 大话设计模式 》—— 22. 手机软件何时统一 —— 桥接模式

职责链模式:

3. http://blog.csdn.net/liaoqianchuan00/article/details/8174345

访问者模式:

1. 操作复杂对象结构 —— 访问者模式 http://blog.csdn.net/lynchyo/article/details/38893147
2. 设计模式之 19 访问者模式(笔记) http://blog.csdn.net/yuanlong_zheng/article/details/7584862
3. 访问者模式详解(伪动态双分派) http://blog.csdn.net/zuoxiaolong8810/article/details/9787251

中介者模式:

猜你喜欢

转载自blog.csdn.net/e1256325535/article/details/39691825