*(00)*

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2018年12月2日

摘要: 原文:https://blog.csdn.net/Vblegend_2013/article/details/80904275 最近项目中使用了时序数据库InfluxDB 各方性能也是蛮强大的。但是唯一不足的地方时间格式,默认是使用的UTC时间也是固定的不能修改的,研究了下找到解决方案。 很简单 写 阅读全文
posted @ 2018-12-02 22:01 *(00)* 阅读(3043) 评论(0) 推荐(0)

摘要: 项目中遇到了这样的问题: 第一次 :HttpResponseMessage response = await httpClient.PostAsync(url, null);发送了一个post异步请求 ,操作了一个datatable的数据 第二次:又发了一个post异步请求,用到了第一步中的data 阅读全文
posted @ 2018-12-02 21:04 *(00)* 阅读(2782) 评论(0) 推荐(0)

摘要: 来源:https://docs.microsoft.com/zh-cn/dotnet/api/system.action-1?view=netframework-4.7.2 Action<T> Delegate 定义 命名空间:SystemAssemblies:System.Runtime.dll, 阅读全文
posted @ 2018-12-02 19:53 *(00)* 阅读(455) 评论(0) 推荐(0)

摘要: https://docs.microsoft.com/zh-cn/dotnet/api/system.threading.tasks.task?redirectedfrom=MSDN&view=netframework-4.7.2 Task Class 定义 命名空间:System.Threadin 阅读全文
posted @ 2018-12-02 19:52 *(00)* 阅读(520) 评论(0) 推荐(0)

摘要: net4.0 支持的操作系统 Windows 7, Windows 7 Service Pack 1, Windows Server 2003 Service Pack 2, Windows Server 2008, Windows Server 2008 R2, Windows Server 20 阅读全文
posted @ 2018-12-02 18:28 *(00)* 阅读(6477) 评论(0) 推荐(0)

摘要: Interop type 'PISDKClass' cannot be embedded. Use the applicable interface instead. .net开发中,有时候在引用某些类时,会提示无法嵌入互操作类型“*****.Class”。请改用适用的接口。找到应用的类,点 视图- 阅读全文
posted @ 2018-12-02 14:33 *(00)* 阅读(702) 评论(0) 推荐(0)