代码改变世界

阅读排行榜

[导入]警告:不能将项目“project”中的依赖项“file”复制到运行目录,因为它将改写引用“file”。

2006-03-15 10:08 by BAsil, 221 阅读, 收藏,
摘要: 应该将项目直接引用http://msdn2.microsoft.com/zh-cn/library/0z1t9z56(VS.80).aspx文章来源:http://blog.donews.com/basilwang/archive/2006/03/15/768582.aspx 阅读全文

[导入]关于petshop中simplepager(继承自Repeater)覆写DataSource的问题

2006-05-25 23:23 by BAsil, 217 阅读, 收藏,
摘要: public class SimplePager : Repeater {private IList dataSource; override public object DataSource { 覆写DataSource set { //This try catch block is to avoid issues with the VS.NET designer /... 阅读全文

[导入]NUnit 源代码探悉(原创)

2005-12-13 00:09 by BAsil, 197 阅读, 收藏,
摘要: 生成一个test类,此类包含包含attribute的一个tree node, 通过parent连接。 /// Private method to run a set of tests. This routine is the workhorse /// that is called anytime tests are run.通过RemoteTestRunner中的private TestRe... 阅读全文

posted from ubuntu 7.04

2007-09-10 22:58 by BAsil, 193 阅读, 收藏,
摘要: Still need to config more utility to use it. I am on the way :-) 阅读全文

[导入]c#中的反射(转)

2005-12-14 23:35 by BAsil, 191 阅读, 收藏,
摘要: 目录 反射的概述 反射appDomain 的程序集 反射单个程序集 利用反射获取类型信息 设置反射类型的成员 通过反射创建类型的实例 反射类型的接口 反射的性能 反射的概述 反射的定义:审查元数据并收集关于它的类型信息的能力。元数据(编译以后的最基本数据单元)就是一大堆的表,当编译程序集或者模块时,... 阅读全文
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页