<?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/f9inux" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/f9inux" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 09 May 2009 13:13:00 GMT</lastBuildDate><title>f9inux的专栏</title><description>无声的海浪</description><link>http://blog.csdn.net/f9inux/</link><item><title>DataBinder.Eval总结</title><link>http://blog.csdn.net/f9inux/archive/2009/05/09/4163098.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/4163098.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/4163098.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4163098</trackback:ping><description>DataBinder.Eval总结 &lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/4163098.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 09 May 2009 21:13:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2009/05/09/4163098.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2009/05/09/4163098.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2009/05/09/4163098.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608031/1059624</fs:itemid></item><item><title>此页的状态信息无效，可能已损坏. 另一种解决方案.</title><link>http://blog.csdn.net/f9inux/archive/2009/04/10/4062228.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/4062228.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/4062228.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4062228</trackback:ping><description>此页的状态信息无效，可能已损坏&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/4062228.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Apr 2009 22:07:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2009/04/10/4062228.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2009/04/10/4062228.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2009/04/10/4062228.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608032/1059624</fs:itemid></item><item><title>ASP.NET文件下载</title><link>http://blog.csdn.net/f9inux/archive/2008/10/21/3117308.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/3117308.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/3117308.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3117308</trackback:ping><description>&lt;br /&gt;//TransmitFile实现下载&lt;br /&gt;    protected void Button1_Click(object sender, EventArgs e)&lt;br /&gt;    {&lt;br /&gt;        /*&lt;br /&gt;         微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite&lt;br /&gt;         下载超过400mb的文件时导致Aspnet_wp.exe进程回收而无法成功下载的问题。&lt;br /&gt;         代码如下：&lt;br /&gt;         */&lt;br /&gt;        Response.ContentType = &quot;application/x-zip-compressed&quot;;&lt;br /&gt;        Response.AddHeader(&quot;Content-Disposition&quot;, &quot;attachment;filename=z.zip&quot;);&lt;br /&gt;        string filename = Server.MapPath(&quot;DownLoad/z.zi&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/3117308.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 21 Oct 2008 21:41:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/10/21/3117308.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/10/21/3117308.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/10/21/3117308.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608033/1059624</fs:itemid></item><item><title>（Jquery）推进网站应用时尚元素-----Boost Your Website’s Fanciness Factor</title><link>http://blog.csdn.net/f9inux/archive/2008/07/15/2652511.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2652511.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2652511.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2652511</trackback:ping><description>（Jquery）推进网站应用时尚元素-----Boost Your Website’s Fanciness Factor &lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2652511.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Jul 2008 18:25:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/07/15/2652511.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/07/15/2652511.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/07/15/2652511.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608034/1059624</fs:itemid></item><item><title>Enterprise Library 4.0</title><link>http://blog.csdn.net/f9inux/archive/2008/07/15/2652493.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2652493.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2652493.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2652493</trackback:ping><description>Enterprise Library 4.0&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2652493.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Jul 2008 18:23:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/07/15/2652493.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/07/15/2652493.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/07/15/2652493.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608035/1059624</fs:itemid></item><item><title>sp_addlinkedserver使用方法</title><link>http://blog.csdn.net/f9inux/archive/2008/07/12/2643267.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2643267.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2643267.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643267</trackback:ping><description>sp_addlinkedserver使用方法&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2643267.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Jul 2008 19:42:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/07/12/2643267.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/07/12/2643267.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/07/12/2643267.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608036/1059624</fs:itemid></item><item><title>推荐--jQuery使用手册</title><link>http://blog.csdn.net/f9inux/archive/2008/06/26/2587917.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2587917.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2587917.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2587917</trackback:ping><description>jquery&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2587917.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jun 2008 19:02:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/06/26/2587917.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/06/26/2587917.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/06/26/2587917.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608037/1059624</fs:itemid></item><item><title>jQuery--AJAX传递xml</title><link>http://blog.csdn.net/f9inux/archive/2008/06/26/2587895.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2587895.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2587895.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2587895</trackback:ping><description>jquery,ajax,xml&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2587895.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jun 2008 18:58:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/06/26/2587895.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/06/26/2587895.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/06/26/2587895.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608038/1059624</fs:itemid></item><item><title>悟透JavaScript</title><link>http://blog.csdn.net/f9inux/archive/2008/03/01/2136800.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2136800.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2136800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2136800</trackback:ping><description>悟透JavaScript&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2136800.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 01 Mar 2008 17:23:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/03/01/2136800.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/03/01/2136800.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/03/01/2136800.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608039/1059624</fs:itemid></item><item><title>Enterprise Library2.0（1）：Data Access Application Block学习</title><link>http://blog.csdn.net/f9inux/archive/2008/01/21/2056968.aspx</link><wfw:comment>http://blog.csdn.net/f9inux/comments/2056968.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/f9inux/comments/commentRss/2056968.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2056968</trackback:ping><description>Enterprise Library2.0（1）：Data Access Application Block学习&lt;img src =&quot;http://blog.csdn.net/f9inux/aggbug/2056968.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Jan 2008 00:20:00 +0800</pubDate><author>f9inux</author><comments>http://blog.csdn.net/f9inux/archive/2008/01/21/2056968.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/f9inux/archive/2008/01/21/2056968.aspx</guid><dc:creator>f9inux</dc:creator><fs:srclink>http://blog.csdn.net/f9inux/archive/2008/01/21/2056968.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/f9inux/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/f9inux/~1059624/214608040/1059624</fs:itemid></item></channel></rss>