| 代码如下 | 复制代码 |
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespaceNET.MST.Sixth.Reenter { classReenter { //用来造成线程同步问题的静态成员 privatestaticintTestInt1=0; privatestaticintTestInt2 = 0; privatestaticobjectlocko =newobject(); staticvoidMain(string[] args) { Console.WriteLine("System.Timers.Timer 回调方法重入测试:"); TimersTimerReenter(); //这里确保已经开始的回调方法有机会结束 System.Threading.Thread.Sleep(2 * 1000); Console.WriteLine("System.Threading.Timer 回调方法重入测试:"); ThreadingTimerReenter(); Console.Read(); } /// /// 展示System.Timers.Timer的回调方法重入 /// staticvoidTimersTimerReenter() { System.Timers.Timer timer =newSystem.Timers.Timer(); timer.Interval = 100; //100毫秒 timer.Elapsed += TimersTimerHandler; timer.Start(); System.Threading.Thread.Sleep(2 * 1000);//运行2秒 timer.Stop(); } /// /// 展示System.Threading.Timer的回调方法重入 /// staticvoidThreadingTimerReenter() { //100毫秒 using(System.Threading.Timer timer =newSystem.Threading.Timer (newSystem.Threading.TimerCallback(ThreadingTimerHandler),null, 0, 100)) { System.Threading.Thread.Sleep(2 * 1000);//运行2秒 } } /// /// System.Timers.Timer的回调方法 /// /// /// privatestaticvoidTimersTimerHandler(objectsender,EventArgs args) { lock(locko) { Console.WriteLine("测试整数:"+ TestInt1.ToString()); //睡眠10秒,保证方法重入 System.Threading.Thread.Sleep(300); TestInt1++; Console.WriteLine("自增1后测试整数:"+ TestInt1.ToString()); } } /// /// System.Threading.Timer的回调方法 /// /// privatestaticvoidThreadingTimerHandler(objectstate) { lock(locko) { Console.WriteLine("测试整数:"+ TestInt2.ToString()); //睡眠10秒,保证方法重入 System.Threading.Thread.Sleep(300); TestInt2++; Console.WriteLine("自增1后测试整数:"+ TestInt2.ToString()); } } } } | |
uc浏览器网页版入口官网-手机/电脑uc浏览器网页版入口地址
little fox官方网站入口地址-little fox网页版中国官网入口地址
樱花动漫网官网在线观看入口-樱花动漫网最新网页版入口地址2026
剑桥少儿英语官网入口网址-剑桥少儿英语网页版入口地址
手机百度网盘登录入口地址-百度网盘手机网页版登录入口地址
192.168.1.1无线路由怎么访问?192.168.1.1无线路由器设置登录入口地址