<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>陈敏的Blog - 一分钟系列</title><link>http://blog.csdn.net/colinchan/category/339048.aspx</link><description>编程技巧之一分钟学会系列</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 26 Apr 2008 22:33:06 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用CBitmapButton</title><link>http://blog.csdn.net/colinchan/archive/2007/07/11/1685440.aspx</link><pubDate>Wed, 11 Jul 2007 16:40:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/07/11/1685440.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1685440.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/07/11/1685440.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1685440.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1685440</trackback:ping><description>CBitmapButton是一个MFC内置的按钮类，提供图片按钮的功能，并且支持在不同状态下显示不同图片。由于使用方法比较简单，比CButton更美观，比其它的第三方Button类更简洁，因此博鸽的下一版本将要使用它。博鸽网的地址是：http://www.blogdove.com&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1685440.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用Inno Setup 制作安装程序</title><link>http://blog.csdn.net/colinchan/archive/2007/06/15/1653614.aspx</link><pubDate>Fri, 15 Jun 2007 14:33:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/06/15/1653614.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1653614.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/06/15/1653614.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1653614.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1653614</trackback:ping><description>    Inno Setup 是一款免费的安装制作工具。简洁而强大，支持 pascal 脚本，既有适合新手的脚本向导，也有适合高手的的脚本编辑器。是一个不可多得的安装制作软件！目前的版本是Inno Setup 5. 这里可以下载到最新的Inno Setup。 http://www.jrsoftware.org/isinfo.php&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1653614.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用RichEdit控件</title><link>http://blog.csdn.net/colinchan/archive/2007/06/03/1636717.aspx</link><pubDate>Sun, 03 Jun 2007 21:30:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/06/03/1636717.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1636717.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/06/03/1636717.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1636717.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1636717</trackback:ping><description>1. 在InitInstance()中加入初始化RichEdit相关的代码AfxInitRichEdit();m_hRichEdit = LoadLibrary("RICHED20.DLL");（其中HMODULE m_hRichEdit;在对应的头文件中定义）&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1636717.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用PHP生成网页验证码</title><link>http://blog.csdn.net/colinchan/archive/2007/05/14/1608957.aspx</link><pubDate>Mon, 14 May 2007 21:20:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/05/14/1608957.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1608957.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/05/14/1608957.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1608957.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1608957</trackback:ping><description>现在Web页面上的表单一般都会内嵌一条验证码输入，以防止服务器被恶意DoS攻击或者不法之徒利用机器程序自动贴牛皮癣广告。在PHP里的简单实现方法如下：&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1608957.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用SkinMagic美化界面</title><link>http://blog.csdn.net/colinchan/archive/2007/04/20/1572182.aspx</link><pubDate>Fri, 20 Apr 2007 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/04/20/1572182.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1572182.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/04/20/1572182.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1572182.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1572182</trackback:ping><description>   网络上的SkinMagic版本繁多，而且试用版，破解版并存，各版本之间支持的皮肤文件也不尽相同，因此经常有人在网上询问为何添加了SkinMagic没有效果甚至导致程序崩溃之类的问题。这里有一个一定可用的破解版本(包含VC6使用的库和支持的常用皮肤文件)SkinMagicToolkitV2.2.31。请注意这个包的大小为1.31M,如果小于1.31M说明下载不完全，则无法使用，建议使用迅雷下载。&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1572182.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会获取CPU序列号</title><link>http://blog.csdn.net/colinchan/archive/2007/03/30/1546358.aspx</link><pubDate>Fri, 30 Mar 2007 11:38:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/03/30/1546358.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1546358.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/03/30/1546358.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1546358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1546358</trackback:ping><description> 我再强调一遍，并不是所有的处理器都有序列号！Intel的文档告诉我们Pentium 4 系列的处理器不支持序列号！经过测试发现AMD的机器也没有，奇郁闷，看来这个Processor Serial Number实在用处不大了。然则研究了这么久，还是贴出来吧，兴许有人能用上喔。&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1546358.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会创建开始菜单程序组和桌面快捷方式</title><link>http://blog.csdn.net/colinchan/archive/2007/03/07/1523554.aspx</link><pubDate>Wed, 07 Mar 2007 18:19:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/03/07/1523554.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1523554.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/03/07/1523554.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1523554.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1523554</trackback:ping><description>Windows下的开始菜单程序组和桌面快捷方式对普通用户来讲可以说是整个系统的入口，因此一般的安装程序在运行时都会创建这两种链接。那么我们普通的绿色程序（我说的是那种没有依靠打包向导生成的程序）有没有机会创建呢，当然是有的。&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1523554.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会手工查杀流氓驱动</title><link>http://blog.csdn.net/colinchan/archive/2007/02/05/1502517.aspx</link><pubDate>Mon, 05 Feb 2007 13:53:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/02/05/1502517.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1502517.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/02/05/1502517.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1502517.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1502517</trackback:ping><description>     最近的关注焦点是回家的车票和来年的租房. 哎,北漂的人呐,就是郁闷, 每每被生活琐事给纠缠.做个广告先,我们的苏青同学终于三度开博了, 敬请访问: http://rebeccasu.blog.sohu.com话说我们这有台机器不幸又中招了, 用了safe360, 瑞星卡卡强力杀之, 重启n遍后都不见效, 可谓春风吹又生啊. 最后终于配合强大的人肉搜索机手工搞定了隐匿的流氓驱动, 遂总结了几招常用的手工查杀流氓驱动的方法, 供同病相怜之网友参考.手工查杀流氓驱动要注意三个地方, 分别是设备管理器, 系统注册表和文件系统, 三个地方需配合使用,详情见下文.&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1502517.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会IE控件加载并显示内存页面</title><link>http://blog.csdn.net/colinchan/archive/2007/01/29/1496942.aspx</link><pubDate>Mon, 29 Jan 2007 13:18:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2007/01/29/1496942.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1496942.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2007/01/29/1496942.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1496942.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1496942</trackback:ping><description>又是一年春节临近时,值此特别的日子,先上精品诗一首! 春节又到， 中华大地， 有钱飞机， 没钱站票。 望火车內外， 大包小包。 站台上下， 民工滔滔。 早起晚睡， 达旦通宵， 欲与票贩试比高。 须钞票。 看人山人海， 一票难保 车票如此难搞， 引无数英雄竟折腰 昔秦皇汉武，见此遁逃 唐宗宋祖，更是没招 一代天骄，成吉思汗，只好骑马往回辽  &lt;img src ="http://blog.csdn.net/colinchan/aggbug/1496942.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会获取本机网卡物理地址(MAC)</title><link>http://blog.csdn.net/colinchan/archive/2006/11/03/1364603.aspx</link><pubDate>Fri, 03 Nov 2006 13:33:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2006/11/03/1364603.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1364603.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2006/11/03/1364603.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1364603.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1364603</trackback:ping><description>    做网络编程的程序员免不了要与MAC地址打交道，这个128bit的数字串在某种程度上就代表了机器的唯一性，因此在做统计工作时一般都以MAC地址作为标准。 下面介绍两种获取本机MAC地址的方式。1. 通过请求NetBios服务获取MAC地址；2. 通过IpHelpApi获取。 第一种方法要求本机开启了NetBios服务，由于有部分机器已经禁用了这项服务，因此获取时可能失败， 个人比较推荐第二种方法。&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1364603.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会使用修复的stl库摆脱MSVCP60.dll</title><link>http://blog.csdn.net/colinchan/archive/2006/11/01/1360487.aspx</link><pubDate>Wed, 01 Nov 2006 13:49:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2006/11/01/1360487.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1360487.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2006/11/01/1360487.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1360487.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1360487</trackback:ping><description>基于上面国外网站的这篇文章，我们的牛人王高全同学手工修复了所有的stl中可能引用到这两个dll的代码部分，做成了如下的修复包。如果你是个使用C＋＋的程序员，并且正在使用STL，你可以下载下面这个修复库，并替换Microsoft Visual Studio\VC98\Include中相关的部分即可。编译出来的使用STL的程序将不再依赖于MSVCP60.dll.&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1360487.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会手工注册BHO</title><link>http://blog.csdn.net/colinchan/archive/2006/10/31/1358361.aspx</link><pubDate>Tue, 31 Oct 2006 13:24:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2006/10/31/1358361.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1358361.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2006/10/31/1358361.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1358361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1358361</trackback:ping><description>大家都知道，使用ATL的向导即可迅速生成一个最简单的IE辅助插件（BHO）。而IE启动的时候是通过注册表项寻找BHO并实例化BHO对象的。那么ATL工程的DllRegisterServer(void)究竟做了些什么写注册表的工作呢。其实不复杂，我们可以手工注册一个BHO模拟出来。&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1358361.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>陈敏</dc:creator><title>一分钟学会编写XP风格界面的程序!</title><link>http://blog.csdn.net/colinchan/archive/2006/09/07/1190140.aspx</link><pubDate>Thu, 07 Sep 2006 14:12:00 GMT</pubDate><guid>http://blog.csdn.net/colinchan/archive/2006/09/07/1190140.aspx</guid><wfw:comment>http://blog.csdn.net/colinchan/comments/1190140.aspx</wfw:comment><comments>http://blog.csdn.net/colinchan/archive/2006/09/07/1190140.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/colinchan/comments/commentRss/1190140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1190140</trackback:ping><description>如何快速美化你的界面程序? 这儿有一个简单实用的方法,可以立即生成XP风格界面的vc程序. 嘘,小声点,一般人我不告诉他!:)&lt;img src ="http://blog.csdn.net/colinchan/aggbug/1190140.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>