<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_昨夜西风凋碧树,独上高楼,望尽天涯路</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/25284/rss</id><updated>2008-01-09T15:58:34Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25284/rss"/><entry><id>http://www.cnblogs.com/cen123/archive/2008/01/08/1031155.html</id><title type="text">泛型集合(转载)</title><summary type="text">　　a.使用ArrayList&#xD;直接将对象放入ArrayList，操作直观，但由于集合中的项是Object类型，因此每次使用都必须进行繁琐的类型转换。&#xD;&#xD;　　b.使用自定义集合类&#xD;　　比较常见的做法是从CollectionBase抽象类继承一个自定义类，通过对IList对象进行封装实现强类型集合。这种方式要求为每种集合类型写一个相应的自定义类，工作量较大。泛型集合的出现较好的解决了上述问题，只需一行代码便能创建指定类型的集合。&#xD;</summary><published>2008-01-08T15:30:00Z</published><updated>2008-01-08T15:30:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2008/01/08/1031155.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2008/01/08/1031155.html"/></entry><entry><id>http://www.cnblogs.com/cen123/archive/2008/01/08/1031136.html</id><title type="text">C# 命名约定</title><summary type="text">编程的命名方式主要有Pascal和Camel两种（Pascal：每个单词的首字母大写，例如ProductType；Camel：首个单词的首字母小写，其余单词的首字母大写，例如productType）</summary><published>2008-01-08T15:18:00Z</published><updated>2008-01-08T15:18:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2008/01/08/1031136.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2008/01/08/1031136.html"/></entry><entry><id>http://www.cnblogs.com/cen123/archive/2007/10/29/942222.html</id><title type="text">Subversion安装手记</title><summary type="text">STEP 1:下载和安装 首先在Subversion的官方网站去下载windows安装包，最新版是1.3.1，可惜在项目树上只更新到了1.3.0的二进制包。下载后安装在本地机器上，这里注意的是最好将安装目录指定为纯英文名目录，安装在中文目录下天知道哪天会冒出一个让你想破头也想不出的错误来。下载TortoiseSVN进行本地安装，我安装的是最新的1.3.2 for svn 1.3.0，这是一个将SV...</summary><published>2007-10-29T15:43:00Z</published><updated>2007-10-29T15:43:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2007/10/29/942222.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2007/10/29/942222.html"/></entry><entry><id>http://www.cnblogs.com/cen123/archive/2007/10/10/919964.html</id><title type="text">递归构建节点树</title><summary type="text">递归构建节点树</summary><published>2007-10-10T11:01:00Z</published><updated>2007-10-10T11:01:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2007/10/10/919964.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2007/10/10/919964.html"/></entry><entry><id>http://www.cnblogs.com/cen123/archive/2007/10/10/919862.html</id><title type="text">冒泡排序算法</title><summary type="text">冒泡排序算法</summary><published>2007-10-10T09:28:00Z</published><updated>2007-10-10T09:28:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2007/10/10/919862.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2007/10/10/919862.html"/></entry><entry><id>http://www.cnblogs.com/cen123/archive/2007/03/27/690099.html</id><title type="text">.Net 2.0 缓存使用</title><summary type="text">     在访问量大,但更新较少的网站中使用缓存,可以大大提高运行效率；加上.NET 2.0提供的缓存依赖机制，我们可以很方便的对缓存进行管理更新。</summary><published>2007-03-27T07:54:00Z</published><updated>2007-03-27T07:54:00Z</updated><author><name>岑恩武</name><uri>http://www.cnblogs.com/cen123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cen123/archive/2007/03/27/690099.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cen123/archive/2007/03/27/690099.html"/></entry></feed>
