设计模式 -- 适配器模式(Adapter Pattern)
适配器模式:属于结构型模式,结合了两个独立接口的功能,作为 两个不兼容的接口之间的桥梁 。
2023-11-22529
阅读更多
设计模式 -- 工厂模式(Factory Pattern)
设计模式 -- 工厂模式(Factory Pattern)
2023-11-22472
阅读更多
设计模式 -- 建造者模式(Builder Pattern)
设计模式 -- 建造者模式(Builder Pattern)
2023-11-22429
阅读更多
设计模式 -- 代理模式(Proxy Pattern)
设计模式 -- 代理模式(Proxy Pattern)
2023-11-22449
阅读更多
设计模式 -- 单例模式(Singleton Pattern)
设计模式 -- 单例模式(Singleton Pattern)
2023-11-22463
阅读更多
设计模式 -- 状态模式(State Pattern)
设计模式 -- 状态模式(State Pattern)
2023-11-22485
阅读更多
设计模式 -- 命令模式(Command Pattern)
设计模式 -- 命令模式(Command Pattern)
2023-11-22444
阅读更多
设计模式 -- 责任链模式(Chain of Responsibility Pattern)
设计模式 -- 责任链模式(Chain of Responsibility Pattern)
2023-11-22490
阅读更多
设计模式 -- 策略模式(Strategy Pattern)
设计模式 -- 策略模式(Strategy Pattern)
2023-11-22439
阅读更多