<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 /><description>A day is a miniature of eternity</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 26 Jun 2008 11:08:45 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>常海龙</dc:creator><title>手工打造一个QQ空间备份工具</title><link>http://blog.csdn.net/hailongchang/archive/2008/06/26/2587951.aspx</link><pubDate>Thu, 26 Jun 2008 11:09:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/06/26/2587951.aspx</guid><wfw:comment>comments/2587951.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/06/26/2587951.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2587951.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2587951</trackback:ping><description>下面这个程序是我利用COM和Win32 SDK来实现的，将QQ空间中的文章备份为html格式&lt;img src ="aggbug/2587951.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>一个带命令行解析功能的console程序框架</title><link>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568613.aspx</link><pubDate>Fri, 20 Jun 2008 11:11:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568613.aspx</guid><wfw:comment>comments/2568613.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568613.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2568613.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2568613</trackback:ping><description>          这个程序的代码对于很多linux程序员应该是很熟悉的，仿照linux实现了命令行参数解析器，所以提供一个框架程序，以后再写类似代码的时候直接在本框架的基础上修改就是了。&lt;img src ="aggbug/2568613.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>一个命令行参数解析器</title><link>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568535.aspx</link><pubDate>Fri, 20 Jun 2008 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568535.aspx</guid><wfw:comment>comments/2568535.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/06/20/2568535.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2568535.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2568535</trackback:ping><description>    因工作需要写一个console工具程序，运行参数很多，记得linux下有一个系统函数getopt可以很好得帮助程序员解析命令行参数，但是在VC中没有这个函数，研究了下linux中对该函数的帮助信息和头文件getopt.h，重新实现了getopt和getopt_long这两个函数，因为没有读过linux下getopt这个函数的源代码，所以这个函数肯定不够完善，不过经过试用，还是能够满足我个人需求的，这里把源代码贴出来，也请熟悉或者读过getopt源代码的朋友指正。&lt;img src ="aggbug/2568535.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>一个虚拟桌面程序的实现</title><link>http://blog.csdn.net/hailongchang/archive/2008/06/17/2555925.aspx</link><pubDate>Tue, 17 Jun 2008 10:02:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/06/17/2555925.aspx</guid><wfw:comment>comments/2555925.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/06/17/2555925.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>comments/commentRss/2555925.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2555925</trackback:ping><description>一个虚拟桌面程序的实现&lt;img src ="aggbug/2555925.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>MFC中如何读取.ini配置文件</title><link>http://blog.csdn.net/hailongchang/archive/2008/04/14/2291260.aspx</link><pubDate>Mon, 14 Apr 2008 16:58:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/04/14/2291260.aspx</guid><wfw:comment>comments/2291260.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/04/14/2291260.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2291260.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291260</trackback:ping><description>这是从最近做的一个图像采集模块中抽出来的代码,用来读取可执行文件当前目录下的图像卡配置文文件MonitorCard.ini&lt;img src ="aggbug/2291260.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>MFC中将bmp格式图片改为Jpeg格式图片的简单方法</title><link>http://blog.csdn.net/hailongchang/archive/2008/04/02/2244289.aspx</link><pubDate>Wed, 02 Apr 2008 12:22:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/04/02/2244289.aspx</guid><wfw:comment>comments/2244289.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/04/02/2244289.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2244289.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2244289</trackback:ping><description>MFC中将bmp格式图片改为Jpeg格式图片的简单方法&lt;img src ="aggbug/2244289.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>MFC中如何创建真正全屏的对话框</title><link>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243778.aspx</link><pubDate>Wed, 02 Apr 2008 11:01:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243778.aspx</guid><wfw:comment>comments/2243778.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243778.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2243778.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2243778</trackback:ping><description>MFC中如何创建真正全屏的对话框&lt;img src ="aggbug/2243778.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>MFC中如何创建固定大小的窗口</title><link>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243759.aspx</link><pubDate>Wed, 02 Apr 2008 10:59:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243759.aspx</guid><wfw:comment>comments/2243759.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243759.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2243759.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2243759</trackback:ping><description>MFC中如何创建固定大小的窗口&lt;img src ="aggbug/2243759.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>MFC中存取Access数据库的一般方法</title><link>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243687.aspx</link><pubDate>Wed, 02 Apr 2008 10:50:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243687.aspx</guid><wfw:comment>comments/2243687.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2008/04/02/2243687.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2243687.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2243687</trackback:ping><description>的代码演示&lt;img src ="aggbug/2243687.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>测心术游戏,很准的,大家都来看看！ </title><link>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647520.aspx</link><pubDate>Mon, 11 Jun 2007 10:26:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647520.aspx</guid><wfw:comment>comments/1647520.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647520.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1647520.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1647520</trackback:ping><description>提示： 
任意选择一个两位数（或者说，从10~99之间任意选择一个数），把这个数的十位与个位相加，再把任意选择的数减去这个和。例如：你选的数是23，然后2+3=5，然后23-5=18 
在图表中找出与最后得出的数所相应的图形，并把这个图形牢记心中，然后点击水晶球。你会发现，水晶球所显示出来的图形就是你刚刚心里记下的那个图形。&lt;img src ="aggbug/1647520.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>WIN32串口编程</title><link>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647492.aspx</link><pubDate>Mon, 11 Jun 2007 10:03:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647492.aspx</guid><wfw:comment>comments/1647492.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/06/11/1647492.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1647492.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1647492</trackback:ping><description>串口编程实际很简单，测试要相对麻烦一些，

在单机情况下可以利用串口监控软件来测试发送数据的程序将双机串口互连，可以测试接收数据

的程序。
&lt;img src ="aggbug/1647492.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>Windows下的任务栏图标编程 </title><link>http://blog.csdn.net/hailongchang/archive/2007/05/22/1621164.aspx</link><pubDate>Tue, 22 May 2007 16:48:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/05/22/1621164.aspx</guid><wfw:comment>comments/1621164.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/05/22/1621164.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1621164.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621164</trackback:ping><description>针对任务栏图标的编程不外乎就下面这么几点：

1：在任务栏添加，删除图标
2：在任务栏图标上点击鼠标，弹出菜单
3：当鼠标在任务栏图标上hover的时候，弹出Balloon Tip.&lt;img src ="aggbug/1621164.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>深入剖析变长参数函数的实现</title><link>http://blog.csdn.net/hailongchang/archive/2007/05/15/1609720.aspx</link><pubDate>Tue, 15 May 2007 12:13:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/05/15/1609720.aspx</guid><wfw:comment>comments/1609720.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/05/15/1609720.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1609720.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1609720</trackback:ping><description>深入剖析变长参数函数的实现&lt;img src ="aggbug/1609720.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>用c#实现开机自动运行</title><link>http://blog.csdn.net/hailongchang/archive/2007/05/14/1607819.aspx</link><pubDate>Mon, 14 May 2007 10:19:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/05/14/1607819.aspx</guid><wfw:comment>comments/1607819.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/05/14/1607819.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1607819.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1607819</trackback:ping><description> 从前用native API实现过程序开机自动运行，前几天刚好要用到，就用
c#重写了，基本原理都是一样的。&lt;img src ="aggbug/1607819.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>常海龙</dc:creator><title>c#对sql server的基本操作</title><link>http://blog.csdn.net/hailongchang/archive/2007/05/11/1604366.aspx</link><pubDate>Fri, 11 May 2007 12:15:00 GMT</pubDate><guid>http://blog.csdn.net/hailongchang/archive/2007/05/11/1604366.aspx</guid><wfw:comment>comments/1604366.aspx</wfw:comment><comments>http://blog.csdn.net/hailongchang/archive/2007/05/11/1604366.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1604366.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1604366</trackback:ping><description>  对自己进行了一次数据库操作得扫盲工作,避免以后重新忘记,记录在此。&lt;img src ="aggbug/1604366.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>