<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Terry's Blog</title><subtitle type="text">To be my personal best !</subtitle><id>http://feed.cnblogs.com/blog/u/22413/rss</id><updated>2010-10-25T14:29:58Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/22413/rss"/><entry><id>http://www.cnblogs.com/terryding/archive/2010/10/25/1860821.html</id><title type="text">IE&amp;amp;FF兼容性 - event, keycode, returnvalue</title><summary type="text">&amp;lt;SCRIPT language="javascript"&amp;gt;  function isDigit(oEvent)  { var e = oEvent||window.event; var codeKeyChar = e.keyCode||e.charCode; // clear Unit No. after postal code was changed ,By Wen Chao(NC...</summary><published>2010-10-25T14:30:00Z</published><updated>2010-10-25T14:30:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2010/10/25/1860821.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2010/10/25/1860821.html"/><content type="html">&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SCRIPT language="javascript"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;function isDigit(oEvent)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var e = oEvent||window.event; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var codeKeyChar = e.keyCode||e.charCode;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// clear Unit No. after postal code was changed ,By Wen Chao(NCS),Monday, October 25, 2010&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;clearUnitNo();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if ((codeKeyChar &amp;lt; 46) || (codeKeyChar &amp;gt; 57) &amp;amp;&amp;amp; (codeKeyChar != 47))&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if(window.event)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.event.returnValue = false;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.preventDefault();//for firefox&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// clear Unit No. after postal code was changed ,By Wen Chao(NCS),Monday, October 25, 2010&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;function clearUnitNo()&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;document.getElementById('txtUnitNo').value="";&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/SCRIPT&amp;gt;&lt;img src="http://www.cnblogs.com/terryding/aggbug/1860821.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/terryding/archive/2010/10/25/1860821.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/05/02/1179212.html</id><title type="text">页面生命周期(转)</title><summary type="text">页面生命周期七月 19th, 2007 Filed under .NET开发, Asp.Net每当请求IIS容纳的ASP.NET页时，总是要把请求转交给了ASP.NET HTTP 管道。HTTP管道是一组被控对象，这些对象按顺序处理请求并且把这些请求转换成一般HTML文本。HTTP管道的入口是HttpRuntime 类。ASP.NET的底层结构为每一个应用程序域 （ AppDomain ）的工作进...</summary><published>2008-05-02T00:38:00Z</published><updated>2008-05-02T00:38:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/05/02/1179212.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/05/02/1179212.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/05/02/1179194.html</id><title type="text">在Asp.Net2.0中保存数据库链接字符串</title><summary type="text">在Asp.Net2.0中保存数据库链接字符串六月 29th, 2007 Filed under .NET开发, Asp.Net原文:http://my.donews.com/buffalo319/2007/06/29/%E5%9C%A8aspnet20%E4%B8%AD%E4%BF%9D%E5%AD%98%E6%95%B0%E6%8D%AE%E5%BA%93%E9%93%BE%E6%8E%A5%E...</summary><published>2008-05-02T00:13:00Z</published><updated>2008-05-02T00:13:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/05/02/1179194.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/05/02/1179194.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/04/06/1139504.html</id><title type="text">一步一步学Linq to sql系列文章 (lovecherry)</title><summary type="text">现在Linq to sql的资料还不是很多，本人水平有限，如果有错或者误导请指出，谢谢。 一步一步学Linq to sql（一）：预备知识 一步一步学Linq to sql（二）：DataContext与实体 一步一步学Linq to sql（三）：增删改 一步一步学Linq to sql（四）：查询句法 一步一步学Linq to sql（五）：存储过程 一步一步学Linq to sql（六）：探...</summary><published>2008-04-06T13:18:00Z</published><updated>2008-04-06T13:18:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/04/06/1139504.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/04/06/1139504.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/04/06/1139493.html</id><title type="text">安装 Sql Server Query Visualizer(转)</title><summary type="text">Sql Server Query Visualizer 是VS2008集成的一个工具，用于在调试阶段查看LinQ语句生成的SQL语句，以及查询数据库生成的结果集。 点击看大图  才安装上的VS2008可能没有自带Sql Server Query Visualizer ，下面的方法可以自己手工安装启用它： 编译VS2008 Beta2 安装目录下（我的是"D:\Program Files\Micro...</summary><published>2008-04-06T13:06:00Z</published><updated>2008-04-06T13:06:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/04/06/1139493.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/04/06/1139493.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/03/08/1096751.html</id><title type="text">webconfig中连接的两种写法</title><summary type="text">在webconfig里面有两种写法&amp;lt;connectionStrings&amp;gt;&amp;lt;add name="Sql2005Express" connectionString="Data Source=.\SQLEXPRESS;AttachDbFileName=|DataDirectory|NorthWnd.mdf;Integrated Security=True;User Instance=t...</summary><published>2008-03-08T11:29:00Z</published><updated>2008-03-08T11:29:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/03/08/1096751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/03/08/1096751.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/02/01/1061206.html</id><title type="text">ToString格式大全 〔转〕</title><summary type="text">ToString格式大全 C 货币 2.5.ToString("C") ￥2.50 D 十进制数 25.ToString("D5") 00025 E 科学型 25000.ToString("E") 2.500000E+005 F 固定点 25.ToString("F2") 25.00 G 常规 2.5.ToString("G") 2.5 N 数字 2500000.ToString("N") 2,5...</summary><published>2008-02-01T05:20:00Z</published><updated>2008-02-01T05:20:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061206.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061206.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/02/01/1061204.html</id><title type="text">ASP.NET 2.0 页(Page)生命周期概述 </title><summary type="text">ASP.NET 2.0 页(Page)生命周期概述 引用MSDNASP.NET 页生命周期概述ASP.NET 页运行时，此页将经历一个生命周期，在生命周期中将执行一系列处理步骤。这些步骤包括初始化、实例化控件、还原和维护状态、运行事件处理程序代码以及进行呈现。了解页生命周期非常重要，因为这样做您就能在生命周期的合适阶段编写代码，以达到预期效果。此外，如果您要开发自定义控件，就必须熟悉页生命周期，以...</summary><published>2008-02-01T05:19:00Z</published><updated>2008-02-01T05:19:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061204.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061204.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/02/01/1061202.html</id><title type="text">[转].net 事件与生命周期 </title><summary type="text">记得早年在乡间，对外的通信往来主要依靠一种特殊职业的人：信客。外出谋生的人多了，少不了要带几封平安家信、捎一点衣物食品的，那就用得着信客了。信客要有一点文化，知道各大码头的情形，还要一副强健的筋骨，背得动重重的行李。信客沉重的脚步，是乡村和城市的纽带。 —— 余秋雨《文化苦旅&amp;#8226;信客》■ 一个馒头引发的血案 &amp;#8211; 回发与事件 基于WEB的分布式系统中，用户往往是通过提交表单，浏...</summary><published>2008-02-01T05:18:00Z</published><updated>2008-02-01T05:18:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061202.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061202.html"/></entry><entry><id>http://www.cnblogs.com/terryding/archive/2008/02/01/1061062.html</id><title type="text">动态添加用户控件实例</title><summary type="text">WebUserControl.ascx：&amp;lt;%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs" Inherits="WebUserControl" %&amp;gt;&amp;lt;asp:TextBox ID="TextBox1" runat="server"&amp;gt;&amp;lt;/asp:TextBo...</summary><published>2008-02-01T03:34:00Z</published><updated>2008-02-01T03:34:00Z</updated><author><name>TerryDing</name><uri>http://www.cnblogs.com/terryding/</uri></author><link rel="alternate" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061062.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/terryding/archive/2008/02/01/1061062.html"/></entry></feed>
