<?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/siow" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/siow" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 11 Aug 2009 17:29:00 GMT</lastBuildDate><title>siow的程序人生</title><link>http://blog.csdn.net/siow/</link><item><title>Delphi 运算符及优先级</title><link>http://blog.csdn.net/siow/archive/2009/08/11/4435471.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/4435471.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/4435471.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4435471</trackback:ping><description>&lt;br /&gt; Delphi 运算符及优先级单目运算符 (最高优先级)@取变量或函数的地址(返回一个指针)not逻辑取反或按位取反乘除及按位运算符*相乘或集合交集/浮点相除div整数相除mod取模 (整数相除的余数)as程序运行阶段类型转换 (RTTI运算符)and逻辑或按位求和shl按位左移shr按位右移加减运算符+相加、集合并集、字符串连接或指针增加一个偏移量-相减、集合差集或指针减少一个偏移量or逻辑或按位或运算xor逻辑或按位异或运算关系及比较运算符(最低优先级)=判断是否相等判断是否不相等判断是否大于=判断是否大于或等于,或是否是一个集合的父集in判断是否是集合成员is判断对象是否类型兼容 (又一个RTTI运算符)&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/4435471.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/257495518/siow/csdn.net/s.gif?r=http://blog.csdn.net/siow/archive/2009/08/11/4435471.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495518/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495518/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Aug 2009 01:29:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/08/11/4435471.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/08/11/4435471.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/08/11/4435471.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495518/1110356</fs:itemid></item><item><title>创建多层目录函数</title><link>http://blog.csdn.net/siow/archive/2009/06/05/4245841.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/4245841.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/4245841.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4245841</trackback:ping><description>&lt;br /&gt;//创建多层目录
procedure MkDirMulti(sPath: string);
begin
  if('\'=sPath[Length(sPath)]) then
  begin
    sPath :=Copy(sPath, 1, Length(sPath)-1);
  end;
  if (Length(sPath)&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/4245841.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/257495519/siow/csdn.net/s.gif?r=http://blog.csdn.net/siow/archive/2009/06/05/4245841.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495519/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495519/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 06 Jun 2009 01:47:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/06/05/4245841.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/06/05/4245841.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/06/05/4245841.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495519/1110356</fs:itemid></item><item><title>在delphi程序中实现QQ用户的Web登陆并获取个人信息</title><link>http://blog.csdn.net/siow/archive/2009/04/16/4083361.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/4083361.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/4083361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4083361</trackback:ping><description>代码可以用在QQ空间和WEB QQ的登陆&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/4083361.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495520/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495520/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2009 18:41:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/04/16/4083361.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/04/16/4083361.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/04/16/4083361.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495520/1110356</fs:itemid></item><item><title>整理的两个图像处理函数</title><link>http://blog.csdn.net/siow/archive/2009/03/31/4037514.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/4037514.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/4037514.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4037514</trackback:ping><description>一个二值化函数和一个bmp旋转任意角度的函数&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/4037514.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495521/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495521/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 31 Mar 2009 09:22:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/03/31/4037514.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/03/31/4037514.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/03/31/4037514.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495521/1110356</fs:itemid></item><item><title>二月雪</title><link>http://blog.csdn.net/siow/archive/2009/02/24/3930612.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/3930612.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/3930612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3930612</trackback:ping><description>路边的小店里响起的歌&lt;br /&gt;
是在夜色中&lt;br /&gt;
迷失的心情&lt;br /&gt;&lt;br /&gt;

街灯的光晕中散落的雪&lt;br /&gt;
是任凭风&lt;br /&gt;
如何也吹不散的精灵&lt;br /&gt;&lt;br /&gt;

在最不经意的时刻&lt;br /&gt;
你悄悄的来了&lt;br /&gt;
我觉得我看到了春天的使者&lt;br /&gt;&lt;br /&gt;

你是那样的美丽&lt;br /&gt;
我只需深情地望一眼&lt;br /&gt;
便铭记了你的容颜&lt;br /&gt;&lt;br /&gt;

你知道吗&lt;br /&gt;
就算你是如此的冰冷&lt;br /&gt;
映入我眼底的却是逐渐模糊的温热&lt;br /&gt;&lt;br /&gt;

触手可及的&lt;br /&gt;
那是幸福么&lt;br /&gt;
可又那样匆匆的走了&lt;br /&gt;&lt;br /&gt;

即使是飘落掌中的辛凉&lt;br /&gt;
也一样是&lt;br /&gt;
不可盈握的脆弱&lt;br /&gt;&lt;br /&gt;

洒落一地的&lt;br /&gt;
或更是再也无法收拾起的&lt;br /&gt;
逝水流年&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/3930612.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495522/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495522/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Feb 2009 08:11:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/02/24/3930612.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/02/24/3930612.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/02/24/3930612.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495522/1110356</fs:itemid></item><item><title>通过消息拦截达到在Delphi控件中屏蔽原有事件处理的一种方法</title><link>http://blog.csdn.net/siow/archive/2009/02/10/3874822.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/3874822.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/3874822.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3874822</trackback:ping><description>procedure TForm1.AppMsg(var Msg: TMsg; var Handled: Boolean);var  i:integer;begin  case Msg.message of    WM_LBUTTONDOWN,    WM_LBUTTONDBLCLK:      begin        //拦截PageControl控件的Tab标签切换事件        if Msg.hwnd=PageControl1.Handle then        begin          for i:=0 to PageControl1.PageCount-1 do          begin            if PtInRect(PageControl1.TabRect(i),PageControl1.ScreenToClient(Msg.pt)) then            begin              Handled:=true;               ShowMessage('bbbb');   
        end;   
&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/3874822.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495523/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495523/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Feb 2009 01:33:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2009/02/10/3874822.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2009/02/10/3874822.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2009/02/10/3874822.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495523/1110356</fs:itemid></item><item><title>Delphi与Java中的日期互换</title><link>http://blog.csdn.net/siow/archive/2008/11/20/3337561.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/3337561.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/3337561.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3337561</trackback:ping><description>Delphi与Java中的日期互相转换&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/3337561.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495524/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495524/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 20 Nov 2008 10:26:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2008/11/20/3337561.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2008/11/20/3337561.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2008/11/20/3337561.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495524/1110356</fs:itemid></item><item><title>凌晨</title><link>http://blog.csdn.net/siow/archive/2008/08/30/2851220.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/2851220.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/2851220.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2851220</trackback:ping><description>凌晨&lt;br /&gt;    酒醒的凌晨，天光昏暗。&lt;br /&gt;    躺在床上，确认一下自已身在何处，然后继续享受着半睡半醒的惬意。窗外是不知何时响起的啪啪作响的雨声。&lt;br /&gt;    除了雨声，还是雨声!&lt;br /&gt;    思绪很飘乎地在过去与现在，梦境与现实之间游离。这样的时刻，任何人我都不愿想起。这样的时刻，属于自我与内心对白的过程。&lt;br /&gt;    在过去，对现在充满希望。在现在，对过去充满遗憾。&lt;br /&gt;    在梦境，梦回过去。在现实，依然是现在。&lt;br /&gt;    静静感觉着时间的流逝，感受着略有寂寞的凌晨。&lt;br /&gt;    不知在这样的时间，这样的&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/2851220.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495525/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495525/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 30 Aug 2008 17:15:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2008/08/30/2851220.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2008/08/30/2851220.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2008/08/30/2851220.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495525/1110356</fs:itemid></item><item><title>delphi图片换肤处理优化修正</title><link>http://blog.csdn.net/siow/archive/2008/08/21/2808111.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/2808111.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/2808111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2808111</trackback:ping><description>原来见过一个png图像换肤处理的文章，但其中颜色处理上有些问题，特作优化修正处理，本是回复群友的问题的，所以用的是bmp图片，png图片处理原理是一样的。代码如下：&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/2808111.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495526/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495526/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 22 Aug 2008 01:42:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2008/08/21/2808111.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2008/08/21/2808111.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2008/08/21/2808111.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495526/1110356</fs:itemid></item><item><title>ACCESS导入导出</title><link>http://blog.csdn.net/siow/archive/2008/07/09/2627983.aspx</link><wfw:comment>http://blog.csdn.net/siow/comments/2627983.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/siow/comments/commentRss/2627983.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2627983</trackback:ping><description>Access有很强的导入导出功能. 可以使用SELECT ... INTO 语法来导入非ACCESS表, 这样就不需要一条条地写入. 这种导入方式效率极高, 近30万条的数据, 不到半分钟就导入完成.&lt;img src =&quot;http://blog.csdn.net/siow/aggbug/2627983.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/siow/257495527/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/siow/257495527/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 09 Jul 2008 19:03:00 +0800</pubDate><author>siow</author><comments>http://blog.csdn.net/siow/archive/2008/07/09/2627983.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/siow/archive/2008/07/09/2627983.aspx</guid><dc:creator>siow</dc:creator><fs:srclink>http://blog.csdn.net/siow/archive/2008/07/09/2627983.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/siow/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/siow/~1110358/257495527/1110356</fs:itemid></item></channel></rss>