# gof23 **Repository Path**: ctflq/gof23 ## Basic Information - **Project Name**: gof23 - **Description**: gof23钟设计模式 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: java23种设计模式 ## README # gof23 #### 介绍 gof23种设计模式 ##### 创建型模式(Creational Patterns): 这些设计模式提供了一种在创建对象的同时隐藏创建逻辑的方式,而不是使用新的运算符直接实例化对象。 - 1.工厂设计模式(Factory Pattern) - 2.抽象工厂模式(Abstract Factory Pattern) - 3.单例模式(Singleton Pattern)(已完成) - 4.建造者模式(Builder Pattern) - 5.原型模式(Prototype Pattern) ##### 结构型模式(Structural Patterns): 这些设计模式关注类和对象的组合,以形成更大的结构。 - 1.适配器模式(Adapter Pattern)(已完成) - 2.桥接模式(Bridge Pattern) - 3.过滤器模式(Filter Pattern) - 4.组合模式(Composite Pattern) - 5.装饰器模式(Decorator Pattern) - 6.外观模式(Facade Pattern) - 7.享元模式(Flyweight Pattern) - 8.代理模式(Proxy Pattern) ##### 行为型模式(Behavioral Patterns): 这些设计模式关注对象之间的交互和职责分配。 - 1.责任链模式(Chain of Responsibility Pattern) - 2.命令模式(Command Pattern) - 3.解释器模式(Interpreter Pattern) - 4.迭代器模式(Iterator Pattern) - 5.中介者模式(Mediator Pattern) - 6.备忘录模式(Memento Pattern) - 7.观察者模式(Observer Pattern) - 8.状态模式(State Pattern) - 9.策略模式(Strategy Pattern) - 10.模板方法模式(Template Method Pattern) (已完成) - 11.访问者模式(Visitor Pattern) #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. clone,Fork 本仓库,所有代码示例都可直接运行,并配有详细注释。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)