发表评论取消回复
相关阅读
相关 目录: 23种经典设计模式学习笔记
01. 23种经典设计模式-11-单例模式][01. 23_-11-] [02. 23种经典设计模式-12-原型模式][02. 23_-12-] [03. 23种...
相关 24. 23种经典设计模式-38-状态模式
1. 状态模式 > Allow an object to alter its behavior when its internal state changes. Th...
相关 23. 23种经典设计模式-37-备忘录模式
1. 备忘录模式(Memento Pattern) > Without violating encapsulation, capture and externaliz...
相关 19. 23种经典设计模式-33-策略模式
1. 策略模式(Strategy Pattern) > Define a family of algorithms, encapsulate eache one, a...
相关 13. 23种经典设计模式-26-外观模式
1. 外观模式(Facade Pattern) > Provide a unified interface to a set of interfaces in a s...
相关 11. 23种经典设计模式-24-适配器模式
1. 适配器模式 > Convert the interface of a class into another interface clients expect. ...
相关 10. 23种经典设计模式-23-代理模式扩展-cglib
1. cglib 代理 * Cglib 代理也叫子类代理, 它是在内存中创建一个子类对象,从而实现对目标对象的功能扩展. * Cglib 的底层是通过字节码处...
相关 07. 23种经典设计模式-21-组合模式
1. 组合模式 > Compose objects into tree structures to represent part-whole hierarchies....
相关 09. 23种经典设计模式-23-代理模式
1. 代理模式 > Provide a surrogate or placehoilder for another object to control access ...
相关 02. 23种经典设计模式-12-原型模式
1. 原型模式 * 原型模式(Prototype Pattern), 用于高性能地创建重复对象, 属于一种创建类模式. * 原型模式的核心: 高性能复制对象,...
还没有评论,来说两句吧...