多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用
码云13.8K
广告
[代理模式(Proxy Pattern)](代理模式.md) [+适配器模式(Adapter Pattern)](适配器模式(AdapterPattern).md) [装饰器模式(Decorator Pattern)](装饰器模式(DecoratorPattern).md)
序言
预览
设计原则
创建型模式
+单例模式(Singleton Pattern)
建造者模式(Builder Pattern)
+工厂模式(Factory Pattern)
结构型模式
代理模式(Proxy Pattern)
+适配器模式(Adapter Pattern)
装饰器模式(Decorator Pattern)
行为型模式
观察者模式(Observer Pattern)
+策略模式(Strategy Pattern)
+责任链模式(Chain of Responsibility Pattern)
总结