摘要: platformIO安装方法汇总供参考 1.PlatformIO离线安装终极方法 2.PlatformIO开发环境搭建 3.VsCode PlatformIo 插件新建项目下载慢的解决办法 参考 Well let’s see if you can get to see progress first. 阅读全文
posted @ 2023-08-22 08:43 txwtech 阅读(1459) 评论(2) 推荐(0) 编辑
摘要: #region 将时间戳转化为时间 public string ConvertTampToDateTime(double timeStamp) { DateTime dateTime = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddS 阅读全文
posted @ 2023-08-22 08:10 txwtech 阅读(378) 评论(0) 推荐(0) 编辑