zoukankan      html  css  js  c++  java
  • 设计模式统计

    一共23种设计模式
     
    创建型模式...
     
    1.                Abstract Factory..
    2.                Builder
    3.                Factory Method..
    4.                Prototype..
    5.                Singleton.

     
    结构型模式...
     
    1.                Adapter.
    2.                Bridge..
    3.                Composite..
    4.                Decorator.
    5.                Facade..
    6.                Flyweight.
    7.                Proxy..
     
    行为模式...
     
    1.                Chain of Responsibility.
    2.                Command.
    3.                Interpreter.
    4.                Iterator
    5.                Mediator
    6.                Memento..
    7.                Observer
    8.                State..
    9.                Strategy.
    10.              Template Method..
    11.              Visitor.
    注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层
  • 相关阅读:
    私有 composer 包创建
    随机数是如何生成的
    TCP 三次握手的意义
    何为真何为假
    Python流程控制语句详解
    Python类中装饰器classmethod,staticmethod,property,
    函数进阶
    初识函数
    文件操作
    is ==小数据池编码解码
  • 原文地址:https://www.cnblogs.com/PJG20/p/14176402.html
Copyright © 2011-2022 走看看