<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Kent [.Net2005,SQL2005,Team foundation server,ASP.Net,]</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/12146/rss</id><updated>2007-11-29T08:03:41Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12146/rss"/><entry><id>http://www.cnblogs.com/it99kent/archive/2007/11/29/977099.html</id><title type="text">55种网页常用小技巧</title><summary type="text">1.oncontextmenu="window.event.returnValue=false"将彻底屏蔽鼠标右键&amp;lt;tableborderoncontextmenu=return(false)&amp;gt;&amp;lt;td&amp;gt;no&amp;lt;/table&amp;gt;可用于Table2.&amp;lt;bodyonselectstart="returnfalse"&amp;gt;取消选取、防止复制3.onpaste="re...</summary><published>2007-11-29T08:04:00Z</published><updated>2007-11-29T08:04:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/11/29/977099.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/11/29/977099.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/10/24/936213.html</id><title type="text">(转文）IP Domain etc.</title><summary type="text">(转文）1. 在ASP.NET中专用属性：获取服务器电脑名：Page.Server.ManchineName获取用户信息：Page.User获取客户端电脑名：Page.Request.UserHostName获取客户端电脑IP：Page.Request.UserHostAddress2. 在网络编程中的通用方法：获取当前电脑名：static System.Net.Dns.GetHostName()...</summary><published>2007-10-24T07:12:00Z</published><updated>2007-10-24T07:12:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/10/24/936213.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/10/24/936213.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/21/901956.html</id><title type="text">javascript setTimeout 和 setInterval </title><summary type="text">下面这一段代码是我下面的一个SP写的javascript.这一段代码会耗尽客户端的资源！直接死机！setTimeout] setTimeout(表达式,延时时间) 在执行时,是在载入后延迟指定时间后,去执行一次表达式,记住,次数是一次 用setTimeout实现的自动变化显示随机数的效果: &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;script&amp;gt; window.onload...</summary><published>2007-09-21T14:18:00Z</published><updated>2007-09-21T14:18:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/21/901956.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/21/901956.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/19/899193.html</id><title type="text">CodeFile、Src、Codebehind三者的差别解释</title><summary type="text">Qusetion:CodeFile、Src、Codebehind三者的差别在哪?&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_Default" %&amp;gt;  &amp;lt;%@ Page Language="C#" AutoEventWireup="true" Src="def...</summary><published>2007-09-19T14:30:00Z</published><updated>2007-09-19T14:30:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/899193.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/899193.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/19/898872.html</id><title type="text">Microsoft SQL Server 2005的国际功能(转贴)</title><summary type="text">Microsoft SQL Server 2005 是在 SQL Server 2000 中引入的 Unicode 和 XML 支持的基础上构建，并通过 SQL Server Management Studio 和 Business Intelligence Development Studio 添加了一组全新的、功能强大的开发和查询工具。可靠的多语言功能使 SQL Server 2005 在支持...</summary><published>2007-09-19T09:58:00Z</published><updated>2007-09-19T09:58:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898872.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898872.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/19/898864.html</id><title type="text">SQL Server 中易混淆的数据类型  </title><summary type="text">近来在做数据库设计，有时候真弄不清SQL里的数据类型，所以摘了这篇文章。(1)char、varchar、text和nchar、nvarchar、ntextchar和varchar的长度都在1到8000之间，它们的区别在于char是定长字符数据，而varchar是变长字符数据。所谓定长就是长度固定的，当输入的数据长度没有达到指定的长度时将自动以英文空格在其后面填充，使长度达到相应的长度；而变长字符数...</summary><published>2007-09-19T09:55:00Z</published><updated>2007-09-19T09:55:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898864.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898864.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/19/898857.html</id><title type="text">关于 SQL Server 使用 Unicode 数据</title><summary type="text">在 Microsoft SQL Server 中, 以下数据类型支持 Unicode 数据：nchar, nvarchar, ntext使用SQL语句操作的时候应该注意以下问题：原查询语句Select * From tablename Where field1 like '%xxx%'使用 Unicode 数据类型的, 应该为:Select * From tablename Where field...</summary><published>2007-09-19T09:52:00Z</published><updated>2007-09-19T09:52:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898857.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898857.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/19/898110.html</id><title type="text">Sys.WebForms.PageRequestManagerParserErrorException 错误的解决办法</title><summary type="text">Sys.WebForms.PageRequestManagerParserErrorException 错误的解决办法 从以下英文文档可得出解决方法：用Response.Redirect()或Response.Write()进行URL带参数的页面重定向时出现如题所示的错误。Ajax是无刷新的，而使用Response进行带参重定向时需要刷新页面。所以只须在UpdatePanel下设置&amp;#8220;a...</summary><published>2007-09-19T02:52:00Z</published><updated>2007-09-19T02:52:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898110.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/19/898110.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2007/09/17/896063.html</id><title type="text">SQLserver2005中的四个评价函数</title><summary type="text">SQLserver2005中的四个评价函数(也叫排名函数)---- 使用ROW_NUMBER函数计算行数----对freight从小到大来产生行号use northwindgoselect orderid,CustomerID,Employeeid,freight, 行号=row_number() over(order by freight) from orders---可以用PARTITION ...</summary><published>2007-09-17T08:29:00Z</published><updated>2007-09-17T08:29:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2007/09/17/896063.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2007/09/17/896063.html"/></entry><entry><id>http://www.cnblogs.com/it99kent/archive/2006/09/23/512457.html</id><title type="text">常用DOS命令(转贴)</title><summary type="text">常用DOS命令(转贴)</summary><published>2006-09-23T01:53:00Z</published><updated>2006-09-23T01:53:00Z</updated><author><name>Kent</name><uri>http://www.cnblogs.com/it99kent/</uri></author><link rel="alternate" href="http://www.cnblogs.com/it99kent/archive/2006/09/23/512457.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/it99kent/archive/2006/09/23/512457.html"/></entry></feed>
