<?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/zhenyucheung" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhenyucheung" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 16 Apr 2008 22:00:00 GMT</lastBuildDate><title>爱斯基摩海带的专栏</title><link>http://blog.csdn.net/zhenyucheung/</link><item><title>Openfire SVN + Eclipse 3.3 + Subversive 安装指南</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298698.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2298698.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2298698.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2298698</trackback:ping><description>Openfire 是由Jive Software 主导开发的一套功能非常强大的开源im 服务器（前身是wildfire），它基于XMPP 协议，完全用java实现，是一款非常优秀的服务器端软件。  最近参与了一个开源项目thinksns,负责im部分，于是准备研究一下openfire的源码，想要测试和编写自己的代码，首先要配置好源码的运行环境，本文正是基于这个目的而写的，希望能和志同道合的朋友多交流，共同学习。&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2298698.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Apr 2008 06:00:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298698.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298698.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298698.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074862/5511424</fs:itemid></item><item><title>[转载]java对象序列化学习笔记</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298270.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2298270.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2298270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2298270</trackback:ping><description>目前网络上关于对象序列化的文章不少，但是我发现详细叙述用法和原理的文章太少。本人把自己经过经验总结和实际运用中的体会写成的学习笔记贡献给大家。希望能为整个java社区的繁荣做一点事情。&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2298270.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Apr 2008 03:33:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298270.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298270.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/16/2298270.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074863/5511424</fs:itemid></item><item><title>[转载]Java虚拟机类装载－－原理、实现与应用</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/14/2289510.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2289510.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2289510.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2289510</trackback:ping><description>类的动态装载机制是JVM的一项核心技术, 也是容易被忽视而引起很多误解的地方。本文介绍了JVM中类装载的原理、实现以及应用，尤其分析了ClassLoader的结构、用途以及如何利用自定义的ClassLoader装载并执行Java类，希望能使读者对JVM中的类装载有一个比较深入的理解 &lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2289510.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 14 Apr 2008 08:31:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/14/2289510.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/14/2289510.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/14/2289510.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074864/5511424</fs:itemid></item><item><title>[转载]使用 Apache MINA 开发高性能网络应用程序</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/11/2283103.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2283103.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2283103.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2283103</trackback:ping><description>Apache MINA是一个网络应用程序框架，用来帮助用户简单地开发高性能和高可靠性的网络应用程序。它提供了一个通过Java NIO在不同的传输例如TCP/IP和UDP/IP上抽象的事件驱动的异步API。 Apache MINA 也称为: 　　● NIO 框架库 　　● 客户端服务器框架库 　　● 一个网络套接字库 本文将通过一个简单的问候程序 HelloServer 来介绍 MINA 的基础架构的同时演示如何使用 MINA 开发网络应用程序&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2283103.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Apr 2008 04:19:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/11/2283103.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/11/2283103.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/11/2283103.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074865/5511424</fs:itemid></item><item><title>一道很老但很有意思的题</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/02/2245994.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2245994.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2245994.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2245994</trackback:ping><description>有3个人去投宿,一晚30元.三个人每人掏了10元凑够30元交给了老板.   后来老板说今天优惠只要25元就够了,拿出5元命令服务生退还给他们, 服务生偷偷藏起了2元, 然后,把剩下的3元钱分给了那三个人,每人分到1元.这样,一开始每人掏了10元,现在又退回1元,也就是10-1=9,每人只花了9元钱, 3个人每人9元,3 X 9 = 27 元 + 服务生藏起的2元=29元，还有一元钱去里哪里？？&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2245994.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Apr 2008 06:59:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/02/2245994.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/02/2245994.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/02/2245994.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074866/5511424</fs:itemid></item><item><title>沉痛悼念孙吉贵老师.........</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/04/01/2241563.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2241563.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2241563.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2241563</trackback:ping><description>今天忽然得到孙老师去世的噩耗，简直不敢相信。震撼!!!!!!!!!!  还记得大二上离散数学的时候，教我们的是他的学生冯莎莎老师，虽然冯老师也是一位让我尊敬如长姐的老师，后来我在我考研的过程中她曾很无私的在离散数学的复习中给了我很大的帮助，甚至在她去曼彻斯特大学继续攻读博士学位前还热心的请张永刚老师继续在离散数学上帮助我，但我依然为没有上过孙老师的离散课而有些遗憾，与孙老师唯一的接触就是听过他量子计算机的讲座，渊博的知识，谦虚平和的态度，严谨的思维，以及那一身干净的深色西装，都给我留下了深深的印象。孙老师的学术水平和个人品德在学生之间是有口皆碑的，很少有这样一个老师能让几乎所有的学生都如此钦佩和尊敬，孙老师走了，年仅46岁！&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2241563.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Apr 2008 04:04:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/04/01/2241563.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/04/01/2241563.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/04/01/2241563.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074867/5511424</fs:itemid></item><item><title>【转载】让我想哭的一篇文章，东北，这就是我的家乡（不知道作者）</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/03/20/2201180.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2201180.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2201180.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2201180</trackback:ping><description>当某些人大骂东北的时候，当东北人成了流氓，打手，黑社会的代名词的时候，当某些嫖客津津乐道东北姑娘的优秀的时候，有一把刀插在了我的心上，那把刀带着倒刺，让我不敢把它拔出来，那把刀是把有放血槽的三棱军刺，让我血流不止。&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2201180.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Mar 2008 06:08:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/03/20/2201180.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/03/20/2201180.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/03/20/2201180.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074868/5511424</fs:itemid></item><item><title>Eclipse中安装svn插件Subversive</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/03/19/2195518.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2195518.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2195518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2195518</trackback:ping><description>想在eclipse中使用流行的svn么？只要按照文中的步骤安装svn插件就可以了 ：）&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2195518.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 19 Mar 2008 08:12:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/03/19/2195518.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/03/19/2195518.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/03/19/2195518.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074869/5511424</fs:itemid></item><item><title>Eclipse插件大全（以后不用到处找了）</title><link>http://blog.csdn.net/zhenyucheung/archive/2008/03/14/2183400.aspx</link><wfw:comment>http://blog.csdn.net/zhenyucheung/comments/2183400.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenyucheung/comments/commentRss/2183400.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2183400</trackback:ping><description>Eclipse插件大全（以后不用到处找了）&lt;img src =&quot;http://blog.csdn.net/zhenyucheung/aggbug/2183400.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 04:08:00 +0800</pubDate><author>Evan（爱斯基摩海带）</author><comments>http://blog.csdn.net/zhenyucheung/archive/2008/03/14/2183400.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenyucheung/archive/2008/03/14/2183400.aspx</guid><dc:creator>Evan（爱斯基摩海带）</dc:creator><fs:srclink>http://blog.csdn.net/zhenyucheung/archive/2008/03/14/2183400.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhenyucheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhenyucheung/~7401903/212074870/5511424</fs:itemid></item></channel></rss>
