上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 习惯于用IDE生成接口方法了,右键点击"Implement Interface",生成所有的接口方法声明,还带个Region多方便啊. 今天看时才了解到自己是知其然不知其所有然啊. 阅读全文
posted @ 2007-06-12 16:36 Anders06 阅读(678) 评论(5) 推荐(0) 编辑
摘要: .net框架那本书已读过几遍,但仍有一下地方的知识被遗漏. 重读此书,主要摘录了中有些自己不知,或容易忽略的技术要点 阅读全文
posted @ 2007-06-11 10:22 Anders06 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 1. Click on Start and Run and type in the exact string as below in one single line: reg.exe DELETE HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\Policies /va2. Hit Enter. 3. Press on "Y" to confir... 阅读全文
posted @ 2007-05-31 10:02 Anders06 阅读(11266) 评论(3) 推荐(0) 编辑
摘要: 一切皆是对象,接口也是对象吗? 如何证明接口也是对象呢. 阅读全文
posted @ 2007-05-16 15:56 Anders06 阅读(582) 评论(8) 推荐(0) 编辑
摘要: 今天无意中翻到chengbo的一篇面试随笔: 面试新蛋题目看成了:如下代码能否编译成功 public int this[int index] { get { return 1; } } public int get_Item(int index) ... 阅读全文
posted @ 2007-05-15 16:45 Anders06 阅读(747) 评论(3) 推荐(0) 编辑
摘要: 从统揽全局的角度上对两种语言及各自在对应平台上的实现进行了完整的论述文章地址:论C#与Java之异同 阅读全文
posted @ 2007-05-14 16:42 Anders06 阅读(332) 评论(0) 推荐(0) 编辑
摘要: ArrayList & List (1) 里讲到: ArrayList底层用的数据对象就是一组Object的Array,提供了一个List功能的接口. ArrayList.InsertRange(int index, ICollection c) 和 List.InsertRange(int index, IEnumerable collection) 方法参数类型的改变和实现方式. 这篇继续探讨同步的List和ArrayList搞笑的GetRange()方法 阅读全文
posted @ 2007-05-08 15:09 Anders06 阅读(3091) 评论(9) 推荐(0) 编辑
摘要: ArrayList底层用的数据对象就是一组Object的 Array,提供了一个List功能的接口. ArrayList.InsertRange(int index, ICollection c) 和 List.InsertRange(int index, IEnumerable collection) 方法参数了类型的改变和实现方式 阅读全文
posted @ 2007-05-08 14:04 Anders06 阅读(1542) 评论(2) 推荐(0) 编辑
摘要: 避免在命名基类的时候使用"Base"后缀,如果该类会用于公用ApI. 一组接口的改变 阅读全文
posted @ 2007-04-30 11:13 Anders06 阅读(682) 评论(0) 推荐(0) 编辑
摘要: “single-user client SHOULD NOT maintain more than 2 connections with any server or proxy”. 阅读全文
posted @ 2007-01-23 11:02 Anders06 阅读(1685) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页