快乐的生活……

导航

12 2005 档案

DataTable.Select方法的性能问题
摘要:我们首先看一个例子: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... 阅读全文

posted @ 2005-12-27 13:07 小诈 阅读(11155) 评论(18) 推荐(0)

[转贴]Visual Studio 2005常用插件搜罗
摘要:转自:http://dotnet.csdn.net/Special/VS2005Plus/index.htm[本期看点:从Visual Studio2003升级到Visual Studio 2005]Visual Studio 2005 为我们带来了新的编程体验,提供了从需求分析到最终测试整个软件生命开发周期的解决方案。 但是,我们也可以看到一直以来围绕着Visual Studio有许多各种功能的... 阅读全文

posted @ 2005-12-07 09:03 小诈 阅读(2277) 评论(3) 推荐(0)

How to sovle the VSS error -- Error reading from file
摘要: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... 阅读全文

posted @ 2005-12-02 12:10 小诈 阅读(2378) 评论(4) 推荐(0)