<?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/ChrisAK" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ChrisAK" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 07 May 2009 14:54:00 GMT</lastBuildDate><title>我又开始瞎写博客了,能持续多久呢?</title><description>囧...</description><link>http://blog.csdn.net/ChrisAK/</link><item><title>C#下对Dll函数的动态调用.</title><link>http://blog.csdn.net/ChrisAK/archive/2009/05/07/4157733.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/4157733.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/4157733.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4157733</trackback:ping><description>今天蛋疼试验了下这方面的东东...试图着在.net下像在C++里一样载入一个Win32dll后调用它的函数.当然,要实现这样的功能.LoadLibrary和GetProcAddress是必须的.于是乎先写出了这样的声明:    [DllImport(&quot;kernel32.dll&quot;, CharSet = CharSet.Auto)]    static extern IntPtr LoadLibrary(string fname);    [DllImport(&quot;kernel32.dll&quot;, CharSet = CharSet.Ansi)]    static extern Delegate GetProcAddress(IntPtr hmodule, string funcName);    delegate int msgboxcall(int a, int b, int c, int d);然后试着像在C++里一样先载入user32.dll后查找MessageBoxA的地址.再强转为&lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/4157733.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 May 2009 22:54:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2009/05/07/4157733.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2009/05/07/4157733.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2009/05/07/4157733.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234063/1151955</fs:itemid></item><item><title>Bat+JScritp解决ADSL+希网DDNS的地址更新</title><link>http://blog.csdn.net/ChrisAK/archive/2009/02/15/3891915.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/3891915.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/3891915.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3891915</trackback:ping><description>Bat+JScritp解决ADSL+希网DDNS的地址更新&lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/3891915.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Feb 2009 19:15:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2009/02/15/3891915.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2009/02/15/3891915.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2009/02/15/3891915.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234064/1151955</fs:itemid></item><item><title>らぶデス海茶３去码补丁.</title><link>http://blog.csdn.net/ChrisAK/archive/2009/02/02/3857489.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/3857489.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/3857489.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3857489</trackback:ping><description>C# 跨进程窗体操作&lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/3857489.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Feb 2009 08:26:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2009/02/02/3857489.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2009/02/02/3857489.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2009/02/02/3857489.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234065/1151955</fs:itemid></item><item><title>编写只能输入数字的TextBox</title><link>http://blog.csdn.net/ChrisAK/archive/2008/12/27/3623467.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/3623467.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/3623467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3623467</trackback:ping><description>使用WinAPI快速打造只能输入数字的文本框 &lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/3623467.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 Dec 2008 05:11:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2008/12/27/3623467.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2008/12/27/3623467.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2008/12/27/3623467.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234066/1151955</fs:itemid></item><item><title>通过脚本构造树.</title><link>http://blog.csdn.net/ChrisAK/archive/2008/11/30/3414228.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/3414228.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/3414228.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3414228</trackback:ping><description>MD不填都不行...&lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/3414228.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 01 Dec 2008 00:20:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2008/11/30/3414228.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2008/11/30/3414228.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2008/11/30/3414228.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234067/1151955</fs:itemid></item><item><title>在VS窗体设计器中使用泛型的控件.</title><link>http://blog.csdn.net/ChrisAK/archive/2008/10/08/3033763.aspx</link><wfw:comment>http://blog.csdn.net/ChrisAK/comments/3033763.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/ChrisAK/comments/commentRss/3033763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3033763</trackback:ping><description>在VS窗体设计器中使用泛型的控件类.&lt;img src =&quot;http://blog.csdn.net/ChrisAK/aggbug/3033763.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Oct 2008 22:59:00 +0800</pubDate><author>ChrisAK</author><comments>http://blog.csdn.net/ChrisAK/archive/2008/10/08/3033763.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ChrisAK/archive/2008/10/08/3033763.aspx</guid><dc:creator>ChrisAK</dc:creator><fs:srclink>http://blog.csdn.net/ChrisAK/archive/2008/10/08/3033763.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ChrisAK/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ChrisAK/~1151968/213234068/1151955</fs:itemid></item></channel></rss>