2.4 模板方法模式 Template Method PatternDefine the skeleton of an algorithm in...
收录了5篇文章 · 15人关注
2.4 模板方法模式 Template Method PatternDefine the skeleton of an algorithm in...
2.3 抽象工厂模式 定义: Provide an interface for creating famillies of related or...
2.2 工厂方法模式 ** 定义:**定义一个用于创建对象的接口,让子类决定实例化哪一个类。工厂方法使一个类的实例化延迟到其子类。 2.2.1 ...
1.1 单一职责原则 Single Responsibility Principle 建议: 接口一定要做到单一职责,类的设计尽量做到只有一个原...
1 最佳实践 Spring的Bean默认是单例的,方便Spring容器管理Bean的生命周期。如果采用非单例,则Bean初始化后交由JavaEE...
专题公告
《设计模式之禅》