摘要: 下来来看看Thread这个类: 属性: CurrentThread 获取当前正在运行的线程 ExecutionContext 获取一个ExecutionContext对象,该对象包含当前线程的各种上下文信息。 IsBackGround bool,指示某个线程是否为后台线程。 IsThreadPool 阅读全文
posted @ 2020-02-23 18:27 荒野绿洲 阅读(413) 评论(0) 推荐(0)
摘要: [老董聊电气自动化 WINCC高阶知识点分享专栏 ] [新手资源分享,西门子官网] 跟我做WINCC系列 网址: http://www.ad.siemens.com.cn/service/elearning/series/6.html 跟我做1200系列 网址: http://www.ad.siem 阅读全文
posted @ 2020-02-15 19:28 荒野绿洲 阅读(232) 评论(0) 推荐(0)
摘要: private void button1_Click(object sender, EventArgs e)//启动按钮 { if (thread == null) { thread = new Thread(() => { wh... 阅读全文
posted @ 2019-06-17 15:43 荒野绿洲 阅读(156) 评论(0) 推荐(0)