<?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/JPEXE" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/JPEXE" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 25 Jun 2009 11:26:00 GMT</lastBuildDate><title>Ψ星泪(JPEXE)</title><description>www.jpexe.com</description><link>http://blog.csdn.net/JPEXE/</link><item><title>Delphi写的Win32服务,怎么添加描述信息?</title><link>http://blog.csdn.net/JPEXE/archive/2009/06/25/4296955.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/4296955.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/4296955.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4296955</trackback:ping><description>用Delphi写Win32服务很方便,它所提供的TService类很好用.但是使用过的朋友一定也发现,TService只提供了Name(服务名)和DisplayName(显示名)这两个属性,而并没有关于描述信息的属性可用.导致这样写出来的服务的描述信息是空的,总会让人觉得残缺不完整.下面就说说给TService添加服务描述信息的方法.其它不多说,直接帖代码出来,下面帖出一个比较完整的服务单元,并且实现了服务描述信息的制定.&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/4296955.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236989730/JPEXE/csdn.net/s.gif?r=http://blog.csdn.net/JPEXE/archive/2009/06/25/4296955.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989730/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989730/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Jun 2009 19:26:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2009/06/25/4296955.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2009/06/25/4296955.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2009/06/25/4296955.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989730/1103262</fs:itemid></item><item><title>Delphi中限制文本框(TEdit)只能输入小数</title><link>http://blog.csdn.net/JPEXE/archive/2009/04/10/4062235.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/4062235.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/4062235.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4062235</trackback:ping><description>有些时候需要限制程序里的文本框(这里指TEdit控件)里只能输入某些特定字符。比如说限制只能输入数字，这时可以设置TEdit的NumbersOnly属性来实现，这里的TEdit将被限制为只能输入0到9这十个字符。那么，如果需要限制输入小数呢，小数点被阻止了，所以这时不能使用NumbersOnly属性，另外也没有别的属性能实现的。那就只有自己来做！&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/4062235.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989732/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989732/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 10 Apr 2009 22:08:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2009/04/10/4062235.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2009/04/10/4062235.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2009/04/10/4062235.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989732/1103262</fs:itemid></item><item><title>讲解如何利用NT Native API获取NT系统的CPU使用率(支持多核)</title><link>http://blog.csdn.net/JPEXE/archive/2008/12/17/3541270.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/3541270.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/3541270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3541270</trackback:ping><description>利用Native API来获取CPU使用率的方法,网上已有很多介绍的文章,也不乏代码.不过,现在双核(甚至更多)的CPU比较普及,然而网上的文章主要介绍了获取总的CPU使用率的方法,我却未找到关于怎样使用Native API来获取多核中每个单独核心CPU使用率的方法的相关文章.也许是我视力不好,没注意看到也说不定.不能发扬&quot;拿来主义&quot;,那就应该&quot;自己动手&quot;,才能&quot;丰衣足食&quot;.学习了前辈文章的一些方法,自己再仔细研究了Native API(对此有兴趣的朋友可以去读读&quot;Windows NT/2000 Native API Reference&quot;;),终于找到了支持多核的方法.在此拿出来和大家分享.&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/3541270.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989734/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989734/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Dec 2008 01:26:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2008/12/17/3541270.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2008/12/17/3541270.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2008/12/17/3541270.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989734/1103262</fs:itemid></item><item><title>预防微软反盗版&quot;黑&quot;招</title><link>http://blog.csdn.net/JPEXE/archive/2008/10/18/3095547.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/3095547.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/3095547.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3095547</trackback:ping><description>10月20号,MS将同时启动针对WinXP专业版的WGA和针对Office系列的OGA这两套反盗版计划.据报道说,如果是盗版,WGA将每隔一小时&quot;黑屏&quot;一次并且中断登录,OGA则会在Office软件界面上添加永久性视觉标记,以提醒用户正在使用非正版软件. &lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/3095547.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989735/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989735/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 18 Oct 2008 20:58:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2008/10/18/3095547.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2008/10/18/3095547.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2008/10/18/3095547.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989735/1103262</fs:itemid></item><item><title>记住const的位置与区别</title><link>http://blog.csdn.net/JPEXE/archive/2008/03/07/2157436.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/2157436.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/2157436.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2157436</trackback:ping><description>一个比较经典的问题——   问以下两种声明的区别：   1)  const char * p   2)  char const * p  &lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/2157436.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989736/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989736/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 08 Mar 2008 06:01:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2008/03/07/2157436.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2008/03/07/2157436.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2008/03/07/2157436.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989736/1103262</fs:itemid></item><item><title>运行时隐藏(不显示)程序窗口</title><link>http://blog.csdn.net/JPEXE/archive/2008/01/09/2031085.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/2031085.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/2031085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2031085</trackback:ping><description>有时需要写一些简单的程序，在后台运行完成某些功能，这时则不想要它出现程序窗口。然而即使建立Console控制台程序，运行时也会闪出一个讨厌的DOS窗口。其实可以很容易地通过一个简单方法来解决这个问题。&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/2031085.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989737/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989737/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 09 Jan 2008 08:38:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2008/01/09/2031085.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2008/01/09/2031085.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2008/01/09/2031085.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989737/1103262</fs:itemid></item><item><title>解决stack overflow栈溢出问题！</title><link>http://blog.csdn.net/JPEXE/archive/2007/11/03/1864305.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/1864305.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/1864305.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864305</trackback:ping><description>今天又遇到&quot;stack overflow&quot;的问题，让我和一个同事头痛了好半天。

问题描述：VC++写的COM模块(ATL)，用Delphi做客户端调用，运行时报&quot;stack overflow&quot;的错误，调试发现此错误是在执行COM中一个函数入栈的时候发生的。&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/1864305.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989738/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989738/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 03 Nov 2007 08:17:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2007/11/03/1864305.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2007/11/03/1864305.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2007/11/03/1864305.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989738/1103262</fs:itemid></item><item><title>VC中让CListBox带有复选框</title><link>http://blog.csdn.net/JPEXE/archive/2007/11/02/1862435.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/1862435.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/1862435.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1862435</trackback:ping><description>项目中需要使用一个带有复选框的列表控件，没错，VB、Delphi……里现成就有，但由于项目是VC工程，VC里现成的CListBox或CListCtrl都没有复选框。说到这里，高手们可能会说，简单，自已重绘一个，或者偷懒一点的方法，也可以去网上找一个别人做好现成的类来用。其实还有一个更轻松的方法……&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/1862435.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989739/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989739/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 02 Nov 2007 09:14:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2007/11/02/1862435.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2007/11/02/1862435.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2007/11/02/1862435.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989739/1103262</fs:itemid></item><item><title>DLL远程注入与卸载</title><link>http://blog.csdn.net/JPEXE/archive/2007/09/16/1786842.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/1786842.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/1786842.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1786842</trackback:ping><description>以下提供两个函数，分别用于向其它进程注入和卸载指定DLL模块。&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/1786842.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989740/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989740/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 16 Sep 2007 09:17:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2007/09/16/1786842.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2007/09/16/1786842.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2007/09/16/1786842.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989740/1103262</fs:itemid></item><item><title>分享一个注册表搜索函数</title><link>http://blog.csdn.net/JPEXE/archive/2007/09/07/1775476.aspx</link><wfw:comment>http://blog.csdn.net/JPEXE/comments/1775476.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/JPEXE/comments/commentRss/1775476.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1775476</trackback:ping><description>最近一个项目需要在注册表中搜索出相关信息并列举出来，参考了一下MSDN，整理了下面这个函数，直接用注册表的路径描述串（如：HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows）指定要搜索的位置，并通过回调方式实时返回搜索结果，自己感觉还算好用吧。&lt;img src =&quot;http://blog.csdn.net/JPEXE/aggbug/1775476.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/JPEXE/236989741/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/JPEXE/236989741/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Sep 2007 09:24:00 +0800</pubDate><author>Ψ星泪</author><comments>http://blog.csdn.net/JPEXE/archive/2007/09/07/1775476.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/JPEXE/archive/2007/09/07/1775476.aspx</guid><dc:creator>Ψ星泪</dc:creator><fs:srclink>http://blog.csdn.net/JPEXE/archive/2007/09/07/1775476.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/JPEXE/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/JPEXE/~1103264/236989741/1103262</fs:itemid></item></channel></rss>