﻿<?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>博客园-点滴积累,融会贯通-随笔分类-设计模式学习</title><link>http://www.cnblogs.com/xh831213/category/101584.html</link><description>-----喜欢一切有兴趣的东西</description><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 02:23:22 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 02:23:22 GMT</pubDate><ttl>60</ttl><item><title>设计模式学习（十三）迭代器模式-中介者模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/10/25/937015.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Thu, 25 Oct 2007 03:31:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/10/25/937015.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/937015.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/10/25/937015.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/937015.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/937015.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 迭代器模式允许使用一个标准的接口顺序访问一个数据列表或集合，而又不需要知道数据的内部表示细节；<br>中介者作为唯一知道其他类中方法细节的一个类，在类发生变化时通知中介者，中介者在将这些变化传递给其他需要通知的类&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/10/25/937015.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/937015.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-10-25 11:31 <a href="http://www.cnblogs.com/xh831213/archive/2007/10/25/937015.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（十二）职责链模式-命令模式-解释器模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/09/14/892543.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Fri, 14 Sep 2007 01:39:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/09/14/892543.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/892543.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/09/14/892543.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/892543.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/892543.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 职责链模式：将程序中每个对象能做什么的内容隔离，即职责链减少了对象之间的耦合，每个对象都能独立操作<br>命令模式：把一个申请特定操作的请求封装到一个对象中，并给该对象一个众所周知的公共接口，使客户端不用了解实际执行的操作就能产生请求，也可以使你改变操作而丝毫不影响客户端程序<br>解释器模式：为某种语言定义一个文法，并用该文法解释语言中的语句&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/09/14/892543.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/892543.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-09-14 09:39 <a href="http://www.cnblogs.com/xh831213/archive/2007/09/14/892543.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（十一）行为型模式 简单介绍</title><link>http://www.cnblogs.com/xh831213/archive/2007/09/14/892533.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Fri, 14 Sep 2007 01:33:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/09/14/892533.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/892533.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/09/14/892533.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/892533.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/892533.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 简单了解11种行为型模式&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/09/14/892533.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/892533.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-09-14 09:33 <a href="http://www.cnblogs.com/xh831213/archive/2007/09/14/892533.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（十）结构型模型总结</title><link>http://www.cnblogs.com/xh831213/archive/2007/09/04/881734.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 04 Sep 2007 09:24:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/09/04/881734.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/881734.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/09/04/881734.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/881734.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/881734.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 总结下学习过的结构型模型，一句话总结各个模型，并且每一个模型举一个实例&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/09/04/881734.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/881734.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-09-04 17:24 <a href="http://www.cnblogs.com/xh831213/archive/2007/09/04/881734.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（九）外观模式-享元模式-代理模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/09/04/881729.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 04 Sep 2007 09:21:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/09/04/881729.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/881729.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/09/04/881729.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/881729.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/881729.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 外观模式：可以将一些列复杂的类包装成一个简单的封闭接口<br>享元模式：可以避免大量非常相似的类的开销<br>代理模式：将一个复杂的对象或创建时比较花费时间的对象表示成一个简单对象&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/09/04/881729.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/881729.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-09-04 17:21 <a href="http://www.cnblogs.com/xh831213/archive/2007/09/04/881729.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（八）桥接模式-组合模式-装饰模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/09/03/879857.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Mon, 03 Sep 2007 02:48:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/09/03/879857.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/879857.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/09/03/879857.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/879857.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/879857.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 桥接模式：使一个或多个类的接口看起来像一个特定类的接口<br>组合模式：组合就是对象的集合， 其中的每个对象既可以是一个组合，也可以是简单的对象<br>装饰模式：改变单个对象的行为，但不需要创建一个新的派生类&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/09/03/879857.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/879857.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-09-03 10:48 <a href="http://www.cnblogs.com/xh831213/archive/2007/09/03/879857.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（七）适配器模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/29/873946.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Wed, 29 Aug 2007 01:01:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/29/873946.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/873946.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/29/873946.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/873946.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/873946.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 适配器模式可以将一个类的程序设计接口转换成另外一个接口&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/29/873946.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/873946.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-29 09:01 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/29/873946.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（六）结构型模式初步了解</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/29/873944.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Wed, 29 Aug 2007 01:00:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/29/873944.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/873944.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/29/873944.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/873944.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/873944.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 结构型模式：适配器模式，组合模式，代理模式，享元模式，外观模式，桥接模式，装饰模式&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/29/873944.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/873944.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-29 09:00 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/29/873944.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（五）创建型模式小结</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/28/872216.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 28 Aug 2007 00:40:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/28/872216.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/872216.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/28/872216.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/872216.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/872216.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 创建型模式小结：工厂模式，抽象工厂模式，生成器模式，原型模式，单件模式&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/28/872216.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/872216.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-28 08:40 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/28/872216.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（四）原型模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/28/872211.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 28 Aug 2007 00:38:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/28/872211.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/872211.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/28/872211.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/872211.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/872211.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原型模式中目标类的构建是通过克隆一个或多个原型类，然后按照预期的行为更改或补充被克隆类的细节而实现的&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/28/872211.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/872211.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-28 08:38 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/28/872211.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（三）单件模式-生成器模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/27/870832.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Mon, 27 Aug 2007 01:27:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/27/870832.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/870832.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/27/870832.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/870832.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/870832.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 单件模式可以保证一个类有且只有一个实例，并且提供一个访问它的全局访问点；<br>生成器模式根据数据的不同，显示数据的界面由特定的类来动态生成和显示&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/27/870832.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/870832.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-27 09:27 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/27/870832.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（二）简单工厂模式-工厂模式-抽象工厂模式</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/07/845880.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 07 Aug 2007 03:01:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/07/845880.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/845880.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/07/845880.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/845880.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/845880.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 简单工厂模式根据提供给他的数据，返回几个可能类中的一个类的实例；<br>工厂方法模式对简单工厂模式进行巧妙的扩展；<br>抽象工厂模式比工厂模式具有更高层次的抽象性&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/07/845880.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/845880.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-07 11:01 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/07/845880.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>UML基础-类图</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/07/845876.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 07 Aug 2007 02:59:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/07/845876.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/845876.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/07/845876.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/845876.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/845876.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: UML类图基本常识&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/07/845876.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/845876.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-07 10:59 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/07/845876.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>C#的基本概念</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/07/845867.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Tue, 07 Aug 2007 02:56:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/07/845867.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/845867.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/07/845867.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/845867.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/845867.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 代理;受管语言;控件;Public ,Private,Protected;<br>封装,重载—多态;Virtual 和 override;Abstract 抽象类&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/07/845867.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/845867.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-07 10:56 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/07/845867.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>设计模式学习（一） 基本理念</title><link>http://www.cnblogs.com/xh831213/archive/2007/08/03/841570.html</link><dc:creator>小寒</dc:creator><author>小寒</author><pubDate>Fri, 03 Aug 2007 04:58:00 GMT</pubDate><guid>http://www.cnblogs.com/xh831213/archive/2007/08/03/841570.html</guid><wfw:comment>http://www.cnblogs.com/xh831213/comments/841570.html</wfw:comment><comments>http://www.cnblogs.com/xh831213/archive/2007/08/03/841570.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xh831213/comments/commentRss/841570.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xh831213/services/trackbacks/841570.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 学习设计模式的第一步：理解设计模式的理念&nbsp;&nbsp;<a href='http://www.cnblogs.com/xh831213/archive/2007/08/03/841570.html'>阅读全文</a><img src ="http://www.cnblogs.com/xh831213/aggbug/841570.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xh831213.cnblogs.com/" target="_blank">小寒</a> 2007-08-03 12:58 <a href="http://www.cnblogs.com/xh831213/archive/2007/08/03/841570.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>