<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/lengfeng8866" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lengfeng8866" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 05 Jul 2007 12:03:00 GMT</lastBuildDate><title>lengfeng8866的专栏</title><link>http://blog.csdn.net/lengfeng8866/</link><item><title>用户控件重名是VS2003的BUG？？？</title><link>http://blog.csdn.net/lengfeng8866/archive/2007/07/05/1679492.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/1679492.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/1679492.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1679492</trackback:ping><description>用户控件重名，编译后运行时，提示“****已在多处定义”&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/1679492.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Jul 2007 20:03:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2007/07/05/1679492.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2007/07/05/1679492.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>[转帖]AjaxPro 内部机制探讨</title><link>http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669330.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/1669330.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/1669330.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669330</trackback:ping><description>在对 Ajax 有了初步认识以后，自然想看看其内部机制，但是令我失望的是，至少介绍 Ajax 内部实现的文章少之又少，好容易找到一篇，却也只是简单列了列一些 javascript 代码，并且没什么解释，颇为郁闷。想想求人不如求己，况且自己研究的或许印象更深一些。&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/1669330.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Jun 2007 04:26:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669330.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669330.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>[转]揭开正则表达式的神秘面纱</title><link>http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669281.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/1669281.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/1669281.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669281</trackback:ping><description>正则表达式（regular expression）描述了一种字符串匹配的模式，可以用来：（1）检查一个串中是否含有符合某个规则的子串，并且可以得到这个子串；（2）根据匹配规则对字符串进行灵活的替换操作。

    正则表达式学习起来其实是很简单的，不多的几个较为抽象的概念也很容易理解。之所以很多人感觉正则表达式比较复杂，一方面是因为大多数的文档没有做到由浅入深地讲解，概念上没有注意先后顺序，给读者的理解带来困难；另一方面，各种引擎自带的文档一般都要介绍它特有的功能，然而这部分特有的功能并不是我们首先要理解的。

    文章中的每一个举例，都可以点击进入到测试页面进行测试。闲话少说，开始。&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/1669281.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Jun 2007 03:25:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669281.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2007/06/27/1669281.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>在WebService中使用RSA进行加密和解密操作时，出现的一种异常的解决。(转帖自微软社区)</title><link>http://blog.csdn.net/lengfeng8866/archive/2006/04/03/648743.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/648743.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/648743.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=648743</trackback:ping><description>在WebService中使用RSA进行加密和解密操作时，会出现“System.Web.Service.SoapException 服务器未处理的异常　未能获取此实现的 CryptoAPI 加密服务提供程序(CSP)”&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/648743.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 03 Apr 2006 19:08:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2006/04/03/648743.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2006/04/03/648743.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>在 Windows XP 中加密文件</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/09/25/116306.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/116306.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/116306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=116306</trackback:ping><description>本文介绍了如何使用 Windows XP 的加密文件系统（EFS）功能将文件以加密格式存储在硬盘上。 
    加密是将数据转换为其他人无法读取的格式的过程。 如果数据存储在硬盘上，您可以使用 EFS 自动加密数据。 备注：管理员可以恢复由另一用户加密的数据。Microsoft Windows XP Home Edition 没有 EFS 功能。&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/116306.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 25 Sep 2004 16:39:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/09/25/116306.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/09/25/116306.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>Visual C#托管Socket的实现方法（转载的他人的文章，好好收藏吧！）</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/09/24/115677.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/115677.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/115677.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=115677</trackback:ping><description>Socket诞生于上个世纪80年代初，美国政府的高级研究工程机构（ARPA）给加利福尼亚大学伯克力（Berkeley）分校提供了资金，委托他们在UNIX操作系统下实现TCP/IP协议的开发接口。于是研发人员就为TCP/IP网络通信开发了一个API（应用程序接口）。这个API称为Socket接口（套接字）。所以有时候说，Socket是TCP/IP上的API。 

到了上个世纪90年代，当时的一些网络开发商，包括现在地Sun和Microsoft公司等，共同制定了一套WINDOWS下的网络编程接口，即WindowsSockets规范，简称WinSock规范。WinSock规范是一套开放的、支持多种协议的Windows下的网络编程接口。从1991年的1.0版到1995年的2.0.8版，经过不断完善并在Intel、Microsoft、Sun等公司的大力支持下，已成为Windows网络编程的事实上的标准。目前，WinSock规范主要有1.1版和2.0版。两者的最重要区别是1.1版只支持TCP/IP协议，而2.0版可以支持多协议。2.0版有良好的向后兼容性，任何使用1.1版的源代码，二进制文件，&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/115677.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 25 Sep 2004 00:00:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/09/24/115677.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/09/24/115677.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>什么是哈希表(Hashtable)</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106689.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/106689.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/106689.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=106689</trackback:ping><description>在.NET Framework中，Hashtable是System.Collections命名空间提供的一个容器，用于处理和表现类似key/value的键值对，其中key通常可用来快速查找，同时key是区分大小写；value用于存储对应于key的值。Hashtable中key/value键值对均为object类型，所以Hashtable可以支持任何类型的key/value键值对.&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/106689.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Sep 2004 23:18:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106689.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106689.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>什么是RSS</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106667.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/106667.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/106667.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=106667</trackback:ping><description>RSS是一種起源于网景的推技术，將訂戶訂閱的內容傳送給他們的通訊協同格式(Protocol)。RSS可以是以下三個解釋的其中一個： 

Really Simple Syndication 
RDF (Resource Description Framework) Site Summary 
Rich Site Summary 
但其實這三個解釋都是指同一種Syndication的技術。 RSS目前广泛用于网上新闻频道，blog和wiki，主要的版本有0.91, 1.0, 2.0。
&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/106667.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Sep 2004 23:04:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106667.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/09/16/106667.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>Linux下访问Windows硬盘分区</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/09/07/97230.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/97230.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/97230.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=97230</trackback:ping><description>Linux下访问Windows硬盘分区-----入门级资料&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/97230.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Sep 2004 01:32:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/09/07/97230.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/09/07/97230.aspx</guid><dc:creator>lengfeng8866</dc:creator></item><item><title>GNU/Linux Beginner's favourite content !!!</title><link>http://blog.csdn.net/lengfeng8866/archive/2004/08/22/81323.aspx</link><wfw:comment>http://blog.csdn.net/lengfeng8866/comments/81323.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengfeng8866/comments/commentRss/81323.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=81323</trackback:ping><description>This is the first day of my learn about the GNU/Linux...Then I found this article and think it very good and easy enough,so copy one  here&lt;img src =&quot;http://blog.csdn.net/lengfeng8866/aggbug/81323.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 22 Aug 2004 13:24:00 +0800</pubDate><author>lengfeng8866</author><comments>http://blog.csdn.net/lengfeng8866/archive/2004/08/22/81323.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengfeng8866/archive/2004/08/22/81323.aspx</guid><dc:creator>lengfeng8866</dc:creator></item></channel></rss>