摘要: 译自Eric Lippert's Blog, 原文:http://blogs.msdn.com/ericlippert/archive/2009/08/27/what-s-the-difference-between-fixed-and-fixed.aspx 某天我收到一封这样开头的邮件: 我有一个关于C# 固定大小的缓冲区的问题: unsafe struct FixedBuffer { publ... 阅读全文
posted @ 2009-10-16 14:41 李占卫 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 译自Eric Lippert's Blog, 原文:http://blogs.msdn.com/ericlippert/archive/2009/08/03/what-s-the-difference-part-two-scope-vs-declaration-space-vs-lifetime.aspx 在编程语言设计中,作用域(scope)通常是最容易混淆的概念。 人们似乎不经意间就使用这个概... 阅读全文
posted @ 2009-10-16 14:41 李占卫 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 译自Eric Lippert's Blog, 原文:http://blogs.msdn.com/ericlippert/archive/2009/07/30/generics-are-not-templates.aspx因为我不是常人, 所以我喜欢去了解容易混淆的东西间的微妙差别: 我的脑袋里还是非常地不明白集线器,路由器和交换机之间的区别,并且也不明白他们怎么在里面联系起来的。 找到的大块的矿石... 阅读全文
posted @ 2009-10-16 14:40 李占卫 阅读(774) 评论(0) 推荐(0) 编辑