摘要:
习惯于用IDE生成接口方法了,右键点击"Implement Interface",生成所有的接口方法声明,还带个Region多方便啊.
今天看时才了解到自己是知其然不知其所有然啊. 阅读全文
摘要:
.net框架那本书已读过几遍,但仍有一下地方的知识被遗漏.
重读此书,主要摘录了中有些自己不知,或容易忽略的技术要点 阅读全文
摘要:
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... 阅读全文
摘要:
一切皆是对象,接口也是对象吗?
如何证明接口也是对象呢. 阅读全文
摘要:
今天无意中翻到chengbo的一篇面试随笔: 面试新蛋题目看成了:如下代码能否编译成功 public int this[int index] { get { return 1; } } public int get_Item(int index) ... 阅读全文
摘要:
从统揽全局的角度上对两种语言及各自在对应平台上的实现进行了完整的论述文章地址:论C#与Java之异同 阅读全文
摘要:
ArrayList & List (1) 里讲到: ArrayList底层用的数据对象就是一组Object的Array,提供了一个List功能的接口. ArrayList.InsertRange(int index, ICollection c) 和 List.InsertRange(int index, IEnumerable collection) 方法参数类型的改变和实现方式.
这篇继续探讨同步的List和ArrayList搞笑的GetRange()方法 阅读全文
摘要:
ArrayList底层用的数据对象就是一组Object的 Array,提供了一个List功能的接口.
ArrayList.InsertRange(int index, ICollection c) 和 List.InsertRange(int index, IEnumerable collection) 方法参数了类型的改变和实现方式 阅读全文
摘要:
避免在命名基类的时候使用"Base"后缀,如果该类会用于公用ApI.
一组接口的改变 阅读全文
摘要:
“single-user client SHOULD NOT maintain more than 2 connections with any server or proxy”. 阅读全文