<?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/LeiShi" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/LeiShi" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 16 Dec 2008 14:33:00 GMT</lastBuildDate><title>LeiShi的Blog</title><description>　　　　　　　　　　　　　　　喜欢下雨天，静静地聆听雨滴的声音</description><link>http://blog.csdn.net/LeiShi/</link><item><title>MFC框架的创建过程</title><link>http://blog.csdn.net/LeiShi/archive/2008/12/16/3530745.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/3530745.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/3530745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3530745</trackback:ping><description>&lt;br /&gt;很久没有使用MFC了，以至于都忘记MFC框架复杂的窗口、文档、视的创建过程了。&lt;br /&gt;下面我们跟踪一个MFC MDI的应用程序，来温习或学习一下。&lt;br /&gt;&lt;br /&gt;使用AppWizard创建一个MDI应用程序，我创建的应用程序叫MDITest，这样MFC生成了如下的类：&lt;br /&gt;类名 作用&lt;br /&gt;CMDITestApp 派生于CWinApp的应用程序类。&lt;br /&gt;CMainFrame 派生于CMDIFrameWnd的MDI框架窗口类。&lt;br /&gt;CMDITestDoc 派生于CDocument的文档类。&lt;br /&gt;CChildFrame 派生于CMDIChildWnd的MDI子窗口类。&lt;br /&gt;CMDITestView 派生于CView的文档显示类。&lt;br /&gt;&lt;br /&gt;在运行时刻，CMainFrame, CChildFrame, CMDITestView的窗口关系如下面的表格示出：&lt;br /&gt;CMainFrame&lt;br /&gt;（Menu, Toolbar …）&lt;br /&gt;MDIClient&lt;br /&gt;CChildFrame&lt;br /&gt;CMDITes&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/3530745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Dec 2008 22:33:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2008/12/16/3530745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2008/12/16/3530745.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2008/12/16/3530745.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213676/1058610</fs:itemid></item><item><title>内存泄露的原因</title><link>http://blog.csdn.net/LeiShi/archive/2008/12/05/3450147.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/3450147.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/3450147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3450147</trackback:ping><description>程序设计中，内存管理不容忽视，希望能给大家一些借鉴。&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/3450147.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Dec 2008 17:12:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2008/12/05/3450147.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2008/12/05/3450147.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2008/12/05/3450147.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213677/1058610</fs:itemid></item><item><title>AfxBeginThread与CreateThread的区别</title><link>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570236.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/1570236.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/1570236.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1570236</trackback:ping><description>AfxBeginThread与CreateThread的区别&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/1570236.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Apr 2007 19:08:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570236.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2007/04/19/1570236.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570236.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213678/1058610</fs:itemid></item><item><title>ASSERT和VERSIFY</title><link>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570221.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/1570221.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/1570221.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1570221</trackback:ping><description>ASSERT和VERSIFY&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/1570221.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Apr 2007 19:02:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570221.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2007/04/19/1570221.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570221.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213679/1058610</fs:itemid></item><item><title>好久没更新这里了</title><link>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570210.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/1570210.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/1570210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1570210</trackback:ping><description>希望大家继续关注&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/1570210.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Apr 2007 19:00:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570210.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2007/04/19/1570210.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2007/04/19/1570210.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213680/1058610</fs:itemid></item><item><title>线程的基础知识</title><link>http://blog.csdn.net/LeiShi/archive/2006/06/22/821374.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/821374.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/821374.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=821374</trackback:ping><description>包括进程与线程有那些区别和联系、 如何使用_beginthreadex函数、如何使用CreateThread函数、如何终止线程的运行、为什么不要使用_beginthread函数和_endthread函数、如何对进程或线程的内核进行引用、如何将伪句柄转换为实句柄、在一个进程中可创建线程的最大数是得多少、如何暂停和恢复线程的运行、是否可以暂停和恢复进程的运行、如何使用sleep函数、如何转换到另一个线程、如何取得线程运行的时间、进程的优先级类有哪些、线程的相对优先级有哪些、如何避免系统动态提高线程的优先级等级。&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/821374.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 Jun 2006 22:21:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2006/06/22/821374.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2006/06/22/821374.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2006/06/22/821374.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213681/1058610</fs:itemid></item><item><title>MFC中文档和视图的关系</title><link>http://blog.csdn.net/LeiShi/archive/2006/06/13/794618.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/794618.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/794618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=794618</trackback:ping><description>MFC中关于CDocument和CView的关系一直是学习的重点，这里总结了八点，希望大家拍砖。&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/794618.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jun 2006 22:32:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2006/06/13/794618.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2006/06/13/794618.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2006/06/13/794618.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213682/1058610</fs:itemid></item><item><title>好好学习</title><link>http://blog.csdn.net/LeiShi/archive/2006/06/13/794603.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/794603.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/794603.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=794603</trackback:ping><description>甘巴里&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/794603.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jun 2006 22:25:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2006/06/13/794603.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2006/06/13/794603.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2006/06/13/794603.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213683/1058610</fs:itemid></item><item><title>视图的三叉切分</title><link>http://blog.csdn.net/LeiShi/archive/2006/06/08/779870.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/779870.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/779870.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=779870</trackback:ping><description>基础：视图的三叉切分方法，其实这是最基础的东西，希望能熟练的掌握，呵呵。怎么说起来像个老师！&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/779870.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 08 Jun 2006 18:51:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2006/06/08/779870.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2006/06/08/779870.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2006/06/08/779870.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213684/1058610</fs:itemid></item><item><title>祝小东西生日快乐！</title><link>http://blog.csdn.net/LeiShi/archive/2006/06/06/775571.aspx</link><wfw:comment>http://blog.csdn.net/LeiShi/comments/775571.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LeiShi/comments/commentRss/775571.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=775571</trackback:ping><description>生日快乐！&lt;img src =&quot;http://blog.csdn.net/LeiShi/aggbug/775571.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Jun 2006 17:41:00 +0800</pubDate><author>Leizi</author><comments>http://blog.csdn.net/LeiShi/archive/2006/06/06/775571.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LeiShi/archive/2006/06/06/775571.aspx</guid><dc:creator>Leizi</dc:creator><fs:srclink>http://blog.csdn.net/LeiShi/archive/2006/06/06/775571.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LeiShi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LeiShi/~1058610/212213685/1058610</fs:itemid></item></channel></rss>