23种设计模式与7大原则 CSDN OSChina GitHub Java中的23种设计模式与7大原则.md 创建型模式: SimpleFactory FactoryMethod AbstractFactory Singleton Builder Prototype 结构型模式: Adapter Decorator Proxy Facade Composite Bridge Flyweight 行为型模式: Strategy TemplateMethod Observer Iterator ChainOfResponsibility Command Memento State Visitor Mediator Interpreter