<?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/laohoucn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/laohoucn" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 04 Feb 2009 18:06:00 GMT</lastBuildDate><title>赤脚嚼雪</title><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;赤脚嚼雪，踏雪寻梅。寻常一样窗前月，才有梅花便不同。</description><link>http://blog.csdn.net/laohoucn/</link><item><title>oracle的substr函数的用法</title><link>http://blog.csdn.net/laohoucn/archive/2009/02/04/3862794.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/3862794.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/3862794.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3862794</trackback:ping><description>&lt;br /&gt;oracle的substr函数的用法&lt;br /&gt; 取得字符串中指定起始位置和长度的字符串   substr( string, start_position, [ length ] )&lt;br /&gt; 如:&lt;br /&gt;     substr('This is a test', 6, 2)     would return 'is'&lt;br /&gt;     substr('This is a test', 6)     would return 'is a test'&lt;br /&gt;     substr('TechOnTheNet', -3, 3)     would return 'Net'&lt;br /&gt;     substr('TechOnTheNet', -6, 3)     would return 'The'select substr('Thisisatest', -4, 2) value from dual&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/3862794.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Feb 2009 02:06:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2009/02/04/3862794.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2009/02/04/3862794.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>HP Compaq dx2710安装原版Windows2003方法</title><link>http://blog.csdn.net/laohoucn/archive/2009/02/03/3861140.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/3861140.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/3861140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3861140</trackback:ping><description>&lt;br /&gt;HP Compaq dx2710商用台式机安装原版Windows2003操作系统第一次重启的时候，会出现磁盘错误等提示（当然这个提示是英文的），其解决方法如下，在BIOS里面有一项WDRT Support，将这个选项Disabled掉就可以安装。 &lt;br /&gt;具体方法： &lt;br /&gt;开机按F10进入BIOS设置，在【Power Management】-&gt;【WDRT Support】按回车，弹出的窗口选择【Disabled】，回车确定，按F10保存退出即可。&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/3861140.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Feb 2009 06:30:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2009/02/03/3861140.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2009/02/03/3861140.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>HTML 5 中的新元素</title><link>http://blog.csdn.net/laohoucn/archive/2007/08/29/1763828.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/1763828.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/1763828.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1763828</trackback:ping><description>新千年以来，超文本标记语言（HTML）5 第一次向 HTML 中引入新的元素。元素不必结束。通过与他已经掌握的元素进行简单的类比，这些新元素都很容易理解。当然，这些老式浏览器不认识新元素，会完全忽略它们，但是页面仍然会显示，内容仍然是完整的。边栏、页脚、页眉、导航条、主内容区和各篇文章都由通用的 div 元素来表示。HTML 5 添加了一些新元素，专门用来标识这些常见的结构： section：这可以是书中的一章或一节，实际上可以是在 HTML 4 中有自己的标题的任何东西header：页面上显示的页眉；与 head 元素不一样footer：页脚；&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/1763828.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 29 Aug 2007 23:22:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2007/08/29/1763828.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2007/08/29/1763828.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>让图片自适应大小</title><link>http://blog.csdn.net/laohoucn/archive/2007/06/07/1642475.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/1642475.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/1642475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1642475</trackback:ping><description>本人原创的一段实现图片自适应大小的JS，在IE 6,Firefox 2,Opera 9下测试通过。&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/1642475.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 Jun 2007 23:22:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2007/06/07/1642475.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2007/06/07/1642475.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>window.open()弹出居中的窗口</title><link>http://blog.csdn.net/laohoucn/archive/2006/08/10/1046144.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/1046144.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/1046144.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1046144</trackback:ping><description>个人根据网上资料整理的一段让window.open()弹出的窗口在屏幕上居中显示的Javascript小程序，供大家参考。&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/1046144.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Aug 2006 22:50:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2006/08/10/1046144.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2006/08/10/1046144.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>一个功能齐全的DataGrid分页例子</title><link>http://blog.csdn.net/laohoucn/archive/2006/08/10/1046111.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/1046111.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/1046111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1046111</trackback:ping><description>DataGrid中自定义分页的一个示例。&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/1046111.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Aug 2006 22:36:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2006/08/10/1046111.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2006/08/10/1046111.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>一个IE不支持的网页的效果</title><link>http://blog.csdn.net/laohoucn/archive/2005/05/02/370857.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/370857.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/370857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=370857</trackback:ping><description>今天中午用Dreamweaver做一个网页，发现IE不能显示的超链接的效果&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/370857.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 May 2005 23:20:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2005/05/02/370857.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2005/05/02/370857.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>有趣的计算</title><link>http://blog.csdn.net/laohoucn/archive/2005/04/15/348258.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/348258.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/348258.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=348258</trackback:ping><description>如果令 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 分别等于百分
之
       1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
26
　　那么……&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/348258.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 15 Apr 2005 15:08:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2005/04/15/348258.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2005/04/15/348258.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>背景音乐每次刷新都可以自动更换</title><link>http://blog.csdn.net/laohoucn/archive/2005/04/15/348256.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/348256.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/348256.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=348256</trackback:ping><description>实现背景音乐每次刷新都可以自动更换的一个方法&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/348256.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 15 Apr 2005 15:07:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2005/04/15/348256.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2005/04/15/348256.aspx</guid><dc:creator>laohou</dc:creator></item><item><title>Asp生成HTML</title><link>http://blog.csdn.net/laohoucn/archive/2005/04/15/348255.aspx</link><wfw:comment>http://blog.csdn.net/laohoucn/comments/348255.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laohoucn/comments/commentRss/348255.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=348255</trackback:ping><description>用Asp来生成HTML&lt;img src =&quot;http://blog.csdn.net/laohoucn/aggbug/348255.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 15 Apr 2005 15:04:00 +0800</pubDate><author>laohou</author><comments>http://blog.csdn.net/laohoucn/archive/2005/04/15/348255.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/laohoucn/archive/2005/04/15/348255.aspx</guid><dc:creator>laohou</dc:creator></item></channel></rss>
