<?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/DaySummer" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/DaySummer" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 01 Jun 2008 18:53:00 GMT</lastBuildDate><title>DaySummer's Hut</title><link>http://blog.csdn.net/DaySummer/</link><item><title>同步、异步、阻塞和非阻塞的概念</title><link>http://blog.csdn.net/DaySummer/archive/2008/06/01/2501334.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/2501334.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/2501334.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2501334</trackback:ping><description>在进行网络编程时，我们常常见到同步、异步、阻塞和非阻塞四种调用方式。这些方式彼此概念并不好理解。下面是我对这些术语的理解。
摘自：http://zhanjun.net/?q=node/7&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/2501334.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Jun 2008 02:53:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2008/06/01/2501334.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2008/06/01/2501334.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>A Hash Function for Hash Table Lookup</title><link>http://blog.csdn.net/DaySummer/archive/2008/03/24/2213239.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/2213239.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/2213239.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2213239</trackback:ping><description>I offer you a new hash function for hash table lookup that is faster and more thorough than the one you are using now. I also give you a way to verify that it is more thorough.&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/2213239.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 24 Mar 2008 22:42:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2008/03/24/2213239.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2008/03/24/2213239.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>Memory Ordering in Modern Microprocessors, Part II</title><link>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197562.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/2197562.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/2197562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2197562</trackback:ping><description>Anybody who says computers give only right answers hasn't seen what happens when several SMP processors, each with its own cache, try to get at the same data. Here's how to keep the kernel's view of memory correct, no matter what architecture you're on.&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/2197562.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 01:47:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197562.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2008/03/19/2197562.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>Memory Ordering in Modern Microprocessors, Part I</title><link>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197528.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/2197528.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/2197528.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2197528</trackback:ping><description>One important difference among CPU families is how they allow memory accesses to be reordered. Linux has to support them all.&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/2197528.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 01:44:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197528.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2008/03/19/2197528.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>红黑树(red-black tree)算法，附AVL树的比较</title><link>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197486.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/2197486.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/2197486.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2197486</trackback:ping><description>红黑树(red-black tree)算法，附AVL树的比较&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/2197486.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 01:36:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2008/03/19/2197486.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2008/03/19/2197486.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>敏捷软件开发模型--SCRUM</title><link>http://blog.csdn.net/DaySummer/archive/2007/10/16/1826809.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/1826809.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/1826809.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1826809</trackback:ping><description>SCRUM方法由Ken Schwaber和 Jeff Sutherland 提出，旨在寻求充分发挥面向对象和构件技术的开发方法，是对迭代式面向对象方法的改进，名称来自英式橄榄球（在比赛中每个队员都应时刻保持对场上全局的判断，然后通过集体行动，奋力实现同一目标──胜利）。SCRUM方法最初实践于Easel公司(1993年)，现已被数十家公司数百个项目开发中应用，适用于需求难以预测的复杂商务应用产品的开发[11]。SCRUM提出的SCRUM Meeting、Sprint、Backlog、SCRUM Master、SCRUM Team、Demo等模式已被PLOP作为组织和过程模式（Organizational and Process Pattern）的标准。

敏捷项目管理与瀑布以及RUP的管理方式有很大的区别，SCRUM方法弥补了敏捷项目管理的空白，并且得到了实践运用，而且取得了成功。&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/1826809.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Oct 2007 17:09:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2007/10/16/1826809.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2007/10/16/1826809.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>开始第一个Qt程序</title><link>http://blog.csdn.net/DaySummer/archive/2007/10/15/1826518.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/1826518.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/1826518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1826518</trackback:ping><description>本文带领读者开始第一个Qt应用程序的开发，读者同样可以参考Qt开发包自带的doc文档。本文大部分来源于doc文档。&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/1826518.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Oct 2007 06:42:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2007/10/15/1826518.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2007/10/15/1826518.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>配置Qt/X11安装包</title><link>http://blog.csdn.net/DaySummer/archive/2007/10/14/1824677.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/1824677.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/1824677.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1824677</trackback:ping><description>本文对Qt/X11安装包的配置进行了相应解释，对一些配置选项进行了描述。旨在抛砖引玉！&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/1824677.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 15 Oct 2007 06:42:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2007/10/14/1824677.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2007/10/14/1824677.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>GUI  Interface X-Windows</title><link>http://blog.csdn.net/DaySummer/archive/2007/06/19/1658067.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/1658067.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/1658067.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1658067</trackback:ping><description>GUI  Interface X-Windows&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/1658067.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 19 Jun 2007 23:54:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2007/06/19/1658067.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2007/06/19/1658067.aspx</guid><dc:creator>DaySummer</dc:creator></item><item><title>安装Qt-x11开发工具</title><link>http://blog.csdn.net/DaySummer/archive/2007/04/01/1547999.aspx</link><wfw:comment>http://blog.csdn.net/DaySummer/comments/1547999.aspx</wfw:comment><slash:comments>18</slash:comments><wfw:commentRss>http://blog.csdn.net/DaySummer/comments/commentRss/1547999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1547999</trackback:ping><description>看到有同仁对Qt-x11的安装有些疑惑，现整理了一下，供参考。如有不妥之处，请批评指正。&lt;img src =&quot;http://blog.csdn.net/DaySummer/aggbug/1547999.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 01 Apr 2007 08:28:00 +0800</pubDate><author>DaySummer</author><comments>http://blog.csdn.net/DaySummer/archive/2007/04/01/1547999.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/DaySummer/archive/2007/04/01/1547999.aspx</guid><dc:creator>DaySummer</dc:creator></item></channel></rss>