1.创建型模式 Simple Factory、Factory Method、Abstract Factory、Builder、Prototype、Singleton
2.AOP架构设计 Aspect、Joint point、Pointcut、Advice、用户行为统计场景、性能监控场景
3.行为型模式 Template Method、Observer、State、Strategy、Chain of Responsibility、Command、Visitor、Mediator、Memento、Iterator、Interpreter
4.网络访问框架设计
5.UML建模 图(类图、时序图)、关系(依赖 Dependency、泛化 Generalization、关联 Association、实现 Realization)
6.设计原则 单一职责SRP、里氏替换LSP、依赖倒置DIP、接口隔离ISP、迪米特LOD、开闭OCP
7.图片加载框架设计 配置、外观、请求队列、请求、请求转发、加载器、加载策略、缓存策略
8.结构型模式 Façade、Adapter、Proxy、Decorator、Bridge、Composite、Flyweight
9.IOC架构设计 运行时注入、编译时注入、注入布局、注入视图、注入事件
网友评论