GOF《设计模式》摘录

mac2022-06-30  19

一、 设计模式概述          http://hotsoho.net.cnblogs.com/articles/328646.html 二、 Singleton 单件(创建型模式)         http://hotsoho.net.cnblogs.com/articles/328616.html 三、 Abstract Factory 抽象工厂模式(创建型模式)          http://hotsoho.net.cnblogs.com/articles/328893.html 四、 Builder 生成器(创建型模式)         http://hotsoho.net.cnblogs.com/articles/333282.html   五、 Factory Method工厂方法(创建型模式)         http://hotsoho.net.cnblogs.com/articles/342569.html 六、 Prototype原形(创建型模式)         http://hotsoho.net.cnblogs.com/articles/348069.html 七、 Adapter适配器(结构型模式)          http://hotsoho.net.cnblogs.com/articles/348557.html 八、 Bridge桥接(结构型模式)        http://hotsoho.net.cnblogs.com/articles/352450.html 九、 Composite组合(结构型模式)         http://hotsoho.net.cnblogs.com/articles/361318.html 十、 Decorator装饰(结构型模式)         http://hotsoho.net.cnblogs.com/articles/361321.html 十一、 Facade 外观(结构型模式)             http://hotsoho.net.cnblogs.com/articles/361324.html 十二、Flyweight享元(结构型模式)             http://hotsoho.net.cnblogs.com/articles/381826.html 十三、Proxy代理(结构型模式)             http://hotsoho.net.cnblogs.com/articles/382631.html 十四、 Template Method模板方法(行为型模式)             http://hotsoho.net.cnblogs.com/articles/390117.html 十五、 Command命令模式(行为型模式)             http://hotsoho.net.cnblogs.com/articles/428141.html 十六、 Interpreter解释器(行为型模式)             http://hotsoho.net.cnblogs.com/articles/428825.html 参考资料 《设计模式--可复用面向对象软件的基础》  C# 设计模式》    MSDN WebCast C#面向对象设计模式纵横谈   进行中......

转载于:https://www.cnblogs.com/hotsoho.net/archive/2006/02/16/332089.html

最新回复(0)