00Z
  • 2024-03-21Newtonsoft.Json/Json.NET忽略序列化时的意外错误
    在.NET中Newtonsoft.Json(Json.NET)是我们常用来进行Json序列化与反序列化的库。而在使用中常会遇到反序列化Json时,遇到不规则的Json数据解构而抛出异常。Newtonsoft.Json 支持序列化和反序列化过程中的错误处理。允许您捕获错误并选择是处理它并继续序列化,还是让错误冒泡并抛
  • 2023-12-15influx 导入备份
    一、背景二、实现模版influx_inspectexport-datadir"D:/WindowsService/Influxdb/data"-waldir"D:/WindowsService/Influxdb/wal"-out"D:/202311_lcq"-database要导出的库-start2023-11-01T08:00:00Z-end2023-11-02T08:00:00Z-compress注意这
  • 2023-11-25QueryBuilder写influxdb查询语句
    1.demo//按小时和指定字段获取每小时中的最大值SelectQueryImplselectQuery=select().max("horiValue").as("horiValue").max("vertValue").as("vertValue").from("jsnl","sta