<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>疾风之狼</title><link>http://blog.csdn.net/mittermeyer/</link><description>站在历史与未来之间</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 05 Apr 2008 13:24:19 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：使用OleDb操纵Excel文件（1）</title><link>http://blog.csdn.net/Mittermeyer/archive/2008/04/05/2253152.aspx</link><pubDate>Sat, 05 Apr 2008 13:24:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2008/04/05/2253152.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/2253152.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2008/04/05/2253152.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/2253152.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2253152</trackback:ping><description>我们可以利用ADO/OleDb接口像操作Access数据库一样，操作Excel文件。本文简要介绍了利用在DotNET开发环境中，利用OleDb数据访问接口读取和创建Excel文件。
&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/2253152.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>三层架构的进一步理解</title><link>http://blog.csdn.net/Mittermeyer/archive/2008/03/31/2232801.aspx</link><pubDate>Mon, 31 Mar 2008 13:44:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2008/03/31/2232801.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/2232801.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2008/03/31/2232801.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/2232801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232801</trackback:ping><description>刚毕业时做得第一个商业软件，就是号称三层架构的，现在回过头来又要做这类应用。经历多了，很多问题想明白了，对三层架构也有了更深入的理解。
&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/2232801.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>编码系列--Base32编码的完整示例</title><link>http://blog.csdn.net/Mittermeyer/archive/2007/10/02/1809542.aspx</link><pubDate>Tue, 02 Oct 2007 11:48:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2007/10/02/1809542.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1809542.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2007/10/02/1809542.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1809542.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1809542</trackback:ping><description>就之前Base编码系列的文章，更新了Base32的示例代码&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1809542.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：以整数的形式传递对象引用</title><link>http://blog.csdn.net/Mittermeyer/archive/2007/08/01/1721146.aspx</link><pubDate>Wed, 01 Aug 2007 15:32:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2007/08/01/1721146.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1721146.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2007/08/01/1721146.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1721146.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1721146</trackback:ping><description>介绍了可以将对象引用转换成为一个UInt32类型，在引用程序内部传递。C#中虽然没有直接提供指针，但是也能够通过类似指针的形式传递对象，或者调用方法。
&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1721146.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：模拟MSN Message发送文字效果的实现</title><link>http://blog.csdn.net/Mittermeyer/archive/2007/06/15/1653468.aspx</link><pubDate>Fri, 15 Jun 2007 12:00:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2007/06/15/1653468.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1653468.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2007/06/15/1653468.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1653468.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1653468</trackback:ping><description>通过实例说明了怎样实现和MSN Message类似的发送消息的逻辑，以及实现中的注意事项。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1653468.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：调用Win32 API如何处理指针类型的参数</title><link>http://blog.csdn.net/Mittermeyer/archive/2007/04/27/1586867.aspx</link><pubDate>Fri, 27 Apr 2007 10:45:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2007/04/27/1586867.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1586867.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2007/04/27/1586867.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1586867.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1586867</trackback:ping><description>总结了调用API时有关指针的一些常见问题，介绍怎样用安全雅致的方法调用Win32 API。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1586867.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>应用SQL Server 2005 Compact Edition</title><link>http://blog.csdn.net/Mittermeyer/archive/2007/01/22/1490140.aspx</link><pubDate>Mon, 22 Jan 2007 15:28:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2007/01/22/1490140.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1490140.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2007/01/22/1490140.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1490140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1490140</trackback:ping><description>简要介绍了SQL Server 2005家族中各个版本之间的差异，特别是SQL Server Compact Edition的特性、管理以及编程摘要。
另外通过比较说明了在不同应用模式下，选择不同数据库平台的依据。

&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1490140.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>DotNET 1.1迁移至DotNET 2.0的注意事项</title><link>http://blog.csdn.net/Mittermeyer/archive/2006/12/30/1468706.aspx</link><pubDate>Sat, 30 Dec 2006 10:00:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2006/12/30/1468706.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1468706.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2006/12/30/1468706.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1468706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1468706</trackback:ping><description>代码从DotNET 1.1的平台迁移到DotNET 2.0平台下的一些注意事项。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1468706.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：在Form中显示动画图片</title><link>http://blog.csdn.net/Mittermeyer/archive/2006/08/28/1131535.aspx</link><pubDate>Mon, 28 Aug 2006 11:14:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2006/08/28/1131535.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1131535.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2006/08/28/1131535.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1131535.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1131535</trackback:ping><description>本文描述怎样利用ImageAnimator显示Gif格式的动画图片，包括完整的示例和注意事项。
&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1131535.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>DotNET的混淆器--Dotfuscator的使用说明</title><link>http://blog.csdn.net/Mittermeyer/archive/2006/08/24/1112406.aspx</link><pubDate>Thu, 24 Aug 2006 14:41:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2006/08/24/1112406.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/1112406.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2006/08/24/1112406.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/1112406.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1112406</trackback:ping><description>介绍Visual Studio 2003就自带了一个混淆器--Dotfuscator Community Edition的功能和使用指南。
&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/1112406.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：怎样创建COM的实例</title><link>http://blog.csdn.net/Mittermeyer/archive/2006/05/19/745856.aspx</link><pubDate>Fri, 19 May 2006 16:43:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2006/05/19/745856.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/745856.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2006/05/19/745856.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/745856.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=745856</trackback:ping><description>COM的应用广泛，熟练掌握COM组件的使用对开发会相当有帮助的，本文主要介绍几种常见的创建COM组件实例的方式。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/745856.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>编码系列--Base24编码</title><link>http://blog.csdn.net/Mittermeyer/archive/2004/09/23/114124.aspx</link><pubDate>Thu, 23 Sep 2004 12:32:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2004/09/23/114124.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/114124.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2004/09/23/114124.aspx#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/114124.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=114124</trackback:ping><description>一种比较简单Base24的实现。
关于Base系列编码的详细地介绍可以参见我的另一篇Base32的文章。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/114124.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>编码系列--Base32编码</title><link>http://blog.csdn.net/Mittermeyer/archive/2004/09/07/96950.aspx</link><pubDate>Tue, 07 Sep 2004 14:10:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2004/09/07/96950.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/96950.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2004/09/07/96950.aspx#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/96950.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=96950</trackback:ping><description>这里讨论的编码主要的目的是将不可显示的二进制数组转变为可显示的字符串，包括其逆运算。通过特定的协议传输数据，或者加密解密的时候都会用到类似的方法。
Base32的原理和Base64一模一样，所以先看一下Base64编码是怎么一回事。&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/96950.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：调用API注册和注销Windows Service</title><link>http://blog.csdn.net/Mittermeyer/archive/2004/01/04/11653.aspx</link><pubDate>Sun, 04 Jan 2004 10:13:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2004/01/04/11653.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/11653.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2004/01/04/11653.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/11653.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=11653</trackback:ping><description>&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/11653.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mittermeyer</dc:creator><title>CSharp Tips：应用程序访问集成Windows认证的站点</title><link>http://blog.csdn.net/Mittermeyer/archive/2003/11/20/11652.aspx</link><pubDate>Thu, 20 Nov 2003 00:26:00 GMT</pubDate><guid>http://blog.csdn.net/Mittermeyer/archive/2003/11/20/11652.aspx</guid><wfw:comment>http://blog.csdn.net/mittermeyer/comments/11652.aspx</wfw:comment><comments>http://blog.csdn.net/Mittermeyer/archive/2003/11/20/11652.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mittermeyer/comments/commentRss/11652.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=11652</trackback:ping><description>&lt;img src ="http://blog.csdn.net/mittermeyer/aggbug/11652.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>