摘要: 1、用文件流判断 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; 阅读全文
posted @ 2022-02-28 15:03 Trinamic-一蓑烟雨 阅读(2736) 评论(0) 推荐(0) 编辑
摘要: 最近程序上用到了计时功能,对某个模块进行计时,暂停的时候模块也需要暂停,启动的时候计时继续 用到了Stopwatch Stopwatch的命名空间是using System.Diagnostics; using System; using System.Collections.Generic; us 阅读全文
posted @ 2022-02-28 13:47 Trinamic-一蓑烟雨 阅读(662) 评论(0) 推荐(0) 编辑