<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/xiaoyuehen" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/xiaoyuehen" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 30 Oct 2006 06:18:00 GMT</lastBuildDate><title>萧月痕 - 梦想无止境</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=xiaoyuehen</link><item><title>ASP使用流输出文件下载</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/10/30/1356918.aspx</link><description>ASP使用流输出, 客户端弹出保存对话框, 文件下载</description><pubDate>Mon, 30 Oct 2006 14:18:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/10/30/1356918.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>自动检测创建多级目录, fso与stream生成文件函数</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/05/15/729409.aspx</link><description>自动检测创建多级目录, fso与stream生成文件函数</description><pubDate>Mon, 15 May 2006 13:22:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/05/15/729409.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>ASP通用分页类1.2.24</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/04/13/661472.aspx</link><description>该ASP通用分页类主要是易用, 速度取决于实际应用: 自动使用Cookies缓存记录总数；若指定了统计语句(strSqlCount 属性), 则取决于该语句的统计效率; 若统计语句未指定, 则根据用户给定的查询语句, 取RecordCount属性值, 当然这样在首页显示时, 速度取决于记录总数, 效率不高. 若您在应用中遇到问题, 请使用MSN与我联系: xiaoyuehen(at)msn.com</description><pubDate>Thu, 13 Apr 2006 10:42:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/04/13/661472.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>获取所有用户表及根据表Id取得表字段信息</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/04/06/652717.aspx</link><description>获取所有用户表及根据表Id取得表字段信息</description><pubDate>Thu, 06 Apr 2006 13:56:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/04/06/652717.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>用.net实现远程获取其他网站页面内容!(核心代码分析)</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/03/25/638309.aspx</link><description>1.远程获取页面的全部Html源文本.

2.通过过滤处理,分析有效内容文本.(通常用正则表达式来截取有效数据)

3.将格式有效的数据,根据自己的数据库结构分标题,内容....一些其他属性保存到自己的本地数据库.</description><pubDate>Sat, 25 Mar 2006 15:10:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/03/25/638309.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>分盐问题</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606399.aspx</link><description>有个没有刻度的天平,只有7公斤和2公斤的秤砣。要求只使用天平3次,能把140公斤的盐分成90公斤和50公斤的吗?</description><pubDate>Wed, 22 Feb 2006 21:38:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606399.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>过桥问题</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606378.aspx</link><description>有A、B、C、D四个人准备过桥，他们的重量完全相同。A只需要一分钟便能过桥，B要二分钟，C要五分钟，D要十分钟。由于天色已黑，他们过桥时必需携灯。这道桥最多只可负荷两个人和一盏灯的重量。他们只有一盏灯，因此每两个人携灯过桥后，必须有其中一人把灯带回去。怎样才能用十七分钟时间使四个人过到桥的另一方呢？（注意：因过桥的二人也需要灯，若A和D一起过桥时，A需与D同行，所以所需时间也是十分钟。）</description><pubDate>Wed, 22 Feb 2006 21:19:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606378.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>猴子搬香蕉</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606330.aspx</link><description>一个小猴子边上有100根香蕉，它要走过50米才能到家， 每次它最多搬50根香蕉，（多了就被压死了），它每走1米就要吃掉一根，请问它最多能把多少根香蕉搬到家里。</description><pubDate>Wed, 22 Feb 2006 20:37:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/02/22/606330.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>将资源文件应用在Skin</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/01/13/578388.aspx</link><description>将资源文件应用在Skin的模糊想法</description><pubDate>Fri, 13 Jan 2006 15:12:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/01/13/578388.aspx</guid><dc:creator>萧月痕</dc:creator></item><item><title>一道面试题, 求 1000！的位数(VBS实现)</title><link>http://blog.csdn.net/xiaoyuehen/archive/2006/01/13/578263.aspx</link><description>来自CSDN论坛的贴子, 一道面试题, 求 1000！的位数, 包括大数加法, 大数乘法实现, 以及其中一个奇妙的直接求解方法.</description><pubDate>Fri, 13 Jan 2006 13:58:00 +0800</pubDate><author>萧月痕</author><guid isPermaLink="false">http://blog.csdn.net/xiaoyuehen/archive/2006/01/13/578263.aspx</guid><dc:creator>萧月痕</dc:creator></item></channel></rss>
