<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_klete</title><subtitle type="text">I am so emptiness </subtitle><id>http://feed.cnblogs.com/blog/u/4105/rss</id><updated>2005-04-03T04:25:19Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/4105/rss"/><entry><id>http://www.cnblogs.com/klete/archive/2005/03/27/126586.html</id><title type="text">C#速成(之四) </title><summary type="text">装箱和拆箱操作（Boxing/Unboxing）-------------------&amp;#160;C#的装箱思想是全新的。上面提到过所有的数据类型，不论内置或用户自定义，全都从命名空间System的一个基类object派生出来。因此把基本的或者原始类型转换成object类型被称做装箱，反之，这种方式的逆操作被称为拆箱。&amp;#160;示例：&amp;#160;class Test{&amp;#160;&amp;#160; s...</summary><published>2005-03-27T03:26:00Z</published><updated>2005-03-27T03:26:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/27/126586.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/27/126586.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/27/126585.html</id><title type="text">C#速成(之三) </title><summary type="text">修饰符-------------------你必须已经知道public、private、protected这些常在C++当中使用的修饰符。这里我会讨论一些C#引入的新的修饰符。&amp;#160;readonly（只读）readonly修饰符仅在类的数据成员中使用。正如这名字所提示的，readonly 数据成员仅能只读，它们只能在构造函数或是直接初始化操作下赋值一次。readonly与const数据成员不...</summary><published>2005-03-27T03:25:00Z</published><updated>2005-03-27T03:25:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/27/126585.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/27/126585.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/27/126584.html</id><title type="text">C#速成(之一) </title><summary type="text">在一些术语上我尽量做到与MSDN的中文资料所述术语保持一致标题：C#速成(Quick C#)--------------------------------------------------------------------------------供稿 by Aisha Ikram. 使用环境: .NET, C#, Win XP, Win 2000 绪论C#是这样的一种语言，具有C++的特点，...</summary><published>2005-03-27T03:24:00Z</published><updated>2005-03-27T03:24:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/27/126584.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/27/126584.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/27/126583.html</id><title type="text">C#速成(之五)全文完 </title><summary type="text">委托-------------------委托让我们把一个函数引用存储在一个变量里。C++当中，这类似于使用typedef定义的函数指针，我们通常用存储一个函数指针。&amp;#160;声明委托使用的关键字是 delegate。瞧瞧这个示例，你会理解什么是委托：&amp;#160;示例：&amp;#160;delegate int Operation(int val1, int val2);public int Add(...</summary><published>2005-03-27T03:23:00Z</published><updated>2005-03-27T03:23:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/27/126583.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/27/126583.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/25/125717.html</id><title type="text">RegExp</title><summary type="text">JScript&amp;#160;和&amp;#160;VBScript&amp;#160;正则表达式 &amp;#160; 正则表达式语法 一个正则表达式就是由普通字符（例如字符 a 到 z）以及特殊字符（称为元字符）组成的文字模式。该模式描述在查找文字主体时待匹配的一个或多个字符串。正则表达式作为一个模板，将某个字符模式与所搜索的字符串进行匹配。 这里有一些可能会遇到的正则表达式示例： JScript VBScript 匹配...</summary><published>2005-03-25T08:57:00Z</published><updated>2005-03-25T08:57:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/25/125717.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/25/125717.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/20/122239.html</id><title type="text">ASP后遗症种种 </title><summary type="text">[按]本文原名&amp;#8220;ASP遗留的十大积习&amp;#8220;。源出处为作者个人文集。原作均保持不定期改动，请保持到原文主站的连接：http://www.cnblogs.com/jayxu有很大一部分ASP.NET程序员是由ASP迁移过来的. 这本是一个很自然的过渡. 殊不知ASP.NET与ASP相比是一个全新的技术. 他们仅仅是名字上相似. 或者为了技术的延续性而特意保留了一些类似的API而已....</summary><published>2005-03-20T07:04:00Z</published><updated>2005-03-20T07:04:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/20/122239.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/20/122239.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/16/119962.html</id><title type="text">Visual SourceSafe如何支持并行开发 </title><summary type="text">前言　　如今随着软件项目规模的日益增大以及项目复杂性的不断加剧，软件配置管理（SCM）的重要性已越来越受到大家的认可。许多优秀的软件配置管理工具也应运而生，使得我们能够轻松有效地管理我们的软件项目，作为这其中的一员，Microsoft Visual SourceSafe具有简单易用、方便高效、与Windows操作系统及微软开发工具高度集成等优点。我相信有相当一部分人曾经使用或者正在使用VSS，对于...</summary><published>2005-03-16T13:04:00Z</published><updated>2005-03-16T13:04:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/16/119962.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/16/119962.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/13/117678.html</id><title type="text">在 ASP.NET 中执行 URL 重写</title><summary type="text">http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx Scott Mitchell 4GuysFromRolla.com 适用范围： Microsoft&amp;#174; ASP.NET 摘要：介绍如何使用 Microsoft ASP.NET 执行动态 URL 重写。URL 重写是截取传入 We...</summary><published>2005-03-12T19:53:00Z</published><updated>2005-03-12T19:53:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/13/117678.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/13/117678.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/03/13/117660.html</id><title type="text">How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET</title><summary type="text">http://support.microsoft.com/kb/301240/EN-US/How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET Article ID : 301240 Last Review : June 29, 2004 Revision : 5.1 Thi...</summary><published>2005-03-12T17:10:00Z</published><updated>2005-03-12T17:10:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/03/13/117660.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/03/13/117660.html"/></entry><entry><id>http://www.cnblogs.com/klete/archive/2005/02/24/108716.html</id><title type="text">New Security Features in ASP.NET 2.0</title><summary type="text">http://msdn.microsoft.com/asp.net/whidbey/default.aspx?pull=/library/en-us/dnvs05/html/secfeatnt2.aspNew Security Features in ASP.NET 2.0 &amp;#160; Stephen WaltherMicrosoft Corporation June 2004 Applies ...</summary><published>2005-02-24T09:32:00Z</published><updated>2005-02-24T09:32:00Z</updated><author><name>豆浆</name><uri>http://www.cnblogs.com/klete/</uri></author><link rel="alternate" href="http://www.cnblogs.com/klete/archive/2005/02/24/108716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/klete/archive/2005/02/24/108716.html"/></entry></feed>
