摘要: 使用Nuget包管理器安装ClosedXml包,VS没网在https://www.nuget.org/ 下载后,包源本地安装至项目 函数: private void SelectGrab(CancellationToken token, object state) { Data someItem; 阅读全文
posted @ 2021-09-18 14:31 迷海 阅读(256) 评论(0) 推荐(0)
摘要: string target_p ="2021/09/18"; string target_q ="2021-09-18"; 格式yyyy/MM/dd: MatchCollection mt = Regex.Matches(target_p , "([0-9]{4}/[0-9]{2}/[0-9]{2} 阅读全文
posted @ 2021-09-18 14:17 迷海 阅读(1882) 评论(0) 推荐(0)