<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_天道酬勤</title><subtitle type="text">海纳百川方成其大 术容百家乃显其博</subtitle><id>http://feed.cnblogs.com/blog/u/18669/rss</id><updated>2008-01-28T08:37:31Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18669/rss"/><entry><id>http://www.cnblogs.com/hunanboy/archive/2008/01/17/1043404.html</id><title type="text">VS2005 疑难杂症小解（转）</title><summary type="text">轻松解决Visual  Studio2005  开发环境遇到的几个疑难杂症问题 首先关闭Vs2005 进入"%programfiles%\Microsoft  Visual  Studio  8\Common7\IDE" ???快捷键失效，弹出不能打开"C:\Documents  and  Settings\&amp;lt;user&amp;gt;\My  Documents\Visual  Studio  20...</summary><published>2008-01-17T11:41:00Z</published><updated>2008-01-17T11:41:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2008/01/17/1043404.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2008/01/17/1043404.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2007/07/31/interface_abstractclass.html</id><title type="text">面向对象--接口与抽象类的恩恩怨怨</title><summary type="text">接口与抽象类是面向对象编程中两个非常重要的角色，二者各自起着非常重要的作用。但是很多初学的朋友往往会对使用接口还是抽象类存在的很大的迷惑。就我自己的一点心得，发表一下拙见。</summary><published>2007-07-31T05:18:00Z</published><updated>2007-07-31T05:18:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2007/07/31/interface_abstractclass.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2007/07/31/interface_abstractclass.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2007/07/17/821489.html</id><title type="text">揭开CLR神秘面纱-----第二步 垃圾回收之（制造垃圾）</title><summary type="text">既然有垃圾回收，肯定就有垃圾制造者在制造垃圾。这些垃圾是如何被制造出来的，就是我们今天试图弄清楚的问题。希望能通过以下文字描述清楚，程序运行时各阶段的内存使用状态。</summary><published>2007-07-17T12:27:00Z</published><updated>2007-07-17T12:27:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2007/07/17/821489.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2007/07/17/821489.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2007/07/15/clr.html</id><title type="text">揭开CLR神秘面纱—第一步PE文件</title><summary type="text">熟悉.NET架构的都对CLR，CTS,IL等概念会很熟悉，但是对这些概念真正了解的很深入的人估计没有很多。在学习之余，想把自己对CLR的学习心得拿来跟大家沟通一下。</summary><published>2007-07-15T14:44:00Z</published><updated>2007-07-15T14:44:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2007/07/15/clr.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2007/07/15/clr.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2007/05/12/744082.html</id><title type="text">心情（一）</title><summary type="text">什么时候开始写博客已经记不太清楚了，只记得开始写的时候，是定位在要写完全技术类的博客。要像那些大牛一样。贡献自己的点滴经验，其实刚开写的时候却写了好些烂文章。最烂的代表当属分层架构那篇。说的不明不白的。呵呵。年后工作一直很忙。偶尔偷闲那会儿都陪伴宝宝去了，或是学外语，或是学做人，或是学技术。很少上网，很少上QQ。手机也在一段时间内因为不得已原因而处于关机状态。少了跟QQ上的朋友们开策的时间，也使自...</summary><published>2007-05-12T09:06:00Z</published><updated>2007-05-12T09:06:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2007/05/12/744082.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2007/05/12/744082.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2007/04/03/698513.html</id><title type="text">打造自己的Javascript alert confirm对象（一）</title><summary type="text">编写Js代码时你是否厌烦了window.alert,window.confirm所弹出来单一的对话框？&#xD;接下来的日子里，我们一起来学习利用JS来开发属于自己的js对象。嘿嘿！&#xD;</summary><published>2007-04-03T08:13:00Z</published><updated>2007-04-03T08:13:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2007/04/03/698513.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2007/04/03/698513.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2006/11/25/572394.html</id><title type="text">2006年的第一场雪</title><summary type="text">一直就非常怕冷，以为来到北方会被冻的够戗，但北国的冬天并没我想象中的那么冷，没有在南方冰手冻脚的那种感觉，不知不觉中就开始下雪了，下的那么的无征兆，下的那么的自然，深夜里漫天飘舞的飞雪让我觉得那么的突兀，我却还没觉得冷，我变了么？变成了蛰伏耐寒的动物了。朋友闲聊中告诉我，他现在每周末都会约上同事进行户外活动，呼吸下不一样的空气，活络一下筋骨，我似乎除了程序就是吃饭睡觉了，蛰伏起来了吧。 当我发现对...</summary><published>2006-11-25T12:29:00Z</published><updated>2006-11-25T12:29:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2006/11/25/572394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2006/11/25/572394.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2006/11/22/568452.html</id><title type="text">一篇非常好的服务器控件原理讲解文章（转载）</title><summary type="text">  对服务器控件不甚了解的朋友可以通过此文学习到除了拖放之外更深层次的东西。</summary><published>2006-11-22T03:32:00Z</published><updated>2006-11-22T03:32:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2006/11/22/568452.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2006/11/22/568452.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2006/11/21/567612.html</id><title type="text">利用VS2005的FileUpload控件做一个图片上传类</title><summary type="text">该文原创，转载请注名出处。谢谢配合VS2005里的文件上传控件，做了一个图片上传的例子，并把图片另存为70*70大小，如要判断图片大小和类型可做在页面代码之中。有兴趣的朋友可以去实现一下。很容易的。/**//**类描述:该类主要作用于上传图片.**作者:刘荣华*创建日期:2006/11/21**/usingSystem;usingSystem.Collections.Generic;usingSy...</summary><published>2006-11-21T09:59:00Z</published><updated>2006-11-21T09:59:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2006/11/21/567612.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2006/11/21/567612.html"/></entry><entry><id>http://www.cnblogs.com/hunanboy/archive/2006/09/29/518217.html</id><title type="text">基础中的基础，关于网页DOCTYPE（文档类型）的定义</title><summary type="text">案例：国庆将至，公司要把系统加上一些喜庆的元素，其中要求有一对图片分布页面两边，随窗口一起滚动，美工就在网上COPY了一份JS代码放在了程序里，可运行起来就是不见效果，移交至我手里。我起先怀疑是JS代码的兼容问题，可一检查发现程序逻辑很清晰，代码应该是没错的就卡在那里，上网GOOGLE，BAIDU了一番，无果，这时我就用NOTEPAD建一个网页，运行效果完全没问题，可一在。NET里建网页就不行，我...</summary><published>2006-09-29T06:20:00Z</published><updated>2006-09-29T06:20:00Z</updated><author><name>刘荣华</name><uri>http://www.cnblogs.com/hunanboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hunanboy/archive/2006/09/29/518217.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hunanboy/archive/2006/09/29/518217.html"/></entry></feed>
