活到老学到老

现学现卖

博客园 首页 新随笔 联系 订阅 管理

2008年11月18日 #

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem; usingSystem.Collections.Generic; u... 阅读全文
posted @ 2008-11-18 18:21 John Rambo 阅读(233) 评论(0) 推荐(0) 编辑

摘要: 兼容模式 read upgradable write read true true false upgradable truefalse false write false falsefalse 这个矩阵是对称的。read-> upgradable-> write 锁定级别依次提高。 所谓的锁定... 阅读全文
posted @ 2008-11-18 14:24 John Rambo 阅读(515) 评论(0) 推荐(0) 编辑

摘要: System.Runtime.Remoting.Messaging.CallContext类 MSDN: CallContext is a specialized collection object similar to a Thread Local Storage for method call... 阅读全文
posted @ 2008-11-18 13:16 John Rambo 阅读(3146) 评论(1) 推荐(3) 编辑