摘要:今天在这里看到一篇关于Thread.SetData的文章,忽然想起了ThreadStatic特性一样可使变量线程唯一,于是修改了一下代码测试下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4...
阅读全文
随笔分类 - .NET
摘要:今天在这里看到一篇关于Thread.SetData的文章,忽然想起了ThreadStatic特性一样可使变量线程唯一,于是修改了一下代码测试下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4...
阅读全文
|