<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>论坛 - ASP.NET</title>
    <link>http://www.tmdoor.com/bbs/showforum-23.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Fri, 30 Jul 2010 17:16:09 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>C# 转义字符</title>
    <description><![CDATA[C# 转义字符
\' 单引号
 
\&amp;quot; 双引号
 
\\ 反斜杠
 
\0 空字符
 
\a 感叹号
 
\b 退格
 
\f 换页
 
\n 新行
 
\r 回车
 
\t 水平 tab
 
\v 垂直 tab]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-1746.aspx</link>
      <author>xelnage</author>
      <pubDate>Mon, 08 Dec 2008 15:21:00 GMT</pubDate>
    </item>
    <item>
      <title>Discuz!NT 简单修改 SitemapPage.cs 生成 Google@Baidu Sitemap</title>
    <description><![CDATA[通过简单修改 Discuz.Web\UI\SitemapPage.cs 下的源程序使 Discuz!NT 在论坛根目录生成符合 Google Sitemap 协议的 sitemap.xml 和 百度协议的 baidu.xml.

&lt;font color=&quot;Red&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;span style=&quot;color:......]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-1742.aspx</link>
      <author>xelnage</author>
      <pubDate>Fri, 28 Nov 2008 00:44:00 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net Mvc Framework可以在Controller中使用的Url.Action方法</title>
    <description><![CDATA[原本的Url.Action方法是利用RouteCollection来实现Url的Routing的。
所以这里用一个扩展方法重现一下 
以下为引用的内容：
using System.Web.Routing;
    static
public
class CUrl {
        public
static
string Action(this Controller c, st]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-99.aspx</link>
      <author>netahui</author>
      <pubDate>Fri, 08 Aug 2008 19:01:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET2.0向其它网页传递信息的方法</title>
    <description><![CDATA[传统办法
为了便于比较，我想花一分钟来回顾网页传递数据的老方法。HTML的表格元素有一个action(动作)属性，用来指定服务器端哪项资源(所谓资源，是指一个网页、一段脚本、程序等)来处理这些提交的数据。下面的代码便是一个样例。
&amp;lt; html&amp;gt; 
&amp;lt; head&amp;gt;&amp;lt; title&amp;gt;Sample HTML form&amp;lt; /title&amp;gt;&amp;lt; /hea]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-98.aspx</link>
      <author>netahui</author>
      <pubDate>Fri, 08 Aug 2008 18:51:00 GMT</pubDate>
    </item>
    <item>
      <title>批量修改 SQL Server 数据表和存储过程的所有者或架构</title>
    <description><![CDATA[SQL Server 2000

exec sp_changeobjectowner '.',

更改当前数据库中对象的所有者备份、恢复数据库时，往往会出现所有者是原来的用户，这样当你在新的系统中使用 时，会出现表名无效的错误提示，而加入原来的用户名，又会出现用户已经存在的错误， 
所以最好的方法就是修改成dbo： 

怎么样把SQL Server 2000的用户表的所有者，改成db]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-60.aspx</link>
      <author>xelnage</author>
      <pubDate>Sun, 25 May 2008 15:54:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 如何取得 Request URL 的各个部分</title>
    <description><![CDATA[我们在开发Web应用程序，时常需要去解析网址(Request.Url)的每个片段，进行一些判断。例如说 &amp;quot;http://localhost:1897/News/Press/Content.aspx/123?id=1#toc&amp;quot;，我们想要取得网址里第一层目录的名字(News)用以判断不同的页面标题(Page Title)。 

我看很多人都用字符串的 IndexOf 方法与 S]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-14.aspx</link>
      <author>xelnage</author>
      <pubDate>Tue, 22 Apr 2008 20:00:00 GMT</pubDate>
    </item>
    <item>
      <title>开启 SQL Express 2005 数据库的 TCP/IP 连接方式</title>
    <description><![CDATA[由于 SQL Express 2005 默认没有开放 TCP/IP 的连接方式,我们可以按以下步骤开启,完成后使用 SQL Server Management Studio Express 连接时可以使用(local), 主机名或IP地址连接到数据库进行管理.

1.首先我们要打......]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-13.aspx</link>
      <author>xelnage</author>
      <pubDate>Tue, 22 Apr 2008 19:31:00 GMT</pubDate>
    </item>
    <item>
      <title>用于 Discuz!NT 的GIF动画验证码插件</title>
    <description><![CDATA[用于 Discuz!NT 的 GIF 动画验证码&lt;font color=&quot;red&quot;&gt;(Discuz!NT 2.0~3.0 可直接使用)&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;Red&quot;&gt;发布的版本是基于.Net 2.0 编译的,使用 Discuz!NT for .Net 1.1 版本的不能直接使用,可用Refl......]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-10.aspx</link>
      <author>xelnage</author>
      <pubDate>Tue, 15 Apr 2008 14:52:00 GMT</pubDate>
    </item>
  </channel>
</rss>