摘要: public static void Log(string category, string log) { try { if (!Directory.Exists(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Err 阅读全文
posted @ 2022-06-29 18:18 码农阿亮 阅读(52) 评论(0) 推荐(0) 编辑
摘要: ###案例学习笔记 class AutoResetEventTest { const int numIterations = 10; static AutoResetEvent myResetEvent = new AutoResetEvent(false); static AutoResetEve 阅读全文
posted @ 2022-06-29 18:17 码农阿亮 阅读(39) 评论(0) 推荐(0) 编辑