# service-lzq-design **Repository Path**: modify_lzq/service-lzq-design ## Basic Information - **Project Name**: service-lzq-design - **Description**: java 设计模式相关代码 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, 设计模式 ## README # service-lzq-design java设计模式code ## Code Level Detail |文件名||说明| |--|--|--| |model||设计模式| ||adapter|适配器模式 ||bridge|桥接模式 ||builder|建造者模式 ||combination|组合模式 ||command|命令模式 ||decorator|装饰者模式 ||explain|解释器模式 ||facade|外观模式 ||factory|工厂模式 ||flyweight|享元模式 ||iterator|迭代器模式 ||mediator|中介者模式 ||memento|备忘录模式 ||observer|观察者模式 ||prototype|原型模式 ||proxy|代理模式 ||responsibility|责任链模式 ||singleton|单例模式 ||strategy|策略模式 ||structure|结构模式 ||template|模板方法模式 ||visitor|访问者模式 |principle||设计原则|