bartholomew

如此星辰非昨夜,为谁风露立中宵~

Dotnet

new作为修饰符时的使用,以及接口的显式实现
摘要: 先上代码:[代码]输出为:AClass...BClass...AClass Output...BClass Output...AClass Output Exlicitly...将代码中的new 替换为override,则输出变为:AClass...BClass...BClass Output...BClass Output...AClass Output Exlicitly...从以上代码我们可...阅读全文

posted @ 2008-06-26 18:28 bartholomew 阅读(60) | 评论 (0) 编辑

Visual Studio也有调试禁区?!
摘要: 今天在调试同事的一段代码时,发现有一段代码调试时怎么也进不去,难道遇到了Visual Studio的调试禁区?阅读全文

posted @ 2008-05-15 22:31 bartholomew 阅读(2680) | 评论 (46) 编辑

在XP上安装SQL Server 2000、Visual studio .net 2003、Visual studio 2005、SQL Server 2005……
摘要: 刚买的本本,由于驱动的兼容性问题,无法安装Windows server 2003,只好安装Windows XP pro。由于目前主要做.net开发,便开始搭建.net的开发环境。因为工作中SQL Server 2000、Visual studio .net 2003、Visual studio 2005、SQL Server 2005都会用到,只好都安装了,但安装之前很有点犯嘀咕,这几个安装在一起...阅读全文

posted @ 2006-11-21 09:00 bartholomew 阅读(1897) | 评论 (1) 编辑

对PropertyGrid控件中PropertyValueChanged事件的探讨
摘要: 为什么我的属性项的值变了,却没有触发PropertyValueChanged事件,这里面有什么玄机?阅读全文

posted @ 2006-11-03 15:39 bartholomew 阅读(1519) | 评论 (2) 编辑

关于Dotnet中的线程池

posted @ 2006-10-28 11:00 bartholomew 阅读(174) | 评论 (2) 编辑

Dotnet中强行关闭多线程应用程序的所有线程

posted @ 2006-10-28 10:59 bartholomew 阅读(254) | 评论 (1) 编辑

导航

News