zoukankan      html  css  js  c++  java
  • [设计模式] .NET设计模式笔记

    .NET下的23中设计模式。

    ※创建型模式篇

    ●单件模式(Single Pattern)

    ●抽象工厂模式(Abstract Factory)

    ●建造者模式(Builder Pattern)

    ●工厂方法(Factory Method)

    ●原型模式(Protype Pattern)

    ※结构型模式篇

    ●适配器模式(Adapter Pattern)

    ●桥接模式(Bridge Pattern)

    ●装饰模式(Decorator Pattern)

    ●组合模式(Composite Pattern)

    ●外观模式(Façade Pattern)

    ●享元模式(Flyweight Pattern)

    ●代理模式(Proxy Pattern)

    ※行为型模式篇

    ●模版方法模式(Template Method)

    ●命令模式(Command Pattern)

    ●迭代器模式(Iterator Pattern)

    ●观察者模式(Oberver Pattern)

    ●中介者模式(Mediator Pattern)

    ●备忘录模式(Memento Pattern)

    ●解释器模式(Interpreter Pattern)

    ●状态模式(State Pattern)

    ●策略模式(Strategy Pattern)

    ●职责链模式(Chain of Responsibility)

    ●访问者模式(Visitor Pattern)

    --------------------------------------

    欢迎您,进入 我系程序猿 的cnBlog博客。

    你不能改变你的过去,但你可以让你的未来变得更美好。一旦时间浪费了,生命就浪费了。

    You cannot improve your past, but you can improve your future. Once time is wasted, life is wasted.

    --------------------------------------

    分享到QQ空间  

  • 相关阅读:
    GO语言网络编程
    GO语言测试
    GO语言反射
    GO语言strconv包的使用
    GO语言并发
    Centos7 开启swap分区
    设计模式 之 命令模式
    设计模式 之 代理模式
    设计模式 之 工厂模式
    设计模式 之 观察者模式
  • 原文地址:https://www.cnblogs.com/jqmtony/p/3812123.html
Copyright © 2011-2022 走看看