<?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/nli123" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/nli123" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 07 May 2008 16:35:00 GMT</lastBuildDate><title>nli123的专栏</title><item><title>改善双缓冲显示</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893066/1044216/1/item.html</link><wfw:comment>comments/2410850.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2410850.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2410850</trackback:ping><description>&lt;p&gt;使用之前文章中提到的双缓冲显示时，会出现内存泄漏的情况。随着一次一次的刷新，内存不断在消耗。经同事指点，使用下面的方法对其进行改善。 &lt;/p&gt;&lt;p&gt;1、首先添加显示控件变量，变量类型为CStatic m_static_show。 &lt;/p&gt;&lt;p&gt;2、添加指向显示控件的CDC*变量m_pshowdc 。&lt;/p&gt;&lt;p&gt;3、在程序初始化的时候，一次性的对m_pshowdc进行初始化。m_pshowdc = m_static_show.GetDC()。&lt;/p&gt;&lt;p&gt;4、在双缓冲函数内，就利用m_pshowdc进行绘图即可。而不需要每次刷新都进行一次GetDlgItem\GetDC函数。&lt;/p&gt;&lt;p&gt;利用这种方法能够解决内存泄漏的情况！&lt;/p&gt;&lt;p&gt;bingo~&lt;/p&gt;&lt;img src =&quot;aggbug/2410850.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 08 May 2008 00:35:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2008/05/07/2410850.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2008/05/07/2410850.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2008/05/07/2410850.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893066/1044216</fs:itemid></item><item><title>显示“选择文件夹”对话框，让用户选择文件夹</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893067/1044216/1/item.html</link><wfw:comment>comments/2048824.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2048824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2048824</trackback:ping><description>输 出: CString strPath**        strPath非空, 表示用户选择的文件夹路径**        strPath为空, 表示用户点击了“取消”键，取消选择** 功能描述:显示“选择文件夹”对话框，让用户选择文件夹&lt;img src =&quot;aggbug/2048824.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jan 2008 22:41:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2008/01/17/2048824.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2008/01/17/2048824.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2008/01/17/2048824.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893067/1044216</fs:itemid></item><item><title>利用双缓冲解决屏幕图像闪烁问题</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893068/1044216/1/item.html</link><wfw:comment>comments/1761995.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1761995.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1761995</trackback:ping><description>利用双缓冲解决屏幕图像闪烁问题&lt;img src =&quot;aggbug/1761995.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Aug 2007 21:39:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/08/28/1761995.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/08/28/1761995.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/08/28/1761995.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893068/1044216</fs:itemid></item><item><title>Class Wizard 出错: A duplicate insert block exists</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893069/1044216/1/item.html</link><wfw:comment>comments/1760556.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1760556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1760556</trackback:ping><description>Class Wizard 出错: A duplicate insert block exists &lt;img src =&quot;aggbug/1760556.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Aug 2007 21:34:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/08/27/1760556.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/08/27/1760556.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/08/27/1760556.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893069/1044216</fs:itemid></item><item><title>在vc6.0中使用GDI+图形函数</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893070/1044216/1/item.html</link><wfw:comment>comments/1652172.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1652172.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1652172</trackback:ping><description>如何在6.0里应用gdi+&lt;img src =&quot;aggbug/1652172.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Jun 2007 22:07:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/06/14/1652172.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/06/14/1652172.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/06/14/1652172.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893070/1044216</fs:itemid></item><item><title>GDI vs GDI+</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893071/1044216/1/item.html</link><wfw:comment>comments/1650421.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1650421.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1650421</trackback:ping><description>描述了gdi与gdi+的差异性&lt;img src =&quot;aggbug/1650421.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 13 Jun 2007 22:14:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/06/13/1650421.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/06/13/1650421.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/06/13/1650421.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893071/1044216</fs:itemid></item><item><title>几个常见问题的解答</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893072/1044216/1/item.html</link><wfw:comment>comments/1638657.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1638657.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1638657</trackback:ping><description>I、extern &quot;c&quot; {...}的作用。II、stdafx.h文件的作用及使用。&lt;img src =&quot;aggbug/1638657.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 18:03:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/06/05/1638657.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/06/05/1638657.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/06/05/1638657.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893072/1044216</fs:itemid></item><item><title>主成分分析 PCA</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893073/1044216/1/item.html</link><wfw:comment>comments/1559083.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1559083.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1559083</trackback:ping><description>主成分分析 PCA &lt;img src =&quot;aggbug/1559083.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Apr 2007 22:44:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/04/10/1559083.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/04/10/1559083.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/04/10/1559083.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893073/1044216</fs:itemid></item><item><title>如何调试用于PPC设备的dll</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893074/1044216/1/item.html</link><wfw:comment>comments/1542786.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1542786.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1542786</trackback:ping><description>调试用于PPC设备的dll,如何跟进源文件。&lt;img src =&quot;aggbug/1542786.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Mar 2007 22:25:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/03/27/1542786.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/03/27/1542786.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/03/27/1542786.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893074/1044216</fs:itemid></item><item><title>在对话框picture control中利用opengl进行绘图</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893075/1044216/1/item.html</link><wfw:comment>comments/1478784.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1478784.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1478784</trackback:ping><description>在对话框picture control中利用opengl进行绘图&lt;img src =&quot;aggbug/1478784.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Jan 2007 18:29:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2007/01/10/1478784.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2007/01/10/1478784.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2007/01/10/1478784.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893075/1044216</fs:itemid></item><item><title>Thinking in C++(4)</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893076/1044216/1/item.html</link><wfw:comment>comments/1450865.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1450865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1450865</trackback:ping><description>创建和销毁对象；new,delete；二维动态指针的分配&lt;img src =&quot;aggbug/1450865.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 21 Dec 2006 01:31:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2006/12/20/1450865.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2006/12/20/1450865.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2006/12/20/1450865.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893076/1044216</fs:itemid></item><item><title>单文档视图结构中利用OpenGL绘制图形</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893077/1044216/1/item.html</link><wfw:comment>comments/1358523.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1358523.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1358523</trackback:ping><description>Opengl，文档视图，单文档&lt;img src =&quot;aggbug/1358523.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 31 Oct 2006 22:44:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2006/10/31/1358523.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2006/10/31/1358523.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2006/10/31/1358523.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893077/1044216</fs:itemid></item><item><title>Thinking in C++(3)</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893078/1044216/1/item.html</link><wfw:comment>comments/1350329.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1350329.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1350329</trackback:ping><description>全局变量；静态变量&lt;img src =&quot;aggbug/1350329.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Oct 2006 18:54:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2006/10/25/1350329.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2006/10/25/1350329.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2006/10/25/1350329.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893078/1044216</fs:itemid></item><item><title>Thinking in C++(2)</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893079/1044216/1/item.html</link><wfw:comment>comments/1339772.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1339772.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1339772</trackback:ping><description>void*； 实时定义变量&lt;img src =&quot;aggbug/1339772.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Oct 2006 00:31:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2006/10/18/1339772.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2006/10/18/1339772.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2006/10/18/1339772.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893079/1044216</fs:itemid></item><item><title>Thinking in C++(1)</title><link>http://item.feedsky.com/~csdn.net/nli123/~1044216/71893080/1044216/1/item.html</link><wfw:comment>comments/1339708.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1339708.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1339708</trackback:ping><description>extern; 修改外部对象&lt;img src =&quot;aggbug/1339708.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Oct 2006 23:55:00 +0800</pubDate><author>nli123</author><comments>http://blog.csdn.net/nli123/archive/2006/10/18/1339708.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nli123/archive/2006/10/18/1339708.aspx</guid><dc:creator>nli123</dc:creator><fs:srclink>http://blog.csdn.net/nli123/archive/2006/10/18/1339708.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nli123/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nli123/~1044216/71893080/1044216</fs:itemid></item></channel></rss>