<?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/11103/rss</id><updated>2008-10-06T23:04:54Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11103/rss"/><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/11/21/966844.html</id><title type="text">由少林寺比武想到软件行业分工 </title><summary type="text">由少林寺比武想到软件行业分工  大家都知道，少林寺有七十二项绝技，每个绝技都很厉害。 可以设想某通天彻地的武林盟主克隆了一个少林寺出来，要原始少林寺和克隆少林寺之间来比这七十二项绝技，两家都好不容易网罗了72个练武奇才，同时开始连这七十二项绝技。 原始少林寺的原始方丈对原始的72个练武奇才说：大家要认真刻苦的练习72年，张三你一辈子不干其他的，就练百发百中穿心龙爪手，李四你练大力金刚指，王五练XX...</summary><published>2007-11-21T03:14:00Z</published><updated>2007-11-21T03:14:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/11/21/966844.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/11/21/966844.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/11/15/959871.html</id><title type="text">觀察者模式</title><summary type="text">觀察者模式實際上就是發布訂閱模式.即可以進行推操作與拉操作.比如SQL Server或IBM MQ Sphere的發布訂閱方式.對於推操作,就是對於訂閱者,由系統一些性推給訂閱者.一般是不分好壞,全都發. 對於基礎數據的發布操作使用這個操作是相當好的.對於拉操作,就是被訂閱者通過一個接口,把訂閱的資料上在上面,而由訂閱者自行拉到.例子1:下面事例使用推操作方式操作得到.//&amp;#8220;观察者&amp;#...</summary><published>2007-11-15T01:14:00Z</published><updated>2007-11-15T01:14:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/11/15/959871.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/11/15/959871.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/04/20/720566.html</id><title type="text">SQLServer硬件性能监控列表</title><summary type="text">SQLServer硬件性能监控列表--王成辉翻译整理，转贴请注明出处--原帖地址性能监控列表 SQLServer硬件特征 相应的描述 Number of CPUs CPU MHz CPU L2 Cache Size Physical RAM Amount Total Amount of Available Drive Space on Server Total Number of Physical...</summary><published>2007-04-20T01:38:00Z</published><updated>2007-04-20T01:38:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/04/20/720566.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/04/20/720566.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/04/11/709520.html</id><title type="text">数据库方面面试问题</title><summary type="text">1.存储过程和函数的区别 --&amp;gt;1.对于存储过程来说可以返回参数，而函数只能返回值或者表对象 --&amp;gt;2.存储过程可以单独执行。而函数必须由其它来引用。 --&amp;gt;3.存储过程相对比较复杂一点，而函数主要针对单一的功能开发进行的。2.事务是什么？ --&amp;gt;事务是由单一逻辑单元组成的一系列操作组成，可以由Select ,Update,Delete 等操作。如果没有任何错误，对数据库的...</summary><published>2007-04-11T12:44:00Z</published><updated>2007-04-11T12:44:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/04/11/709520.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/04/11/709520.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/04/11/709306.html</id><title type="text">JAVA程序员面试32问</title><summary type="text">第一，谈谈final, finally, finalize的区别。 final?修饰符（关键字）如果一个类被声明为final，意味着它不能再派生出新的子类，不能作为父类被继承。因此一个类不能既被声明为 abstract的，又被声明为final的。将变量或方法声明为final，可以保证它们在使用中不被改变。被声明为final的变量必须在声明时给定初值，而在以后的引用中只能读取，不可修改。被声明为fi...</summary><published>2007-04-11T09:50:00Z</published><updated>2007-04-11T09:50:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/04/11/709306.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/04/11/709306.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2007/04/10/707107.html</id><title type="text">C#常看面试问题以及解答</title><summary type="text">面试问题大全1. C#中 property 与 attribute的区别，他们各有什么用处，这种机制的好处在哪里？  2. 讲一讲你理解的web service,在dot net framework中，怎么很好的结合xml?（讲概念就行了）3. C#, Java 和 c++的特点，有什么相同的地方，不同的地方，C#分别从c++和java中吸取了他们那些优点？4. C#可否对内存进行直接的操作？(这...</summary><published>2007-04-10T06:36:00Z</published><updated>2007-04-10T06:36:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2007/04/10/707107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2007/04/10/707107.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2005/05/24/161612.html</id><title type="text">在做物流的库存管理系统里，需要注意。。。。。</title><summary type="text">在做库存管理系统时，程序上，虽然在流程上只有入、出、退等，但是有一些细节还是需要注意的，请看下面：1、在入库时，一般要把产品按重要性分类。比如国外采购的与贵重产品等，就需要发货单（以文件的形式）。而对于一般的产品，就不需要这些东西。2、在入库时，需要对进货材料进行预判，主要是根据材料的属性，比如是否需要冷藏、长宽高等。这样，入库时就可以直接计算出到底入在哪里，即库位。计算方法有很多，比如先进先出等...</summary><published>2005-05-24T09:46:00Z</published><updated>2005-05-24T09:46:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2005/05/24/161612.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2005/05/24/161612.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2005/05/18/158296.html</id><title type="text">在写自动更新程序中出现的问题</title><summary type="text">在设计本程序时，出现了两个问题： 第一：下载时，在本机可以实现，但是下载别的FTP时，就会出现产生不了文件的问题。解决方法： 原先使用的方法是：先打开一个文件，当接到数据后，把数据写到这个文件里，再接到再写的过程。等数据完成后，再把文件关闭，这时才产生文件。 现在的方法更改为：先打开一个文件，当接到数据后，把数据写到文件里，并且关闭文件，这时就会产生文件。而等到再接到数据时，再打开这个文件，再写入...</summary><published>2005-05-18T09:07:00Z</published><updated>2005-05-18T09:07:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2005/05/18/158296.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2005/05/18/158296.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2005/05/04/149461.html</id><title type="text">项目管理中可能有的问题,以及如何去面对!</title><summary type="text">项目管理中,一些问题如何去解决?问题有如下1。如何真正的理解客户的需求2。需求总是在变化，用户今天看到你的需求说明书及演示界面认为不错，过了几天却提出要加入新需求，再过几天又加点东西，到最后这个软件与开始的那个版本相差很大，成了垃圾系统？？3。每次的需求变更都是口头描述，没有形成文档，即使形成文档客户也不愿意在文档上签字？4。由于甲方对软件不熟悉，所以某些需求并不是他们真正想要的，而公司由于不熟悉...</summary><published>2005-05-04T15:09:00Z</published><updated>2005-05-04T15:09:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2005/05/04/149461.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2005/05/04/149461.html"/></entry><entry><id>http://www.cnblogs.com/tongtkk/archive/2005/04/30/148187.html</id><title type="text">数据库设计中的五个范式</title><summary type="text">第一范式： 对于表中的每一行，必须且仅仅有唯一的行值.在一行中的每一列仅有唯一的值并且具有原子性. （第一范式是通过把重复的组放到每个独立的表中，把这些表通过一对多关联联系起来这种方式来消除重复组的。）第二范式： 第二范式要求非主键列是主键的子集，非主键列活动必须完全依赖整个主键。主键必须有唯一性的元素,一个主键可以由一个或更多的组成唯一值的列组成。一旦创建，主键无法改变，外键关联一个表的主键。主...</summary><published>2005-04-30T06:07:00Z</published><updated>2005-04-30T06:07:00Z</updated><author><name>空中的风月</name><uri>http://www.cnblogs.com/tongtkk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tongtkk/archive/2005/04/30/148187.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tongtkk/archive/2005/04/30/148187.html"/></entry></feed>
