<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[jant126的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/jant126</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; jant126]]></copyright><item><title><![CDATA[指针与数组Andsizeof和strlen的区别]]></title><link>https://blog.csdn.net/jant126/article/details/2463933</link><guid>https://blog.csdn.net/jant126/article/details/2463933</guid><author>jant126</author><pubDate>Tue, 20 May 2008 23:03:00 +0800</pubDate><description><![CDATA[#include #include #include #include void funct(char* p){ cout}void main(void){ // sizeof 和strlen 的区别 及在指针与数组中的不同结果 char *p = "123456789"; cout // sizeof(p) = 4 指针的位数；指针在32位机子上长度是4字节的 cout // strle]]></description><category></category></item><item><title><![CDATA[通过Console输出调试信息.]]></title><link>https://blog.csdn.net/jant126/article/details/2315972</link><guid>https://blog.csdn.net/jant126/article/details/2315972</guid><author>jant126</author><pubDate>Tue, 22 Apr 2008 19:11:00 +0800</pubDate><description><![CDATA[在InitInstance()中添加就能生成一个console.     #ifdef   _DEBUG     if   (!AllocConsole())     AfxMessageBox("Failed   to   create   the   console!",   MB_ICONEXCLAMATION);     #endif       当然，必须在程序结束时进行收尾，在Exit]]></description><category></category></item><item><title><![CDATA[窗口消息介绍]]></title><link>https://blog.csdn.net/jant126/article/details/2226484</link><guid>https://blog.csdn.net/jant126/article/details/2226484</guid><author>jant126</author><pubDate>Fri, 28 Mar 2008 17:33:00 +0800</pubDate><description><![CDATA[窗口过程函数传入的参数lParam包含了鼠标的位置，其中底位为x坐标，高位为y坐标，这些坐标值都是相对于窗口客户区的左上角的值，wParam中则包含了鼠标按钮的状态. 1、窗口消息：WM_CREATE，WM_DESTROY，WM_CLOSE 我们创建一个窗口对象的时候，这个窗口对象在创建过程中收到的就是WM_CREATE消息，对这个消息的处理过程一般用来设置一些显示窗口前的初始化工作，如设置窗口的]]></description><category></category></item><item><title><![CDATA[Javascript  元素拖曳操作]]></title><link>https://blog.csdn.net/jant126/article/details/1385134</link><guid>https://blog.csdn.net/jant126/article/details/1385134</guid><author>jant126</author><pubDate>Wed, 15 Nov 2006 09:34:00 +0800</pubDate><description><![CDATA[    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">     http://www.w3.org/1999/xhtml">                    shawl.qiu template          //        function fDragging(obj, e, l]]></description><category></category></item><item><title><![CDATA[C#正则表达式参考 ]]></title><link>https://blog.csdn.net/jant126/article/details/1380083</link><guid>https://blog.csdn.net/jant126/article/details/1380083</guid><author>jant126</author><pubDate>Sun, 12 Nov 2006 13:44:00 +0800</pubDate><description><![CDATA[C#正则表达式参考 正则表达式就是由普通字符（例如字符 a 到 z）以及特殊字符（称为元字符）组成的文字模式。该模式描述在查找文字主体时待匹配的一个或多个字符串。正则表达式作为一个模板，将某个字符模式与所搜索的字符串进行匹配。 一.      匹配字符                                     字符类             ]]></description><category></category></item></channel></rss>