参考链接:java常用设计模式
前言
七种常见设计模式
1、策略模式
研磨设计模式之策略模式:http://www.uml.org.cn/sjms/201009092.asp (经典)
Java策略模式 :http://zhanche2011.iteye.com/blog/1169948
2、工厂模式
3、单例模式
4、适配器模式
5、装饰模式
6、观察者模式
7、代理模式