- 设计模式
- Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
目录
- # 1. Java 设计模式详解
- 1-1. 引言 1-2. UML图与软件设计原则 1-3. 单例模式 1-4. 工厂模式 1-5. 原型模式 1-6. 建造者模式 1-7. 代理模式
编辑 (opens new window)
上次更新: 2024/03/03, 13:24:59