<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ChenHongye的日志</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/16634/rss</id><updated>2009-05-24T10:02:57Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16634/rss"/><entry><id>http://www.cnblogs.com/c21/archive/2009/05/24/1488069.html</id><title type="text">使用VS格式化一段代码</title><summary type="text">在Visual Studio中，只要选中一段代码，按快捷键"Ctrl+K"，"然后再Ctrl+F"，即可将凌乱的代码重新格式化，非常方便。</summary><published>2009-05-23T19:25:00Z</published><updated>2009-05-23T19:25:00Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><link rel="alternate" href="http://www.cnblogs.com/c21/archive/2009/05/24/1488069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/archive/2009/05/24/1488069.html"/></entry><entry><id>http://www.cnblogs.com/c21/archive/2009/05/20/1467406.html</id><title type="text">C#抽象(abstract)相关</title><summary type="text">//抽象方法：只包含方法定义，但没有具体实现的方法，需要其子类或者子类的子类来具体实现。 //静态方法不能标记为 override、virtual 或 abstract,即静态方法都必须是具体的 /抽象类：含有一个或多个抽象方法的类称为抽象类，在声明时，类名前须添加"abstract"关键字 //抽象类中可以包含非抽象方法 //抽象类不能够被实例化，这是因为它包含了没有具体实现的方法，即可实例化的...</summary><published>2009-05-20T03:06:00Z</published><updated>2009-05-20T03:06:00Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><link rel="alternate" href="http://www.cnblogs.com/c21/archive/2009/05/20/1467406.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/archive/2009/05/20/1467406.html"/></entry><entry><id>http://www.cnblogs.com/c21/archive/2006/03/15/350944.html</id><title type="text">历史上十大杰出的皇帝</title><summary type="text">10、唐玄宗 李隆基　　李隆基论政绩和才智应该排前四，可惜他不仅前明后昏，导致了安史之乱，还因为贪恋美色，强占儿媳、并将儿子&amp;#8220;赐死&amp;#8221;，实在令人寒心、发指。　　　　9、明成祖 朱棣　　讲首都迁移到北京，在汉人皇帝中是很有胆魄的，永乐大典也是学术界的珍宝，并排郑和七下西洋使华夏威名远波，可惜重用宦官，祸害后世。 　　　　8、元世祖 忽必烈　　又一次统一全国，也是真正意义上的统一...</summary><published>2006-03-15T14:09:00Z</published><updated>2006-03-15T14:09:00Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><link rel="alternate" href="http://www.cnblogs.com/c21/archive/2006/03/15/350944.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/archive/2006/03/15/350944.html"/></entry><entry><id>http://www.cnblogs.com/c21/archive/2006/03/09/346292.html</id><title type="text">在.NET 下读取.xml 文件的方法:</title><summary type="text">在.NET 下读取.xml 文件的方法:1.利用 XmlTextReader 类,如:XmlTextReader reader = new XmlTextReader(Server.MapPath(XmlPath));while(reader.Read()){if(reader.NodeType == XmlNodeType.Text ){Response.Write(reader.Name +"...</summary><published>2006-03-09T03:31:00Z</published><updated>2006-03-09T03:31:00Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><link rel="alternate" href="http://www.cnblogs.com/c21/archive/2006/03/09/346292.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/archive/2006/03/09/346292.html"/></entry><entry><id>http://www.cnblogs.com/c21/archive/2006/02/05/325806.html</id><title type="text">对大学生活的忠告</title><summary type="text">一，别以为在学生会你能得到你曾经想要的。工作的热情很可能因为你所看到的所经历的一些事而改变，但是也不必惧怕。你有大一一年来适应或者承受，并做出是继续坚持还是退出的决定。 　　　　 二，大学可能有真实的爱情，但是记住只是可能。很多时候他们是因为别人都谈恋爱而羡慕或者别的原因而在一起。所以，不必为任何分手而受太大的伤，记住，太大的伤，真爱，还是值得追求的。 　　　　 三，如果你的家庭一般的话，那么记得...</summary><published>2006-02-05T13:16:00Z</published><updated>2006-02-05T13:16:00Z</updated><author><name>ChenHongye</name><uri>http://www.cnblogs.com/c21/</uri></author><link rel="alternate" href="http://www.cnblogs.com/c21/archive/2006/02/05/325806.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/c21/archive/2006/02/05/325806.html"/></entry></feed>
