<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/lane_cn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lane_cn" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 20 Nov 2004 01:20:00 GMT</lastBuildDate><title>一个星期8天</title><description>Eight Days a Week —— The Beatles &amp; 小陆</description><link>http://blog.csdn.net/lane_cn/</link><item><title>.NET中的设计模式五：观察者模式</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/20/188210.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/188210.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/188210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=188210</trackback:ping><description>本文介绍了观察者模式（Observer）的原理和实现。需要注意的一点：观察和通知不是简单的直接调用，要避免观察者和被观察者之间的耦合。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/188210.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Nov 2004 09:20:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/20/188210.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/20/188210.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>Google推出自动翻译服务</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/19/187414.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/187414.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/187414.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=187414</trackback:ping><description>使用Google查找资料的时候，如果找到英文页面，会出现一个[翻译此页 BETA]的连接，目前这个功能还处于BETA状态。发一篇翻译的文章，关于JNI的。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/187414.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Nov 2004 22:27:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/19/187414.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/19/187414.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>.NET中的设计模式四：命令模式</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/11/176963.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/176963.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/176963.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=176963</trackback:ping><description>介绍了命令模式（Command），以及其在实际工程中的应用实例，介绍了这个模式与其他模式的结合使用方式。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/176963.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Nov 2004 20:33:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/11/176963.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/11/176963.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>怎样测试代码中难测试的部分</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/08/172938.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/172938.aspx</wfw:comment><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/172938.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=172938</trackback:ping><description>单元测试是一个设计时就应该考虑的问题，如何在设计时就避免难以测试的模块，写出“可测试”的代码。最后简要的介绍了微软为应用程序的界面开发所设计的UIP Application Block。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/172938.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 09 Nov 2004 04:04:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/08/172938.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/08/172938.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>.NET中的设计模式三：组合模式</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/05/169245.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/169245.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/169245.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=169245</trackback:ping><description>介绍了一种结构型（Structural）模式——组合模式（Composite），有一个比较接近实际应用的例子，简单说了一点如何提高程序的可测试性。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/169245.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 06 Nov 2004 02:34:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/05/169245.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/05/169245.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>在C#中使用代理的方式触发事件</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/04/166901.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/166901.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/166901.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=166901</trackback:ping><description>介绍c# 中的“代理”，以及如何通过代理的方式实现“事件”的触发和捕捉。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/166901.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 Nov 2004 22:07:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/04/166901.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/04/166901.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>.NET中的设计模式二：单件模式</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/02/164321.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/164321.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/164321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=164321</trackback:ping><description>介绍另一种创建型模式——单件模式（Singleton）&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/164321.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Nov 2004 05:04:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/02/164321.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/02/164321.aspx</guid><dc:creator>小陆</dc:creator></item><item><title>.NET中的设计模式一：工厂模式</title><link>http://blog.csdn.net/lane_cn/archive/2004/11/02/164174.aspx</link><wfw:comment>http://blog.csdn.net/lane_cn/comments/164174.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lane_cn/comments/commentRss/164174.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=164174</trackback:ping><description>介绍一种常用的创建型模式——工厂模式，附带一个使用c＃写的小例子，以及实际应用的例子。&lt;img src =&quot;http://blog.csdn.net/lane_cn/aggbug/164174.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Nov 2004 02:50:00 +0800</pubDate><author>小陆</author><comments>http://blog.csdn.net/lane_cn/archive/2004/11/02/164174.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lane_cn/archive/2004/11/02/164174.aspx</guid><dc:creator>小陆</dc:creator></item></channel></rss>