sailing

Everything...

2007年3月20日

用WMI来配置iis

摘要: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/8b7799c1-cebc-4b11-b3d5-34ab7b728077.asp 阅读全文

posted @ 2007-03-20 20:09 乌生鱼汤 阅读(377) 评论(0) 推荐(0)

all about c++ is efficiency

摘要: At the age of .net, all the benefits c++ could have is deduced to the efficiency. It gives you way too much control over the working of the native layer infrastructure. While the cpu is growing faster... 阅读全文

posted @ 2007-03-20 00:52 乌生鱼汤 阅读(212) 评论(0) 推荐(0)

Enter C++让类成员字段在初始化列表中出现的顺序和他们被申明的顺序保持一致

摘要: 让类成员字段在初始化列表中出现的顺序和他们被申明的顺序保持一致,因为程序执行的时候是按照成员字段被定义的顺序来通过初始化列表进行初始化的。考虑到析构函数通常要以初始化相反的顺序对乘员字段进行销毁,所以严格按照定义的顺序进行初始化可以保证析构的时候只要按照定义相反的顺序进行析构成员字段,否则你的析构函数需要知道具体的成员是按照什么顺序进行初始化的。所以保持初始化列表的顺序可以使得程序更容易理解。另外... 阅读全文

posted @ 2007-03-20 00:40 乌生鱼汤 阅读(389) 评论(0) 推荐(0)

field interest

摘要: x/o mappingxml data binding linqhttp://blogs.msdn.com/xmlteam/archive/2006/11/27/typed-xml-programmer-welcome-to-linq.aspx 阅读全文

posted @ 2007-03-20 00:05 乌生鱼汤 阅读(376) 评论(0) 推荐(0)

导航