摘要: using System;using System.Collections.Generic;using System.Text;namespace NET.MST.Sixth.Reenter{ class Reenter { //用来造成线程同步问题的静态成员 private static int TestInt1=0; private static int TestInt2 = 0; private static object locko = new object(); static void Main(string[] args) { Console.WriteLine("Sys 阅读全文
posted @ 2011-06-02 21:35 brainmao 阅读(1803) 评论(0) 推荐(0) 编辑