# Design-Pttern **Repository Path**: qiuye001/Design-Pttern ## Basic Information - **Project Name**: Design-Pttern - **Description**: Java 中常用的设计模式示例。包括:单例模式,工厂模式,适配器模式,装饰模式,观察者模式等。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2014-08-19 - **Last Updated**: 2021-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Design-Pttern 设计模式 Java 中常用的设计模式示例。包括:单例模式,工厂模式,适配器模式,装饰模式,观察者模式等。 部分代码参考于[chmask](http://blog.csdn.net/chmask/article/details/2631485)的博客,以及其它网络信息。