摘要:我们首先看一个例子:bool a,b,c,d; a=true;b=false;c=false;d=false;如果我们执行if(a or b or c or d){},我们发现当程序执行到a,发现为true就执行下面的语句了,就没必要去判断b,c,d的值了。最近在做一些大数据量的多次比较问题,由于多次比较一些记录块,所以将这些记录放到了DataTable中提高查找的性能,使用DataTable.S...
阅读全文
摘要:转自:http://dotnet.csdn.net/Special/VS2005Plus/index.htm[本期看点:从Visual Studio2003升级到Visual Studio 2005]Visual Studio 2005 为我们带来了新的编程体验,提供了从需求分析到最终测试整个软件生命开发周期的解决方案。 但是,我们也可以看到一直以来围绕着Visual Studio有许多各种功能的...
阅读全文
摘要:After I added some files to VSS yestoday, all the VSS users who got the lastest version got trouble: Error reading from file.And then I tried to delete the files which I added last time.I fount it was...
阅读全文