<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/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>加菲猫窝</title>
        <link>http://blog.joycode.com/peon/Default.aspx</link>
        <description>房价日涨，生活艰难</description>
        <language>zh-CHS</language>
        <copyright>peon</copyright>
        <managingEditor>ning.peng@utstar.com</managingEditor>
        <generator>Joycode Version 1.0.0.0</generator>
        <image>
            <title>加菲猫窝</title>
            <url>http://www.joycode.com/images/peon/gravatar.aspx</url>
            <link>http://blog.joycode.com/peon/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>谁是黑客(1): 关于IIS LOG的MinFileBytesPerSec和Timer_ConnectionIdle错误</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2008/02/11/112182.aspx</link>
            <description>摘要：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 前些天发现自己的网站无法访问，询问机房这边，说是机器最近常死机，我就把网站迁移到一个朋友的主机上， 结果没过几天机器又挂了，问朋友的机房那边说是硬件防火墙被攻击了而死掉了，详细情况不知。看来不是硬件问题，多半是被SYN FLOOD或者CC攻击了。恰好原来的机房说最近购买了新的防火墙，我又放了回去。 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 既然不是硬件问题而可能是攻击，我就开始检查IIS&amp;nbsp;log了，发现 IIS 里面很多T...[&lt;a href=/peon/archive/2008/02/11/112182.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/112182.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2008/02/11/112182.aspx</guid>
            <pubDate>Mon, 11 Feb 2008 06:29:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/112182.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2008/02/11/112182.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/112182.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/112182.aspx</trackback:ping>
        </item>
        <item>
            <title>也说缓存</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2007/09/06/108033.aspx</link>
            <description>摘要：      看了蝈蝈俊.net的《理解缓存》，觉得真的是一个对于web applcation 缓存应用的好文，难得的是覆盖了冰山海面下的部分。我现在做的应用可以说和缓存打的交道也不少(不过不是web应用)，也写些东西来分享给大家。    1.缓存是什么？  在我看来，缓存是通过存储中间结果，缩短访问路径来减少开销，提高性能的方法。这个概括未必最科学全面，也不够具体。我们来看看一个http 动态页面访问的例子：    访问路径是 ： 数据库-&gt;应用数据集-&gt;内存对象-&gt;动态页面-&gt;HTTP服务器-&gt;用户浏览...[&lt;a href=/peon/archive/2007/09/06/108033.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/108033.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/09/06/108033.aspx</guid>
            <pubDate>Thu, 06 Sep 2007 01:49:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/108033.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/09/06/108033.aspx#feedback</comments>
            <slash:comments>10</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/108033.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/108033.aspx</trackback:ping>
        </item>
        <item>
            <title>从msn和qq文件传输速度说开去</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2007/07/23/106355.aspx</link>
            <description>摘要：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 发现很多情况下，msn传输文件比qq要慢，倒不是说msn没有快的时候，但是大部分的时候是真的比QQ慢，连我这种神经比较大条的人都注意到了，google了一下，早就有人做了解答，基本上就是说msn传输文件是使用TCP，而QQ使用UDP，剩下的事情就是论证TCP传输文件没有UDP快。大概的就是下面的几个观点：
1. TCP是可靠的，需要验证数据是否到达和是否正确，而UDP是不可靠的，少做了很多事情，所以MSN的文件传输比QQ慢。
我看了当时就想笑，UDP传...[&lt;a href=/peon/archive/2007/07/23/106355.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/106355.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/07/23/106355.aspx</guid>
            <pubDate>Mon, 23 Jul 2007 01:49:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/106355.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/07/23/106355.aspx#feedback</comments>
            <slash:comments>30</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/106355.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/106355.aspx</trackback:ping>
        </item>
        <item>
            <title>介绍一个轻量级的C++ Unit test 框架: TUT</title>
            <category>C/C++</category>
            <link>http://blog.joycode.com/peon/archive/2007/05/19/102754.aspx</link>
            <description>摘要：&amp;nbsp;&amp;nbsp; 无论你是否采用测试驱动开发(TDD),编写Unit test case都是重要的工作.在项目的各个阶段,我们都需要构建测试、运行测试、报告测试结果. 有很多框架为这个工作提供便利,比如大名鼎鼎的xUnit系列.今天,我准备介绍的是一个轻量级的C++ Unit Test框架:TUT (Template Unit Tests的缩写) &amp;nbsp;&amp;nbsp; 大家第一个想问的问题估计就是:它和CppUnit有什么不同? 它有什么特点?&amp;nbsp;&amp;nbsp; 我觉得最关键的地方在于T...[&lt;a href=/peon/archive/2007/05/19/102754.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/102754.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/05/19/102754.aspx</guid>
            <pubDate>Sat, 19 May 2007 09:53:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/102754.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/05/19/102754.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/102754.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/102754.aspx</trackback:ping>
        </item>
        <item>
            <title>领导者-追随者(Leader/Followers)模型的比喻</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2007/05/13/102457.aspx</link>
            <description>摘要：领导者/追随者（Leader/Followers）模型和半同步/半异步（half-sync/half-async）模型都是常用的客户-服务器编程模型.
这几天翻了些文章，发现对领导者/追随者模型说的比较少，下面就这个模型打个比方：

话说一个地方有一群有组织无纪律的人从事山贼这个很有前途的职业。 
一般就是有一个山贼在山路口察看，其他人在林子里面睡觉。 
假如发现有落单的过往客商，望风的山贼就会弄醒一个睡觉的山贼，然后自己去打劫。 
醒来的山贼接替作望风的事情。 
打劫的山贼搞定以后，就会去...[&lt;a href=/peon/archive/2007/05/13/102457.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/102457.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/05/13/102457.aspx</guid>
            <pubDate>Sun, 13 May 2007 10:24:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/102457.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/05/13/102457.aspx#feedback</comments>
            <slash:comments>12</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/102457.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/102457.aspx</trackback:ping>
        </item>
        <item>
            <title>关于volatile和原子操作研究的插曲</title>
            <category>C/C++</category>
            <link>http://blog.joycode.com/peon/archive/2007/04/15/100308.aspx</link>
            <description>摘要：发现文章发在首页会干扰博客堂显示，所以只发了摘要，有兴趣的同学点文章标题看全文吧。
所谓原子操作,就是"不可中断的一个或一系列操作" , 在确认一个操作是原子的情况下，多线程环境里面，我们可以避免仅仅为保护这个操作在外围加上性能昂贵的锁，甚至借助于原子操作，我们可以实现互斥锁。

很多操作系统都为int类型提供了+-赋值的原子操作版本，比如 NT 提供了 InterlockedExchange 等API， Linux/UNIX也提供了atomic_set 等函数。 

前两天有同学问我:在x86...[&lt;a href=/peon/archive/2007/04/15/100308.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/100308.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/04/15/100308.aspx</guid>
            <pubDate>Sun, 15 Apr 2007 04:07:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/100308.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/04/15/100308.aspx#feedback</comments>
            <slash:comments>15</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/100308.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/100308.aspx</trackback:ping>
        </item>
        <item>
            <title>使用 helixapp real simulator for helix server 进行helix流媒体服务压力测试</title>
            <category>MediaTechnology </category>
            <link>http://blog.joycode.com/peon/archive/2007/03/20/96696.aspx</link>
            <description>摘要：windows media 有 simulator 进行压力测试, 现在介绍如何使用helixapp real simulator 测试helix server 的并发能力
软件已经完成，请关注 www.helixapp.com 的下载频道。需要的请留下email 或者 qq msn
性能方面，我2.4G的赛扬大概可以跑150个clients，60Mbps的stream，假如是多core的机器，跑100Mbps没有问题
使用说明 http://www.helixapp.com/article/vie...[&lt;a href=/peon/archive/2007/03/20/96696.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/96696.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/03/20/96696.aspx</guid>
            <pubDate>Tue, 20 Mar 2007 07:52:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/96696.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/03/20/96696.aspx#feedback</comments>
            <slash:comments>15</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/96696.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/96696.aspx</trackback:ping>
        </item>
        <item>
            <title>武当学艺之本地和全局负载均衡</title>
            <category>MediaTechnology </category>
            <link>http://blog.joycode.com/peon/archive/2007/03/15/81382.aspx</link>
            <description>摘要：(本文带有一定行业性，为流媒体CDN内容分发网络的范畴)
http://blog.lmtw.com/b/peon/archives/2006/39714.html
虽然张翠山已死，但是江湖上的传言愈来愈烈，都说武当派已经得到了屠龙宝刀，而且已经参透了刀中的秘密。张三丰宋远桥对这种谣言自然是嗤之以鼻。来滋事的自然不少，以武当六侠之能全部轻松打发，可是慕名而来的求教者越来越多，有一些资质品德都算不错的人，六侠将之收为门徒，眼下门徒数量越来越多，别说授徒，六侠和宋青书的日常事务也日益繁忙了。
&amp;nbsp;...[&lt;a href=/peon/archive/2007/03/15/81382.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/81382.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/03/15/81382.aspx</guid>
            <pubDate>Thu, 15 Mar 2007 01:40:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/81382.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/03/15/81382.aspx#feedback</comments>
            <slash:comments>11</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/81382.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/81382.aspx</trackback:ping>
        </item>
        <item>
            <title>Google文件中文版试用</title>
            <category>信手涂鸦</category>
            <link>http://blog.joycode.com/peon/archive/2007/02/21/93502.aspx</link>
            <description>摘要：2月9日，Google中国正式推出Google文件（ Google Docs &amp;amp; Spreadsheets ）中文版。可以用来多人在线协作编辑文档和电子表格。 &amp;nbsp;网址在 http://docs.google.com/&amp;nbsp;&amp;nbsp; 需要gmail帐户登陆
&amp;nbsp;通过简单几次click， 我创建了一个在线文档 http://docs.google.com/View?docid=dcgxxtrr_0f3kvv5&amp;nbsp;

虽然有丰富的编辑和导入导出和历史版本功能， ...[&lt;a href=/peon/archive/2007/02/21/93502.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/93502.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/02/21/93502.aspx</guid>
            <pubDate>Wed, 21 Feb 2007 14:29:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/93502.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/02/21/93502.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/93502.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/93502.aspx</trackback:ping>
        </item>
        <item>
            <title>PetShop学习笔记(1)-DAL层和类工厂</title>
            <category>DotNet</category>
            <link>http://blog.joycode.com/peon/archive/2007/02/10/20668.aspx</link>
            <description>摘要：PetShop可以使用SQLServer或者Oracle作为数据库，基于SQLServer和Oracle的差异，PetShop作了一个中间层DAL(Data Access Layer)，来实现这个功能。
DAL层供BLL(Business Logic Layer)层调用，封装和数据库有关的实现细节。
在DAL命名空间中有如下的interface:
IAccount&amp;nbsp; / IInventory / IItem&amp;nbsp; / IOrder / IProduct / IProfile
然后分...[&lt;a href=/peon/archive/2007/02/10/20668.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/20668.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/02/10/20668.aspx</guid>
            <pubDate>Sat, 10 Feb 2007 04:06:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/20668.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/02/10/20668.aspx#feedback</comments>
            <slash:comments>25</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/20668.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/20668.aspx</trackback:ping>
        </item>
        <item>
            <title>关于一个google搜索技巧-InUrl</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2007/02/09/38075.aspx</link>
            <description>摘要：http://blog.joycode.com/sam1111/archive/2004/11/04/38040.aspx
提到google的高级搜索的site关键字只能把搜索范围限制在blog.joycode.com这个域名内，不能搜索
http://blog.joycode.com/sam1111这样的范围，得确是一个不方便的地方。
其实有一个替代的方法：使用 InUrl 关键字，表示搜索的页面URL必须包含某个关键词
比如 搜索 site:blog.joycode.com inurl:joy...[&lt;a href=/peon/archive/2007/02/09/38075.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/38075.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/02/09/38075.aspx</guid>
            <pubDate>Fri, 09 Feb 2007 15:59:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/38075.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/02/09/38075.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/38075.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/38075.aspx</trackback:ping>
        </item>
        <item>
            <title>个人收集制作的real helix server知识集合(电子书)</title>
            <category>MediaTechnology </category>
            <link>http://blog.joycode.com/peon/archive/2007/02/09/93373.aspx</link>
            <description>
主要阐述helix server的安装使用和一些技巧

http://www.helixapp.com/down/view_26.html&lt;img src="http://blog.joycode.com/peon/aggbug/93373.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/02/09/93373.aspx</guid>
            <pubDate>Fri, 09 Feb 2007 09:33:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/93373.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/02/09/93373.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/93373.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/93373.aspx</trackback:ping>
        </item>
        <item>
            <title>看了文苗兄文章后关于黑客的随想</title>
            <category>信手涂鸦</category>
            <link>http://blog.joycode.com/peon/archive/2007/02/09/93411.aspx</link>
            <description>摘要：&amp;nbsp;&amp;nbsp;&amp;nbsp; 商业公司的流氓软件越来越像黑客程序;黑客攻击明码标价越来越像商业公司。&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 看了文苗关于黑客的文章，不管黑客是否经历了古典现代后现代的变化，但是有些感觉不吐不快，前些年提到黑客，大家对他们还带着几分崇敬，但是现在则是无尽的苦恼。若干年前媒体上出现的黑客，大部分是发现了什么漏洞，窃取了政府的一些信息，最近媒体的报道则大多是QQ盗窃，网银盗窃和网络钓鱼之类的(姑且不论这些人是否是真正的黑客)。&amp;nbsp;&amp;nbsp;&amp;nbsp;...[&lt;a href=/peon/archive/2007/02/09/93411.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/93411.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2007/02/09/93411.aspx</guid>
            <pubDate>Fri, 09 Feb 2007 08:35:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/93411.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2007/02/09/93411.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/93411.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/93411.aspx</trackback:ping>
        </item>
        <item>
            <title>IPTV内容访问模型(1)-zipf定律</title>
            <category>MediaTechnology </category>
            <link>http://blog.joycode.com/peon/archive/2006/08/19/80885.aspx</link>
            <description>摘要：http://blog.lmtw.com/b/peon/archives/2006/39703.html
对于CDN的内容管理，有一个基本定律，就是大家常说对于内容的访问遵循80/20原则，也就是20%的内容，会占有80%的访问量。
这是一个定性的原则，定量来说，内容访问近似符合Zipf定律(Zipf's law), 这个定律是美国语言学家Zipf发现的，他在1932年研究英文单词的出现频率时，发现如果把单词频率从高到低的次序排列，每个单词出现频率和它的符号访问排名存在简单反比关系：

这里 r ...[&lt;a href=/peon/archive/2006/08/19/80885.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/80885.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2006/08/19/80885.aspx</guid>
            <pubDate>Sat, 19 Aug 2006 10:07:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/80885.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2006/08/19/80885.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/80885.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/80885.aspx</trackback:ping>
        </item>
        <item>
            <title>"能做一辈子程序员吗？" —— 做一个越老越辣的程序员</title>
            <category>信手涂鸦</category>
            <link>http://blog.joycode.com/peon/archive/2006/06/04/76808.aspx</link>
            <description>摘要：写了多年程序，转眼就28了，发现身边的大龄程序员也多了起来，就要到了盛传的"程序员30"的这道坎，想想这些年的酸甜苦辣，重新翻出mvm的这篇文章，看着那么同业的回复，不仅感触良多：
http://blog.joycode.com/mvm/archive/2004/03/23/16987.aspx
mvm针对大龄程序员一定要转市场，转管理的观点，提出程序员还可以做某方面精通(当然也可以是多方面精通)的特种兵。反对的意见也很多，我挑几个典型的：
# 回复: 做军官还是做特种兵？2004-3-23 20:...[&lt;a href=/peon/archive/2006/06/04/76808.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/76808.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2006/06/04/76808.aspx</guid>
            <pubDate>Sun, 04 Jun 2006 01:37:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/76808.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2006/06/04/76808.aspx#feedback</comments>
            <slash:comments>27</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/76808.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/76808.aspx</trackback:ping>
        </item>
        <item>
            <title>使用minix3</title>
            <category>多维技术</category>
            <link>http://blog.joycode.com/peon/archive/2005/11/10/66692.aspx</link>
            <description>摘要：大家都知道Linux是Linus Torvalds不满Minix不够实用，没办法，Andy Taonenbaum 写这个就是为了教学和研究，就写了Linux.
那么大家可以看看 http://www.minix3.org&amp;nbsp;，这个项目除了保持Minix的特点，比如微内核(内核4000行都不到,驱动都是用户态的)，Minix3更加朝着实用性的方向发展，期望在一些嵌入式设备里面能有一席之地。
运行：大家在http://www.minix3.org/download/ 下载光盘映像，刻盘或者直接放在...[&lt;a href=/peon/archive/2005/11/10/66692.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/66692.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2005/11/10/66692.aspx</guid>
            <pubDate>Wed, 09 Nov 2005 17:05:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/66692.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2005/11/10/66692.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/66692.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/66692.aspx</trackback:ping>
        </item>
        <item>
            <title>新增两篇CDN的文章</title>
            <link>http://blog.joycode.com/peon/archive/2005/01/23/43458.aspx</link>
            <description>http://blog.liumeiti.org/peon/&lt;img src="http://blog.joycode.com/peon/aggbug/43458.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2005/01/23/43458.aspx</guid>
            <pubDate>Sun, 23 Jan 2005 12:49:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/43458.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2005/01/23/43458.aspx#feedback</comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/43458.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/43458.aspx</trackback:ping>
        </item>
        <item>
            <title>幸运的被Google救了一命</title>
            <category>信手涂鸦</category>
            <link>http://blog.joycode.com/peon/archive/2004/12/16/41242.aspx</link>
            <description>在写一个新项目，做了几天，因为还没有成型，也因为懒，就没有把它丢到ClearCase里面
结果单元测试通过以后，忽然发现：最主要的一个文件是空白！！不知道为什么被清除了，顿时冷汗直下

想起google的desktop引擎，赶紧search一下，发现了一个几分钟前的版本,
看了一下，赶紧恢复了文件，不过里面的中文注释都变成了?号，总比全丢了强!&lt;img src="http://blog.joycode.com/peon/aggbug/41242.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2004/12/16/41242.aspx</guid>
            <pubDate>Thu, 16 Dec 2004 04:02:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/41242.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2004/12/16/41242.aspx#feedback</comments>
            <slash:comments>11</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/41242.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/41242.aspx</trackback:ping>
        </item>
        <item>
            <title>CDN核心概念:内容从边缘到中央，再从中央到边缘--灯少的实业之路</title>
            <category>MediaTechnology </category>
            <link>http://blog.joycode.com/peon/archive/2004/12/09/40833.aspx</link>
            <description>摘要：CDN是内容分发网络的缩写，主要解决网络骨干带宽耗用和用户访问Qos问题，大家使用Google搜索一把就可以找到大量的资料。
文章贴在我另外一个BLOG:
http://blog.liumeiti.org/peon/archive/2004/12/07/320.aspx
文章的几个人物都是相熟的朋友，调侃他们一把:D&amp;nbsp;&amp;nbsp; 今天晚上看ACE又泡汤了
另外，开心的CLR is everywhere&amp;nbsp;说明微软在数据库和企业开发方面的成功，另外windows2003也在服务器...[&lt;a href=/peon/archive/2004/12/09/40833.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/peon/aggbug/40833.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2004/12/09/40833.aspx</guid>
            <pubDate>Thu, 09 Dec 2004 15:37:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/40833.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2004/12/09/40833.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/40833.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/40833.aspx</trackback:ping>
        </item>
        <item>
            <title>MSN Messenger的web版本</title>
            <category>信手涂鸦</category>
            <link>http://blog.joycode.com/peon/archive/2004/10/16/35652.aspx</link>
            <description>http://webmessenger.msn.com/
很多人应该已经知道这个,意外发现这个webmessenger的浏览器兼容性也是不错的:
  
而且不错的地方是：它可以同时打开多个帐号 :D&lt;img src="http://blog.joycode.com/peon/aggbug/35652.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>peon</dc:creator>
            <guid>http://blog.joycode.com/peon/archive/2004/10/16/35652.aspx</guid>
            <pubDate>Sat, 16 Oct 2004 07:00:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/peon/comments/35652.aspx</wfw:comment>
            <comments>http://blog.joycode.com/peon/archive/2004/10/16/35652.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/peon/comments/commentRss/35652.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/peon/services/trackbacks/35652.aspx</trackback:ping>
        </item>
    </channel>
</rss>