02 2022 档案
摘要:CookieContainer cookies; string strCookie = cookies?.GetCookieHeader(uri).Replace("%2C", ",");
阅读全文
摘要:Task[] tasks = new Task[3]; tasks[0] = new Task(() => { SocketPackage socketPackage = ClassWeb.HttpRequest(UpdateFile.updateUrl + UpdateFile.exeFile +
阅读全文
摘要:Thread thread = new Thread(new ThreadStart(() => UpdateFile.Start(false, this))) { IsBackground = true }; thread.Start();
阅读全文
摘要:ThreadPool.QueueUserWorkItem(delegate { RestartService("EABackgroundService"); })
阅读全文
摘要:Process instance = RunningInstance(); if (instance == null) { if (args != null && args.Length >= 1 && args[0] == "Startup") { Form1.bStartup = true; u
阅读全文
摘要:public void GlobaltoShow() { label9.BeginInvoke(new System.EventHandler(setTotalLabel), Convert.ToString(Global.ChuCurrMax)); label10.BeginInvoke(new
阅读全文