﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-学历代表过去，能力代表现在，学习力代表未来！-文章分类-设计模式</title><link>http://www.blogjava.net/ljc-java/category/54421.html</link><description>模仿中成长，在创新中成功！</description><language>zh-cn</language><lastBuildDate>Wed, 02 Jul 2014 21:15:53 GMT</lastBuildDate><pubDate>Wed, 02 Jul 2014 21:15:53 GMT</pubDate><ttl>60</ttl><item><title>Java 设计模式</title><link>http://www.blogjava.net/ljc-java/articles/415369.html</link><dc:creator>小罗</dc:creator><author>小罗</author><pubDate>Wed, 02 Jul 2014 08:16:00 GMT</pubDate><guid>http://www.blogjava.net/ljc-java/articles/415369.html</guid><wfw:comment>http://www.blogjava.net/ljc-java/comments/415369.html</wfw:comment><comments>http://www.blogjava.net/ljc-java/articles/415369.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ljc-java/comments/commentRss/415369.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ljc-java/services/trackbacks/415369.html</trackback:ping><description><![CDATA[<div>Java设计模式分为<span style="color: #ff0000;">创建模式</span>, <span style="color: #ff0000;">结构模式</span>, <span style="color: #ff0000;">行为模式</span> 3种类型：</div>
<div></div>
<div>Java设计模式之<span style="color: #ff0000;">创建模式</span>包括：</div>
<div></div>
<div style="text-align: justify;">&nbsp;&nbsp;&nbsp;&nbsp;Factory, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 工厂模式</div>
<div></div>
<div style="text-align: justify;">&nbsp;&nbsp;&nbsp;&nbsp;Singleton, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;单例模式</div>
<div></div>
<div style="text-align: justify;">&nbsp;&nbsp;&nbsp;&nbsp;Builder, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;建造模式</div>
<div></div>
<div style="text-align: justify;">&nbsp;&nbsp;&nbsp;&nbsp;Prototype, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 原型模式</div>
<div></div>
<div>Java设计模式之<span style="color: #ff0000;">结构模式</span>包括：</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Facade, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 门面模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Decorator, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 装饰模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Composite, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;合成模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Proxy, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 代理模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Adapter, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;适配器模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Bridge, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;桥梁模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Flyweight, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;共享元类模式</div>
<div></div>
<div>Java设计模式之<span style="color: #ff0000;">行为模式</span>包括：</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Chain of responsibleif, &nbsp; &nbsp;责任链模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Command, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;命令模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Strategy, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;策略模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Observer, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;观察模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Interpreter , &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;解释器模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Iterator, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;迭代模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Mediator, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 中介模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Memento, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;备忘录模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;State, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 状态模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Template, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;模板模式</div>
<div></div>
<div style="text-align: justify; ">&nbsp;&nbsp;&nbsp;&nbsp;Visitor, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 访问者模式</div><img src ="http://www.blogjava.net/ljc-java/aggbug/415369.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ljc-java/" target="_blank">小罗</a> 2014-07-02 16:16 <a href="http://www.blogjava.net/ljc-java/articles/415369.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>