<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_xieex's blog</title><subtitle type="text">从事软件开发的交流平台我的人生信念：态度决定一切</subtitle><id>http://feed.cnblogs.com/blog/u/30172/rss</id><updated>2009-04-20T07:21:24Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30172/rss"/><entry><id>http://www.cnblogs.com/xieex/archive/2009/03/27/1423259.html</id><title type="text">C#中的多态性</title><summary type="text">通过C#来温习一下面向对象的多态性：首先理解一下什么叫多态。同一操作作用于不同的对象，可以有不同的解释，产生不同的执行结果，这就是多态性。多态性通过派生类覆写基类中的虚函数型方法来实现。多态是其一种性质，并不是一种实现方法。多态性分为两种，一种是编译时的多态性，一种是运行时的多态性。编译时的多态性：编译时的多态性是通过重载来实现的。对于非虚的成员来说，系统在编译时，根据传递的参数、返回的类型等信息...</summary><published>2009-03-27T08:28:00Z</published><updated>2009-03-27T08:28:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2009/03/27/1423259.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2009/03/27/1423259.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/11/26/1341590.html</id><title type="text">“调用的目标发生了异常”问题</title><summary type="text">困扰了我很久的“调用的目标发生了异常”问题</summary><published>2008-11-26T08:32:00Z</published><updated>2008-11-26T08:32:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/11/26/1341590.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/11/26/1341590.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/11/14/1333877.html</id><title type="text">JavaScript拷贝继承法的应用</title><summary type="text">前面在《JavaScript中继承的实现方法》讲了JavaScript中继承的几种实现方法，这段时间正好在看AJS框架，该框架中用到的是“拷贝继承法”，于是自己仿照写了一个简单的“拷贝继承法”的框架，并加了一些具体的注释，但是有的地方不知道怎样去描述，觉得有不妥的地方，待理解更加透彻之后再修改。</summary><published>2008-11-14T13:44:00Z</published><updated>2008-11-14T13:44:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/11/14/1333877.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/11/14/1333877.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/09/07/1286348.html</id><title type="text">MS Sql Server中update()函数的作用？</title><summary type="text">MS Sql Server中update()函数的作用</summary><published>2008-09-07T13:09:00Z</published><updated>2008-09-07T13:09:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/09/07/1286348.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/09/07/1286348.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/07/11/1241137.html</id><title type="text">setTimeout延时0毫秒的作用</title><summary type="text">经常看到setTimeout延时0ms的javascript代码，感到很迷惑，难道延时0ms和不延时不是一个道理吗？后来通过查资料以及实验得出以下两个作用，可能还有作用我还不知道，希望得知的朋友在后面评论上不吝指出。</summary><published>2008-07-11T14:32:00Z</published><updated>2008-07-11T14:32:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/07/11/1241137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/07/11/1241137.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/07/10/1240334.html</id><title type="text">ASP.NET中的事件处理</title><summary type="text">一、ASP.NET中的事件主要支持3个主要的事件组：&#xD;1、包含在asp.net生成页面时自动生成，我们使用这些事件建立页面（如page_load等）&#xD;2、包含了用户与页面交互时发生的所有事件（这种最强大）&#xD;3、html内部的事件，这些事件在浏览器上执行(主要是由javascript来实现)。</summary><published>2008-07-10T15:34:00Z</published><updated>2008-07-10T15:34:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/07/10/1240334.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/07/10/1240334.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/07/10/1240273.html</id><title type="text">.NET开发个人FAQ（即时更新...）</title><summary type="text">从事.net开发有一段时间了，感觉总结的不是很多，有时发现前段时间出现的问题，今天又出现了，但是发现又一时半会想不出来以前是怎么解决的。我感觉应该要多总结总结，这样才能更好的提高自己。所以今天在自己cnblogs上加一个FAQ，将自己在工作中出现的问题放在上面，包括【已解决】的，【待解决】的。【已解决】的给自己一个总结的机会，并且方便以后查看以及给碰到类似问题的朋友一个参考。【待解决】的提醒自己去找到问题的解决方法，以及希望得知该问题的朋友能够提供帮助。</summary><published>2008-07-10T13:08:00Z</published><updated>2008-07-10T13:08:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/07/10/1240273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/07/10/1240273.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2008/01/25/1053342.html</id><title type="text">JavaScript中继承的实现方法</title><summary type="text">JavaScript中实现继承的方法</summary><published>2008-01-25T08:15:00Z</published><updated>2008-01-25T08:15:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2008/01/25/1053342.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2008/01/25/1053342.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2007/12/15/996025.html</id><title type="text">拖动表列改变table的列宽度（JavaScript脚本实现）</title><summary type="text">拖动表列改变table的列宽度，用JavaScript脚本实现，在项目中正好用到，收藏！见下面代码。。。</summary><published>2007-12-15T07:41:00Z</published><updated>2007-12-15T07:41:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2007/12/15/996025.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2007/12/15/996025.html"/></entry><entry><id>http://www.cnblogs.com/xieex/archive/2007/11/28/975962.html</id><title type="text">服务器控件的 ID, ClientID 和 UniqueID 属性（转载）</title><summary type="text">ASP.NET 的服务器端控件有三种关于 ID 的属性 ID, ClientID 和 UniqueID。 ID 表示控件的服务器端编程的标识符，我们写服务器端的代码，就要用到这个 ID, 通过这个 ID 可以在服务器端对服务器端控件的属性、方法和时间进行编程访问。 ClientID 表示由服务器端生成的客户端控件的ID, 经常用于在客户端脚本中访问服务器控件所呈现的 HTML 元素。一般情况下与服...</summary><published>2007-11-28T10:09:00Z</published><updated>2007-11-28T10:09:00Z</updated><author><name>xieex</name><uri>http://www.cnblogs.com/xieex/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xieex/archive/2007/11/28/975962.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xieex/archive/2007/11/28/975962.html"/></entry></feed>
