# DesignPatterns_Study **Repository Path**: huathy/design-patterns_-study ## Basic Information - **Project Name**: DesignPatterns_Study - **Description**: 设计模式学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习笔记 ## README **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [策略模式](#%E7%AD%96%E7%95%A5%E6%A8%A1%E5%BC%8F) - [模板方法(模板方法模式Template Method Pattern)](#%E6%A8%A1%E6%9D%BF%E6%96%B9%E6%B3%95%E6%A8%A1%E6%9D%BF%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8Ftemplate-method-pattern) - [装饰器模式](#%E8%A3%85%E9%A5%B0%E5%99%A8%E6%A8%A1%E5%BC%8F) - [装饰器模式与适配器模式的区别](#%E8%A3%85%E9%A5%B0%E5%99%A8%E6%A8%A1%E5%BC%8F%E4%B8%8E%E9%80%82%E9%85%8D%E5%99%A8%E6%A8%A1%E5%BC%8F%E7%9A%84%E5%8C%BA%E5%88%AB) - [观察者模式 Observer Pattern](#%E8%A7%82%E5%AF%9F%E8%80%85%E6%A8%A1%E5%BC%8F-observer-pattern) 1. Adapter:适配器模式 2. Bridge:桥接模式 3. Builder:建造者模式 4. Factory:工厂模式 5. ProtoType:原型模式 6. Proxy:代理模式 7. Singleton:单例模式 8. Delegate:委派模式 9. Strategy:策略模式 10. Template:模板模式 11. Decorator:装饰器模式 12. Observer:观察者模式