<?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/hydonlee" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/hydonlee" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 30 Apr 2009 16:04:00 GMT</lastBuildDate><title>新手上路 - 东子专栏</title><link>http://blog.csdn.net/hydonlee/</link><item><title>Delphi出现内存访问出错的一般原因</title><link>http://blog.csdn.net/hydonlee/archive/2009/04/30/4140068.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/4140068.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/4140068.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4140068</trackback:ping><description>内存出错的讨论:&quot;Access   violation   at   address   地址   in   Module   '你的应用'.    这种在Delphi的开发中普遍存在.    这种内存访问错误,往往是访问了已经Free掉的对象,或是访问还没有生成的对象.    如果这个地址为   0000000,   则一般为访问还没有创建的对象.    如果这个地址不为0   ,而是一个地址,   那可能是要访问的对象已经Free掉.   或是要访问的对象是局部变量,   但还没有创建.    如果是调用ＤＬＬ中的函数，则有可能    (1)取ＤＬＬ函数入口失败.    (2)ＤＬＬ中函数与调用处函数的调用约定不同（StdCall?   )&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/4140068.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 May 2009 00:04:00 +0800</pubDate><author>东子</author><comments>http://blog.csdn.net/hydonlee/archive/2009/04/30/4140068.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2009/04/30/4140068.aspx</guid><dc:creator>东子</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2009/04/30/4140068.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762815/1138286</fs:itemid></item><item><title>Delphi调用BarTender7.75打印条码标签简明开发教程</title><link>http://blog.csdn.net/hydonlee/archive/2008/07/08/2626472.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/2626472.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/2626472.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626472</trackback:ping><description>本文就简单使用Delphi调用BarTender7.75之ActiveX组件打印条码的开发过程做介绍.&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/2626472.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jul 2008 06:32:00 +0800</pubDate><author>东子</author><comments>http://blog.csdn.net/hydonlee/archive/2008/07/08/2626472.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2008/07/08/2626472.aspx</guid><dc:creator>东子</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2008/07/08/2626472.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762816/1138286</fs:itemid></item><item><title>整形转二进制</title><link>http://blog.csdn.net/hydonlee/archive/2007/02/08/1505482.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/1505482.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/1505482.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1505482</trackback:ping><description>Delphi没有直接提供整形转二进制的函数，就自己写了一个，贴出来与大家共享.并没有对速度做优化，各位有更新的版本请共享,谢谢!&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/1505482.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 Feb 2007 00:15:00 +0800</pubDate><author>东子</author><comments>http://blog.csdn.net/hydonlee/archive/2007/02/08/1505482.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2007/02/08/1505482.aspx</guid><dc:creator>东子</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2007/02/08/1505482.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762817/1138286</fs:itemid></item><item><title>Python第二程序: 自动更新病毒库</title><link>http://blog.csdn.net/hydonlee/archive/2006/12/04/1429881.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/1429881.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/1429881.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1429881</trackback:ping><description>使用的Symantec AntiVirus 没有纳入管理,所以需要每次提示病毒定义文件超过10后,手工进入内部网相关网页,下载更新.为了练手,也为了将这一过程自动化,决定用Python写一个自动更新病毒库的小程序&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/1429881.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Dec 2006 05:49:00 +0800</pubDate><author>东子</author><comments>http://blog.csdn.net/hydonlee/archive/2006/12/04/1429881.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2006/12/04/1429881.aspx</guid><dc:creator>东子</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2006/12/04/1429881.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762818/1138286</fs:itemid></item><item><title>写给新人们[聊天记录整理]:如何做个新人！</title><link>http://blog.csdn.net/hydonlee/archive/2006/09/13/1219820.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/1219820.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/1219820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1219820</trackback:ping><description>和一个朋友聊天, 简单整理一下,希望可以给新人一些帮助...&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/1219820.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Sep 2006 07:48:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2006/09/13/1219820.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2006/09/13/1219820.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2006/09/13/1219820.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762819/1138286</fs:itemid></item><item><title>如何下载文件时在客户端不打开，而是弹出保存</title><link>http://blog.csdn.net/hydonlee/archive/2006/08/01/1007562.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/1007562.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/1007562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1007562</trackback:ping><description>如何下载文件时在客户端不打开，而是弹出保存&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/1007562.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Aug 2006 02:07:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2006/08/01/1007562.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2006/08/01/1007562.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2006/08/01/1007562.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762820/1138286</fs:itemid></item><item><title>Win2003下COM+的访问</title><link>http://blog.csdn.net/hydonlee/archive/2006/01/16/580501.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/580501.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/580501.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=580501</trackback:ping><description>Win2003下COM+的访问&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/580501.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 16 Jan 2006 18:18:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2006/01/16/580501.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2006/01/16/580501.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2006/01/16/580501.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762821/1138286</fs:itemid></item><item><title>Delphi7使用MyODBC连接Mysql乱码问题解决</title><link>http://blog.csdn.net/hydonlee/archive/2005/11/15/529511.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/529511.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/529511.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=529511</trackback:ping><description>Delphi7使用MyODBC连接Mysql乱码问题解决

关键字: Delphi, MyODBC, MySQL, 乱码&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/529511.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Nov 2005 08:02:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2005/11/15/529511.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2005/11/15/529511.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2005/11/15/529511.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762822/1138286</fs:itemid></item><item><title>一组Delphi7平台下分布式编程实例(Delphi7,DataSnap,DBExpress)</title><link>http://blog.csdn.net/hydonlee/archive/2005/10/08/497416.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/497416.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/497416.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=497416</trackback:ping><description>一组Delphi7平台下分布式编程实例(Delphi7,DataSnap,DBExpress)&lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/497416.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 09 Oct 2005 02:25:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2005/10/08/497416.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2005/10/08/497416.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2005/10/08/497416.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762823/1138286</fs:itemid></item><item><title>[转]Delphi 7 and Web Service Global Activation Model Fix</title><link>http://blog.csdn.net/hydonlee/archive/2005/10/06/496037.aspx</link><wfw:comment>http://blog.csdn.net/hydonlee/comments/496037.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hydonlee/comments/commentRss/496037.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=496037</trackback:ping><description>Delphi 7 and Web Service Global Activation Model Fix
Delphi 6 Update 2 and higher (including Delphi 7 and Delphi 2005) offer a special Service Activation Model option when creating new SOAP Server Interfaces. The Service Activation Model can be set to Per Request or Global. The default value is Per Request, which means that for every incoming client request, a new instance of the SOAP object will be created (and destroyed after use). &lt;img src =&quot;http://blog.csdn.net/hydonlee/aggbug/496037.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Oct 2005 04:09:00 +0800</pubDate><author>hydonlee</author><comments>http://blog.csdn.net/hydonlee/archive/2005/10/06/496037.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hydonlee/archive/2005/10/06/496037.aspx</guid><dc:creator>hydonlee</dc:creator><fs:srclink>http://blog.csdn.net/hydonlee/archive/2005/10/06/496037.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hydonlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/hydonlee/~1138298/212762824/1138286</fs:itemid></item></channel></rss>