<?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/relianceslee" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/relianceslee" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 18 Aug 2006 17:05:00 GMT</lastBuildDate><title>远走高飞</title><link>http://blog.csdn.net/relianceslee/</link><item><title>C++中的enum和nested class使用简介</title><link>http://blog.csdn.net/relianceslee/archive/2006/08/18/1094755.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/1094755.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/1094755.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1094755</trackback:ping><description>simply intruduce the usage of enum and nested class in C++ by a simple example.&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/1094755.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 19 Aug 2006 01:05:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/08/18/1094755.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/08/18/1094755.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>C++中的enum和nested class使用简介</title><link>http://blog.csdn.net/relianceslee/archive/2006/08/18/1094728.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/1094728.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/1094728.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1094728</trackback:ping><description>simply intruduce the usage of enum and nested class in C++ by a simple example.&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/1094728.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 19 Aug 2006 01:01:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/08/18/1094728.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/08/18/1094728.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>Asynchronous I/O一段介绍异步I/O</title><link>http://blog.csdn.net/relianceslee/archive/2006/08/18/1093222.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/1093222.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/1093222.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1093222</trackback:ping><description>Asynchronous I/O means non-blocking I/O. If a process attempts to read or write using the normal, synchronous read() or write() system calls, then it must wait until the hardware has completed the physical I/O, so that it can be informed of the success or failure of the operation (and to receive the results in the case of a successful read). The execution of the process is blocked while it waits for the results of the system call. This is synchronous or blocking I/O. &lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/1093222.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Aug 2006 22:32:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/08/18/1093222.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/08/18/1093222.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>[转贴]关于Debug和Release之本质区别</title><link>http://blog.csdn.net/relianceslee/archive/2006/08/18/1092104.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/1092104.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/1092104.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1092104</trackback:ping><description>--------------------------------------
本文主要包含如下内容：
1. Debug 和 Release 编译方式的本质区别
2. 哪些情况下 Release 版会出错
3. 怎样“调试” Release 版的程序
--------------------------------------&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/1092104.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Aug 2006 19:32:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/08/18/1092104.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/08/18/1092104.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>Linux之线程同步篇</title><link>http://blog.csdn.net/relianceslee/archive/2006/07/21/952861.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/952861.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/952861.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=952861</trackback:ping><description>主要说了线程同步的知识，包括互斥量，信号灯，条件变量等&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/952861.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Jul 2006 22:21:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/07/21/952861.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/07/21/952861.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>Linux之线程篇</title><link>http://blog.csdn.net/relianceslee/archive/2006/07/21/952829.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/952829.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/952829.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=952829</trackback:ping><description>本文主要介绍了线程的指示，包括创建，终结，线程特有存储等。&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/952829.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Jul 2006 22:18:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/07/21/952829.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/07/21/952829.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>Linux之进程篇</title><link>http://blog.csdn.net/relianceslee/archive/2006/07/21/952804.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/952804.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/952804.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=952804</trackback:ping><description>本文主要介绍了Linux中进程的一些知识，包括如何创建，终结，等待等等。&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/952804.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Jul 2006 22:15:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/07/21/952804.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/07/21/952804.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>TCP/UDP</title><link>http://blog.csdn.net/relianceslee/archive/2006/06/13/795139.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/795139.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/795139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=795139</trackback:ping><description>UDP为用户数据报协议，提供无连接服务，每个数据报都有一定长度。UDP不关心数据是否发送成功，这一切需要上层来保证。
TCP为传输控制协议，提供面向连接，给用户提供全双工的字节流。TCP关心确认、超时和重传等细节。tcp提供流量控制，告诉对方自己的通告窗口（advertised window）&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/795139.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Jun 2006 01:13:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/06/13/795139.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/06/13/795139.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>简单进程和信号处理</title><link>http://blog.csdn.net/relianceslee/archive/2006/05/17/742626.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/742626.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/742626.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=742626</trackback:ping><description>主要介绍了如何创建一个新的进程、对信号的捕捉和屏蔽等处理&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/742626.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 May 2006 21:53:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/05/17/742626.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/05/17/742626.aspx</guid><dc:creator>relianceslee</dc:creator></item><item><title>数学题求解</title><link>http://blog.csdn.net/relianceslee/archive/2006/05/15/736275.aspx</link><wfw:comment>http://blog.csdn.net/relianceslee/comments/736275.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/relianceslee/comments/commentRss/736275.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=736275</trackback:ping><description>有这么一道数学题：
  *       *     *
 ---- + ---- + ---- =1
  **     **     **
 *为1~9的数字，每个数字必须用且只能用一次。分母为两位数。 

可以用排列的生成算法枚举所有的情况（当然，还有其他方法，但最好要优化）&lt;img src =&quot;http://blog.csdn.net/relianceslee/aggbug/736275.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 May 2006 00:29:00 +0800</pubDate><author>relianceslee</author><comments>http://blog.csdn.net/relianceslee/archive/2006/05/15/736275.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/relianceslee/archive/2006/05/15/736275.aspx</guid><dc:creator>relianceslee</dc:creator></item></channel></rss>