<?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/chmask" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chmask" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 10 Jul 2008 01:23:00 GMT</lastBuildDate><title>优秀是一种习惯</title><description>吃和睡是猪习惯的事情，因此，人尽其能就好</description><item><title>java设计模式示例</title><link>http://blog.csdn.net/chmask/archive/2008/07/10/2631485.aspx</link><wfw:comment>comments/2631485.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2631485.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2631485</trackback:ping><description>设计模式是面向对象思想的集大成，GOF在其经典著作中总结了23种设计模式，又可分为：创建型、结构型和行为型3个大类。对于软件设计者来说，一般的过程就是在熟练掌握语言背景的基础上，了解类库的大致框架和常用的函数和接口等，然后多再在百般锤炼中，提高对软件设计思想的认识。&lt;img src =&quot;aggbug/2631485.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Jul 2008 09:23:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2008/07/10/2631485.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2008/07/10/2631485.aspx</guid><dc:creator>四眼猪</dc:creator></item><item><title>我的个人简历</title><link>http://blog.csdn.net/chmask/archive/2008/01/29/2071933.aspx</link><wfw:comment>comments/2071933.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2071933.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2071933</trackback:ping><description>目前欢迎猎头骚扰~：)，也欢迎朋友们前来指点批评，共同提高。.&amp;gt;6年团队开发经验(Java/PHP/Oracle/MySQL).&amp;gt;熟练使用与管理Linux/UNIX服务器与集群.&amp;gt;3年多团队管理经验，团队组织与管理经验较丰富.&amp;gt;能够承受较大压力下的工作.&amp;gt;能够运用英语进行日常工作交流与办公&lt;img src =&quot;aggbug/2071933.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Jan 2008 01:34:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2008/01/29/2071933.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2008/01/29/2071933.aspx</guid><dc:creator>四眼猪</dc:creator></item><item><title>Junit学习历程(2)</title><link>http://blog.csdn.net/chmask/archive/2007/03/24/1539741.aspx</link><wfw:comment>comments/1539741.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1539741.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1539741</trackback:ping><description>1、Junit是什么？
它是一个开源代码的Java测试框架，用于编写和运行可重复的测试。是用于单元测试框架体系XUnit的一个实例，Junit是于用于Java语言的。&lt;img src =&quot;aggbug/1539741.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 24 Mar 2007 21:46:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2007/03/24/1539741.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2007/03/24/1539741.aspx</guid><dc:creator>四眼猪</dc:creator></item><item><title>Junit学习历程(1)</title><link>http://blog.csdn.net/chmask/archive/2007/03/23/1538149.aspx</link><wfw:comment>comments/1538149.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1538149.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1538149</trackback:ping><description>Junit 工具用于单元测试的工具，是极限编程中必不可少的工具。Java开发人员必须掌握的工具。
首先，在开发软件的过程中，风险是无处不在，从根本上讲，我们无法消除这些风险，但可以通过进行测试来降低风险，从而提高开发的可靠性，以及最终软件的质量。&lt;img src =&quot;aggbug/1538149.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 23 Mar 2007 08:51:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2007/03/23/1538149.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2007/03/23/1538149.aspx</guid><dc:creator>四眼猪</dc:creator></item><item><title>UNIX 高手的 10 个习惯</title><link>http://blog.csdn.net/chmask/archive/2007/03/21/1536471.aspx</link><wfw:comment>comments/1536471.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/1536471.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1536471</trackback:ping><description>采用 10 个能够提高您的 UNIX® 命令行效率的好习惯——并在此过程中摆脱不良的使用模式。本文循序渐进地指导您学习几项用于命令行操作的技术，这些技术非常好，但是通常被忽略。了解常见错误和克服它们的方法，以便您能够确切了解为何值得采用这些 UNIX 习惯。&lt;img src =&quot;aggbug/1536471.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 21 Mar 2007 23:53:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2007/03/21/1536471.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2007/03/21/1536471.aspx</guid><dc:creator>四眼猪</dc:creator></item><item><title>用一段哲理来鞭策自己，希望有个好的开始~</title><link>http://blog.csdn.net/chmask/archive/2007/03/20/1535259.aspx</link><wfw:comment>comments/1535259.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1535259.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1535259</trackback:ping><description>一步能行能行千里，智者不惑勇者不惧，适者有寿仁者无敌；有为有不为，知足知不足；锐气藏于胸，和气浮于面，才气见于事，义气施于人；大气可成。 &lt;img src =&quot;aggbug/1535259.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 21 Mar 2007 01:29:00 +0800</pubDate><author>四眼猪</author><comments>http://blog.csdn.net/chmask/archive/2007/03/20/1535259.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chmask/archive/2007/03/20/1535259.aspx</guid><dc:creator>四眼猪</dc:creator></item></channel></rss>