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.
    注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层
  • 相关阅读:
    MessageFormat理解,MessageFormat.format(Object obj)方法
    正则表达式
    数字处理类
    包装类
    遍历Map的4种方法(来自网络)
    集合类
    数组
    字符串
    语言基础
    Linux下使用openssl加解密
  • 原文地址:https://www.cnblogs.com/PJG20/p/14176402.html
Copyright © 2011-2022 走看看