<?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/liltos" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/liltos" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 10 Jun 2009 14:48:00 GMT</lastBuildDate><title>晚安，假行僧！</title><description>仅谈纯粹的编程技术，或者是相关的那些文章。。。。。晚安，看不到房子车子的绝望的挨踢民工们。。。</description><link>http://blog.csdn.net/liltos/</link><item><title>mysql, select *, limit</title><link>http://blog.csdn.net/liltos/archive/2009/06/10/4257597.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/4257597.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/4257597.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4257597</trackback:ping><description>&lt;br /&gt;几个月前写的，很乱，从邮箱里放出来了。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;mysql 的 select &lt;br /&gt;总见到有人说，写 select 语句时，尽量把取的列名写出来，而不要用 select * 。&lt;br /&gt;其实简单的表，是无所谓的。但是如果涉及到表间连接或复杂查询的时候，这个东西就起效果了。&lt;br /&gt;假设有以下四张表：&lt;br /&gt;
t_a  id  b_id  col1  col2  created_by  created_att_b  id  c_id  col1  col2t_c  id  col1  col2  col3  col4&lt;br /&gt;t_a 有 100,000 条记录t_b 有 10,000 条记录t_c 有 100 条记录&lt;br /&gt;有一个查询是这样的：select * from t_a a, t_b b, t_c cwhere a.created_by &lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/4257597.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236629980/liltos/csdn.net/s.gif?r=http://blog.csdn.net/liltos/archive/2009/06/10/4257597.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/liltos/236629980/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/liltos/236629980/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 10 Jun 2009 22:48:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/06/10/4257597.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/06/10/4257597.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/06/10/4257597.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629980/1047239</fs:itemid></item><item><title>ruby logger</title><link>http://blog.csdn.net/liltos/archive/2009/06/10/4257521.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/4257521.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/4257521.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4257521</trackback:ping><description>ruby logger, 模仿 log4j 的使用方式。&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/4257521.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236629981/liltos/csdn.net/s.gif?r=http://blog.csdn.net/liltos/archive/2009/06/10/4257521.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/liltos/236629981/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/liltos/236629981/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 10 Jun 2009 22:34:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/06/10/4257521.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/06/10/4257521.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/06/10/4257521.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629981/1047239</fs:itemid></item><item><title>让工作更有点趣味</title><link>http://blog.csdn.net/liltos/archive/2009/03/24/4019722.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/4019722.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/4019722.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4019722</trackback:ping><description>哥哥很 river crab 的哇，这纯粹是为了好玩～～&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/4019722.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/liltos/236629982/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/liltos/236629982/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Mar 2009 20:04:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/03/24/4019722.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/03/24/4019722.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/03/24/4019722.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629982/1047239</fs:itemid></item><item><title>RSS阅读器简单介绍</title><link>http://blog.csdn.net/liltos/archive/2009/03/22/4015633.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/4015633.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/4015633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4015633</trackback:ping><description>RSS阅读器简单介绍&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/4015633.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/liltos/236629983/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/liltos/236629983/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Mar 2009 07:35:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/03/22/4015633.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/03/22/4015633.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/03/22/4015633.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629983/1047239</fs:itemid></item><item><title>MySql 上 varchar 的 unique key 关于空格的表现</title><link>http://blog.csdn.net/liltos/archive/2009/02/25/3935095.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3935095.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3935095.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3935095</trackback:ping><description>MySql 会对右侧的空格自行处理，但是，左边的空格就不会。&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3935095.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/liltos/236629984/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/liltos/236629984/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Feb 2009 19:24:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/02/25/3935095.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/02/25/3935095.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/02/25/3935095.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629984/1047239</fs:itemid></item><item><title>tomcat 乱码</title><link>http://blog.csdn.net/liltos/archive/2009/02/04/3861845.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3861845.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3861845.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3861845</trackback:ping><description>tomcat 乱码，设置了 response 的 charseterEncoding 也不起效，在进入第一个 filter 的时候，response.isCommitted 就返回 true 了。&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3861845.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/liltos/236629985/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/liltos/236629985/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 04 Feb 2009 20:09:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/02/04/3861845.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/02/04/3861845.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/02/04/3861845.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629985/1047239</fs:itemid></item><item><title>Prototype.js 的跨浏览器问题</title><link>http://blog.csdn.net/liltos/archive/2009/01/07/3725674.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3725674.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3725674.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3725674</trackback:ping><description>在1.5.1RC1版本chm文档中的Element模块，有如下描述：&lt;br /&gt;&lt;br /&gt;addClassName&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;addClassName :: &lt;br /&gt;Element&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3725674.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/liltos/236629986/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/liltos/236629986/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 07 Jan 2009 19:09:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/01/07/3725674.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/01/07/3725674.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/01/07/3725674.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629986/1047239</fs:itemid></item><item><title>rss iframe test</title><link>http://blog.csdn.net/liltos/archive/2009/01/04/3703227.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3703227.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3703227.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3703227</trackback:ping><description>test iframe in rss content没仔细看过文档，测试一下，看看rss里能否包含iframe，iframe的地址是localhost啊&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3703227.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/liltos/236629987/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/liltos/236629987/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 04 Jan 2009 20:57:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/01/04/3703227.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/01/04/3703227.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/01/04/3703227.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629987/1047239</fs:itemid></item><item><title>看来咱写的程序太。。。</title><link>http://blog.csdn.net/liltos/archive/2009/01/02/3687019.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3687019.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3687019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3687019</trackback:ping><description>mysql再次出错。。。&lt;br /&gt;&lt;br /&gt;ActiveRecord::StatementInvalid (Mysql::Error: Can't create/write to file 'D:\Temp\Tmp\#sql_810_0.MYD' (Errcode: 13): SHOW FIELDS FROM `download_pages`):&lt;br /&gt;&lt;br /&gt;查了一下，D盘还有近4G的空间。。&lt;br /&gt;把空间清到 5G，再跑，OK了。&lt;br /&gt;&lt;br /&gt;太奇怪了，我没有关联表操作，此表的记录数是260W，所有的字段都是int，float，datetime。但是把这转成文件的话，也不过200M以内。&lt;br /&gt;&lt;br /&gt;都是单表操作也能出问题，汗。。。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3687019.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/liltos/236629988/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/liltos/236629988/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 03 Jan 2009 06:17:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2009/01/02/3687019.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2009/01/02/3687019.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2009/01/02/3687019.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629988/1047239</fs:itemid></item><item><title>国际化，资源文件如何存储更优？</title><link>http://blog.csdn.net/liltos/archive/2008/12/23/3590147.aspx</link><wfw:comment>http://blog.csdn.net/liltos/comments/3590147.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liltos/comments/commentRss/3590147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3590147</trackback:ping><description>分析了存储在 properties 文件里和存储到 数据库 里的优缺点。 rss 只输出摘要，好短，效果好差，好恶心。&lt;img src =&quot;http://blog.csdn.net/liltos/aggbug/3590147.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/liltos/236629989/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/liltos/236629989/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Dec 2008 00:11:00 +0800</pubDate><author>洁白滴黑子</author><comments>http://blog.csdn.net/liltos/archive/2008/12/23/3590147.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/liltos/archive/2008/12/23/3590147.aspx</guid><dc:creator>洁白滴黑子</dc:creator><fs:srclink>http://blog.csdn.net/liltos/archive/2008/12/23/3590147.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/liltos/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/liltos/~1047239/236629989/1047239</fs:itemid></item></channel></rss>