# DesignPattern **Repository Path**: grrui/DesignPattern ## Basic Information - **Project Name**: DesignPattern - **Description**: 设计模式,以及一些java示例。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DesignPattern 设计模式,以及一些java示例。 1.单例模式(singleton) 2.工厂模式(simFactory) 3.代理模式(proxy) 4.门面模式(facade) 5.桥接模式(bridge) 6.策略模式(strategy)