<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_guihua630</title><subtitle type="text">用心做事，用情做人。你的对手是你自己... ...</subtitle><id>http://feed.cnblogs.com/blog/u/13666/rss</id><updated>2008-05-06T03:59:40Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13666/rss"/><entry><id>http://www.cnblogs.com/guihua630/archive/2008/05/06/1184846.html</id><title type="text">数据库设计规范化(转)</title><summary type="text">规范化 数据库的逻辑设计（包括各种表和表间关系）是优化关系数据库的核心。设计好逻辑数据库，可以为优化数据库和应用程序性能打下基础。逻辑数据库设计不好，会影响整个系统的性能。规范化逻辑数据库设计包括使用正规的方法来将数据分为多个相关的表。有几个具有较少列的窄表是规范化数据库的特征。有少量具有较多列的宽表是非规范化数据库的特征。通常，合理的规范化会提高性能。如果包含有用的索引，SQL Server 查...</summary><published>2008-05-06T04:00:00Z</published><updated>2008-05-06T04:00:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2008/05/06/1184846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2008/05/06/1184846.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2008/04/11/1148695.html</id><title type="text">一个双色球程序</title><summary type="text">文件下载：DoubleColorBall.zip(4KB)控制台输出双色球号码，程序参考：http://www.cnblogs.com/zitsing/archive/2008/04/10/1138533.htmlhttp://msdn2.microsoft.com/zh-cn/library/9aackb16.aspx程序原理：随机数+排序+事件与委托其中随机数部分借鉴了zitsing's bl...</summary><published>2008-04-11T08:36:00Z</published><updated>2008-04-11T08:36:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2008/04/11/1148695.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2008/04/11/1148695.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2007/12/16/996854.html</id><title type="text">.Net Framework 基础</title><summary type="text">.NET Framework 具有两个主要组件：公共语言运行库和 .NET Framework 类库。公共语言运行库是 .NET Framework 的基础。您可以将运行库看作一个在执行时管理代码的代理，它提供内存管理、线程管理和远程处理等核心服务，并且还强制实施严格的类型安全以及可提高安全性和可靠性的其他形式的代码准确性。事实上，代码管理的概念是运行库的基本原则。以运行库为目标的代码称为托管代码...</summary><published>2007-12-16T12:07:00Z</published><updated>2007-12-16T12:07:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2007/12/16/996854.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2007/12/16/996854.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2007/12/15/996022.html</id><title type="text">抽象类与接口建议</title><summary type="text">抽象类型和接口是用于指定编程抽象的两种机制。抽象指定继承者或实施者必须遵循的一个协定。抽象类型可以选择提供实现的详细信息；而接口不能提供实现的任何详细信息。 类可能只是从一个基类继承，所以如果要使用抽象类为一组类提供多态性，这些类必须都是从那个类继承的。 抽象类还可能提供已实现的成员。因此，可以用抽象类确保特定数量的相同功能，但不能用接口这样做。 这里是一些建议，帮助您决定使用接口还是抽象类为组件...</summary><published>2007-12-15T07:34:00Z</published><updated>2007-12-15T07:34:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2007/12/15/996022.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2007/12/15/996022.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2007/12/14/995014.html</id><title type="text">NHibernate一个组件NHibernateIT</title><summary type="text">NHibernateIt is a NHibernate Session Management Helper and provides basic CRUD actions trough the Repository class.下载地址 NHibernateIt.Deployment.msi</summary><published>2007-12-14T06:57:00Z</published><updated>2007-12-14T06:57:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2007/12/14/995014.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2007/12/14/995014.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2007/10/03/913494.html</id><title type="text">C#中的一种Singleton的实现(转)</title><summary type="text">在CSDN上看到了C#中的Singleton的实现，实用性并不是太大，不过里边结合了泛型和多线程同步技术，觉得不错，记一下//C#代码//singleton.csusingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceSingleton{publicclassSingleTon&amp;lt;T&amp;gt;{privatest...</summary><published>2007-10-03T09:48:00Z</published><updated>2007-10-03T09:48:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2007/10/03/913494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2007/10/03/913494.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2007/09/30/912320.html</id><title type="text">Bind和Eval的区别详解(转)</title><summary type="text">eval()方法在运行时使用反射执行后期绑定计算，因此与标准的ASP.NET数据绑定方法bind相比，会导致性能明显下降。它一般用在绑定时需要格式化字符串的情况下。多数情况尽量少用此方法 Eval 方法是静态（只读）方法，该方法采用数据字段的值作为参数并将其作为字符串返回。Bind 方法支持读/写功能，可以检索数据绑定控件的值并将任何更改提交回数据库。 使用 Eval 方法 Eval 方法可计算数...</summary><published>2007-09-30T14:16:00Z</published><updated>2007-09-30T14:16:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2007/09/30/912320.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2007/09/30/912320.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2006/01/11/315396.html</id><title type="text">胜任素质--哈佛大学教授麦克里兰 (McClelland)有效地预测外交官实际工作业绩的人员选拔方法</title><summary type="text">前言：　　胜任素质（ Competency）又称能力素质，起源于21世纪50年代初，是哈佛大学教授麦克里兰 (McClelland) 博士应美国国务院邀请，帮助美国国务院设计一种能够有效地预测外交官实际工作业绩的人员选拔方法。在项目过程中，麦克里兰博士应用了奠定胜任素质方法基础的一些关键性的理论和技术。抛弃对人才条件的预设前提，从第一手材料出发，通过对工作表现优秀与一般的外交官的具体行为特征的比较...</summary><published>2006-01-11T09:05:00Z</published><updated>2006-01-11T09:05:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2006/01/11/315396.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2006/01/11/315396.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2006/01/03/310326.html</id><title type="text">人生必看的27个小故事</title><summary type="text">1.困境即是赐予 2.成功并不像你想像的那么难 1965年，一位韩国学生到剑桥大学主修心理学。在喝下午茶的时候，他常到学校的咖啡厅或茶座听一些成功人士聊天。这些成功人士包括诺贝尔奖获得者，某一些领域的学术权威和一些创造了经济神话的人，这些人幽默风趣，举重若轻，把自己的成功都看得非常自然和顺理成章。时间长了，他发现，在国内时，他被一些成功人士欺骗了。那些人为了让正在创业的人知难而退，普遍把自己的创业...</summary><published>2006-01-03T11:48:00Z</published><updated>2006-01-03T11:48:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2006/01/03/310326.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2006/01/03/310326.html"/></entry><entry><id>http://www.cnblogs.com/guihua630/archive/2006/01/02/309705.html</id><title type="text">打工者的三个忠告</title><summary type="text">打工者的三个忠告:善于沟通、对企业忠诚、从公司角度出发。</summary><published>2006-01-02T02:38:00Z</published><updated>2006-01-02T02:38:00Z</updated><author><name>老杨的地盘</name><uri>http://www.cnblogs.com/guihua630/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guihua630/archive/2006/01/02/309705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guihua630/archive/2006/01/02/309705.html"/></entry></feed>
