摘要: 解决思路 另外做一个服务或者程序定时监控系统进程。程序奔溃的话,都会在入口函数出现异常处理一下winform可以有两个事件来捕获主线程异常和线程异常,Application.ThreadException和Application.SetUnhandledExceptionMode你做一个保姆程序,主 阅读全文
posted @ 2017-12-22 09:48 龙骑科技 阅读(302) 评论(0) 推荐(0)
摘要: 1、程序主界面代码 using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Threading.Tasks;using System.Windows.F 阅读全文
posted @ 2017-12-22 09:41 龙骑科技 阅读(402) 评论(0) 推荐(0)