<?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/WanTianwen" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/WanTianwen" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 14 Oct 2008 09:29:00 GMT</lastBuildDate><title>雨伞 CSDN专栏</title><description>要挑战别人，先挑战自己</description><link>http://blog.csdn.net/WanTianwen/</link><item><title>投入Linux的怀抱 你准备好了吗？</title><link>http://blog.csdn.net/WanTianwen/archive/2008/10/14/3072535.aspx</link><wfw:comment>http://blog.csdn.net/WanTianwen/comments/3072535.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/WanTianwen/comments/commentRss/3072535.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3072535</trackback:ping><description>三分天下——Windows、Mac OS、LinuxWindows：微软的操作系统。发展初期对盗版的默许，在Windows 98后借着盗版快速的占领市场并初步形成垄断后，开始一切的打击盗版。&lt;img src =&quot;http://blog.csdn.net/WanTianwen/aggbug/3072535.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Oct 2008 17:29:00 +0800</pubDate><author>WanTianwen</author><comments>http://blog.csdn.net/WanTianwen/archive/2008/10/14/3072535.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/WanTianwen/archive/2008/10/14/3072535.aspx</guid><dc:creator>WanTianwen</dc:creator></item><item><title>二级域名转向</title><link>http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611463.aspx</link><wfw:comment>http://blog.csdn.net/WanTianwen/comments/2611463.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/WanTianwen/comments/commentRss/2611463.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2611463</trackback:ping><description>提供三种方法如题。&lt;img src =&quot;http://blog.csdn.net/WanTianwen/aggbug/2611463.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jul 2008 22:21:00 +0800</pubDate><author>WanTianwen</author><comments>http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611463.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611463.aspx</guid><dc:creator>WanTianwen</dc:creator></item><item><title>JavaScript中的字符串替换（replace）</title><link>http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611436.aspx</link><wfw:comment>http://blog.csdn.net/WanTianwen/comments/2611436.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/WanTianwen/comments/commentRss/2611436.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2611436</trackback:ping><description>用replace 方法 
语法 
stringObj.replace(rgExp, replaceText) 

replace 方法的语法包括下述部分： 

部分 描述 
stringObj 必选项。要执行该替换的 String 对象或文字。该对象不会被 replace 方法修改。 
rgExp 必选项。描述要查找的内容的一个正则表达式对象。 
replaceText 必选项。是一个String 对象或文字，对于stringObj 中每个匹配 rgExp 中的位置都用该对象所包含的文字加以替换。 &lt;img src =&quot;http://blog.csdn.net/WanTianwen/aggbug/2611436.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jul 2008 22:14:00 +0800</pubDate><author>WanTianwen</author><comments>http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611436.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/WanTianwen/archive/2008/07/04/2611436.aspx</guid><dc:creator>WanTianwen</dc:creator></item><item><title>Convert.ToInt32和int.Parse的区别</title><link>http://blog.csdn.net/WanTianwen/archive/2008/05/29/2493318.aspx</link><wfw:comment>http://blog.csdn.net/WanTianwen/comments/2493318.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/WanTianwen/comments/commentRss/2493318.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2493318</trackback:ping><description>Convert.ToInt32是转换继承自Object的对象为int的. 
比如你得到一个object对象,你想把它转换为int,用int.Parse就不可以,要用Convert.ToInt32. &lt;img src =&quot;http://blog.csdn.net/WanTianwen/aggbug/2493318.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 May 2008 22:34:00 +0800</pubDate><author>WanTianwen</author><comments>http://blog.csdn.net/WanTianwen/archive/2008/05/29/2493318.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/WanTianwen/archive/2008/05/29/2493318.aspx</guid><dc:creator>WanTianwen</dc:creator></item><item><title>ASP.NET获取IP与MAC地址的方法</title><link>http://blog.csdn.net/WanTianwen/archive/2008/05/29/2491984.aspx</link><wfw:comment>http://blog.csdn.net/WanTianwen/comments/2491984.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/WanTianwen/comments/commentRss/2491984.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2491984</trackback:ping><description>ASP.NET获取IP与MAC地址的方法&lt;img src =&quot;http://blog.csdn.net/WanTianwen/aggbug/2491984.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 May 2008 12:03:00 +0800</pubDate><author>WanTianwen</author><comments>http://blog.csdn.net/WanTianwen/archive/2008/05/29/2491984.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/WanTianwen/archive/2008/05/29/2491984.aspx</guid><dc:creator>WanTianwen</dc:creator></item></channel></rss>