<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_渔鱼</title><subtitle type="text">人生豪迈，在此一博！</subtitle><id>http://feed.cnblogs.com/blog/u/31712/rss</id><updated>2009-06-20T14:38:05Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/31712/rss"/><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/06/20/1507514.html</id><title type="text">ASP.NET AJAX中PageMethods方法调用示例</title><summary type="text">页面如下：&lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;head runat="server"&gt; &lt;title&gt;&amp;lt...</summary><published>2009-06-20T14:38:00Z</published><updated>2009-06-20T14:38:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/06/20/1507514.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/06/20/1507514.html"/><content type="text">页面如下：&lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;head runat="server"&gt; &lt;title&gt;&amp;lt...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/06/11/1501092.html</id><title type="text">SQL Server数据库所有表索引性能分析</title><summary type="text">与上一篇《SQL Server数据库所有表重建索引》相似，这一段存储过程只是更改了一条语句“DBCC showcontig(@name)”，用来显示每个数据表的索引性能信息，方便评估当前数据库的整体性能。[代码]</summary><published>2009-06-11T01:26:00Z</published><updated>2009-06-11T01:26:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/06/11/1501092.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/06/11/1501092.html"/><content type="text">与上一篇《SQL Server数据库所有表重建索引》相似，这一段存储过程只是更改了一条语句“DBCC showcontig(@name)”，用来显示每个数据表的索引性能信息，方便评估当前数据库的整体性能。[代码]</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/05/19/1459824.html</id><title type="text">SQL Server数据库所有表重建索引</title><summary type="text">USE My_Database;DECLARE @name varchar(100) DECLARE authors_cursor CURSOR FOR Select [name] from sysobjects where xtype='u' order by id OPEN authors_cursor FETCH NEXT FROM authors_cursor INTO @name WHI...</summary><published>2009-05-19T00:23:00Z</published><updated>2009-05-19T00:23:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/05/19/1459824.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/05/19/1459824.html"/><content type="text">USE My_Database;DECLARE @name varchar(100) DECLARE authors_cursor CURSOR FOR Select [name] from sysobjects where xtype='u' order by id OPEN authors_cursor FETCH NEXT FROM authors_cursor INTO @name WHI...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/05/05/1450032.html</id><title type="text">查询数据库字段所在的位置</title><summary type="text">SQL Server 2005中的查询语句如下：[代码]注：1.可以模糊匹配字段名字。2.可以列举出字段所在表名，存储过程名等。</summary><published>2009-05-05T08:40:00Z</published><updated>2009-05-05T08:40:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/05/05/1450032.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/05/05/1450032.html"/><content type="text">SQL Server 2005中的查询语句如下：[代码]注：1.可以模糊匹配字段名字。2.可以列举出字段所在表名，存储过程名等。</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435580.html</id><title type="text">查询时锁的使用[转]</title><summary type="text">原文链接：http://www.cnblogs.com/ASPNET2008/archive/2009/04/14/1435454.html在查询中的每个表后面都加一个onlock是否合适？ 背景：目前参与的一个项目,我发现一个问题,就是大家在写查询时,为了性能,往往会在表后面加一个nolock,或者是with(nolock),其目的就是查询是不锁定表,从而达到提高查询速度的目的。这点可能很多朋...</summary><published>2009-04-14T05:29:00Z</published><updated>2009-04-14T05:29:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435580.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435580.html"/><content type="text">原文链接：http://www.cnblogs.com/ASPNET2008/archive/2009/04/14/1435454.html在查询中的每个表后面都加一个onlock是否合适？ 背景：目前参与的一个项目,我发现一个问题,就是大家在写查询时,为了性能,往往会在表后面加一个nolock,或者是with(nolock),其目的就是查询是不锁定表,从而达到提高查询速度的目的。这点可能很多朋...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435344.html</id><title type="text">DBCC DBREINDEX重建索引提高SQL Server性能[引]</title><summary type="text">本文连接地址：http://www.cnblogs.com/rickie/articles/90498.html大多数SQL Server表需要索引来提高数据的访问速度，如果没有索引，SQL Server 要进行表格扫描读取表中的每一个记录才能找到索要的数据。索引可以分为簇索引和非簇索引，簇索引通过重排表中的数据来提高数据的访问速度，而非簇索引则通过维护表中的数据指针来提高数据的索引。1. 索引的...</summary><published>2009-04-14T00:58:00Z</published><updated>2009-04-14T00:58:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/04/14/1435344.html"/><content type="text">本文连接地址：http://www.cnblogs.com/rickie/articles/90498.html大多数SQL Server表需要索引来提高数据的访问速度，如果没有索引，SQL Server 要进行表格扫描读取表中的每一个记录才能找到索要的数据。索引可以分为簇索引和非簇索引，簇索引通过重排表中的数据来提高数据的访问速度，而非簇索引则通过维护表中的数据指针来提高数据的索引。1. 索引的...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/03/23/1419443.html</id><title type="text">Javascript键盘输入相关</title><summary type="text">&lt;script language="javascript"&gt; function CheckMyForm() { var txt = myform.mytext.value; if(checknumber(txt)) { alert("不是数字！"); return false; }alert("你输入的是数字！");return true; } function checknumber...</summary><published>2009-03-23T01:37:00Z</published><updated>2009-03-23T01:37:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/03/23/1419443.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/03/23/1419443.html"/><content type="text">&lt;script language="javascript"&gt; function CheckMyForm() { var txt = myform.mytext.value; if(checknumber(txt)) { alert("不是数字！"); return false; }alert("你输入的是数字！");return true; } function checknumber...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/03/18/1415432.html</id><title type="text">VS2008 Web Application和Web Site的区别[转]</title><summary type="text">MSDN 原文（英文）地址：http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx以下是主要内容的中文翻译：Visual Studio 2008 中 Web Application [ 'Asp.net web应用程序' 项目 ] 和 Web Site Projects [ '网站'项目 ] 的区别ScenarioWeb Appli...</summary><published>2009-03-18T06:39:00Z</published><updated>2009-03-18T06:39:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/03/18/1415432.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/03/18/1415432.html"/><content type="text">MSDN 原文（英文）地址：http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx以下是主要内容的中文翻译：Visual Studio 2008 中 Web Application [ 'Asp.net web应用程序' 项目 ] 和 Web Site Projects [ '网站'项目 ] 的区别ScenarioWeb Appli...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/03/13/1410940.html</id><title type="text">IIS Temporary ASP.NET Files拒绝访问解决方案</title><summary type="text">错误提示： error CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\...\xxxxxx.dll' -- '拒绝访问。 '目前大概有这样几种方案： 方案1: 对文件夹'c:\WINDOWS\Microsoft.NET\Fra...</summary><published>2009-03-13T09:34:00Z</published><updated>2009-03-13T09:34:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/03/13/1410940.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/03/13/1410940.html"/><content type="text">错误提示： error CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\...\xxxxxx.dll' -- '拒绝访问。 '目前大概有这样几种方案： 方案1: 对文件夹'c:\WINDOWS\Microsoft.NET\Fra...</content></entry><entry><id>http://www.cnblogs.com/Bowen80/archive/2009/03/10/1407903.html</id><title type="text">WebDAV是什么？[引]</title><summary type="text">WebDAV（Web-based Distributed Authoring and Versioning）一种基于 HTTP 1.1协议的通信协议.它扩展了HTTP 1.1，在GET、POST、HEAD等几个HTTP标准方法以外添加了一些新的方法，使应用程序可直接对Web Server直接读写，并支持写文件锁定(Locking)及解锁(Unlock)，还可以支持文件的版本控制。Microsoft...</summary><published>2009-03-10T07:37:00Z</published><updated>2009-03-10T07:37:00Z</updated><author><name>博闻李</name><uri>http://www.cnblogs.com/Bowen80/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Bowen80/archive/2009/03/10/1407903.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Bowen80/archive/2009/03/10/1407903.html"/><content type="text">WebDAV（Web-based Distributed Authoring and Versioning）一种基于 HTTP 1.1协议的通信协议.它扩展了HTTP 1.1，在GET、POST、HEAD等几个HTTP标准方法以外添加了一些新的方法，使应用程序可直接对Web Server直接读写，并支持写文件锁定(Locking)及解锁(Unlock)，还可以支持文件的版本控制。Microsoft...</content></entry></feed>
