<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_hill</title><subtitle type="text">收集学习中的点滴</subtitle><id>http://feed.cnblogs.com/blog/u/5150/rss</id><updated>2009-09-18T05:50:41Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/5150/rss"/><entry><id>http://www.cnblogs.com/hill/archive/2009/09/18/1569419.html</id><title type="text">c/c++面试题</title><summary type="text">1.求下面函数的返回值（微软）int func(x) {  int countx = 0;  while(x)  {  countx ++;  x = x&amp;amp;(x-1);  }  return countx; } 假定x = 9999。 答案：8思路：将x转化为2进制，看含有的1的个数。2. 什么是&amp;#8220;引用&amp;#8221;？申明和使用&amp;#8220;引用&amp;#8221;要注意哪些问题？答...</summary><published>2009-09-18T05:51:00Z</published><updated>2009-09-18T05:51:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2009/09/18/1569419.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2009/09/18/1569419.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2009/04/21/1440498.html</id><title type="text">UpdateData(TRUE)和UpdateData(FALSE)的区别</title><summary type="text"/><published>2009-04-21T07:49:00Z</published><updated>2009-04-21T07:49:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2009/04/21/1440498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2009/04/21/1440498.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/25/539345.html</id><title type="text">从PSP到TSP再到CMM</title><summary type="text">管理仍然是开发软件项目成败的关键。我国的软件产业需要迅速转入以过程为中心，走工业化生产的道路。但单纯依靠能力成熟度模型CMM，永远不能真正做到过程管理的改善， 只有与PSP和TSP有机地结合起来，才能达到软件过程持续改善的效果。</summary><published>2006-10-25T04:08:00Z</published><updated>2006-10-25T04:08:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/25/539345.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/25/539345.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/25/539342.html</id><title type="text">PSP/TSP/CMMI构建高绩效团队(转载)</title><summary type="text">【导读】最近国际上，如微软和Intuit等著名跨国企业，通过将重心扩展到个人软件过程 (PSP)和团队软件过程(TSP)从而促进了过程改进所能带来的利益。</summary><published>2006-10-25T04:07:00Z</published><updated>2006-10-25T04:07:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/25/539342.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/25/539342.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/20/534867.html</id><title type="text">class和struct的区别</title><summary type="text"/><published>2006-10-20T08:02:00Z</published><updated>2006-10-20T08:02:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/20/534867.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/20/534867.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/13/528437.html</id><title type="text">C#中，string str = null 与 string str =""，</title><summary type="text"/><published>2006-10-13T09:18:00Z</published><updated>2006-10-13T09:18:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/13/528437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/13/528437.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/13/528435.html</id><title type="text">什么是面向服务的体系结构（SOA）？(转载)</title><summary type="text">面向服务的体系结构（service-oriented architecture，SOA）是一个组件模型，它将应用程序的不同功能单元（称为服务）通过这些服务之间定义良好的接口和契约联系起来。接口是采用中立的方式进行定义的，它应该独立于实现服务的硬件平台、操作系统和编程语言。这使得构建在各种这样的系统中的服务可以以一种统一和通用的方式进行交互。</summary><published>2006-10-13T09:16:00Z</published><updated>2006-10-13T09:16:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/13/528435.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/13/528435.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/13/528430.html</id><title type="text">一些C＃方面的基础知识（转载）</title><summary type="text">原文：http://hussar.cnblogs.com/archive/2006/06/04/417265.html</summary><published>2006-10-13T09:14:00Z</published><updated>2006-10-13T09:14:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/13/528430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/13/528430.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/12/527592.html</id><title type="text">智能升级也简单(用Web Services制作升级程序)（转载）</title><summary type="text">原文:http://blog.csdn.net/chendazhi/archive/2006/05/09/715542.aspx&#xD;</summary><published>2006-10-12T09:31:00Z</published><updated>2006-10-12T09:31:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/12/527592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/12/527592.html"/></entry><entry><id>http://www.cnblogs.com/hill/archive/2006/10/12/527499.html</id><title type="text">TCP与UDP的区别(转载)</title><summary type="text">目前，由于GPRS和CDMA固有的特性，在各个领域中GPRS和CDMA的应用也越来越广泛，但是关于传输中使用TCP/IP协议还是UDP协议，却争论很多。</summary><published>2006-10-12T08:14:00Z</published><updated>2006-10-12T08:14:00Z</updated><author><name>hill</name><uri>http://www.cnblogs.com/hill/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hill/archive/2006/10/12/527499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hill/archive/2006/10/12/527499.html"/></entry></feed>
