上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页
摘要: 使用jenkins构建报错:ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. 是jenkins找不到分支来拉指定的git代码,是因为gith 阅读全文
posted @ 2022-08-29 13:24 喜爱糖葫芦 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 被OAS定义的格式 参考 规范 阅读全文
posted @ 2022-08-29 09:46 喜爱糖葫芦 阅读(63) 评论(0) 推荐(0) 编辑
摘要: InfluxDB查询超时 using var client = InfluxDBClientFactory.Create(InfluxDBClientOptions.Builder.CreateNew() .TimeOut(new TimeSpan(1,1,1,1)).Url("http://172 阅读全文
posted @ 2022-08-26 17:01 喜爱糖葫芦 阅读(937) 评论(0) 推荐(0) 编辑
摘要: drop 、set、rename应该放最语句后端 join 只能连接两个表 union 可以并多个表 pivot 可以做行专列 filter用or比contains 快N倍 range显示起止时间可以加快查询速度 t_max = from(bucket: "po") |> range(start: 阅读全文
posted @ 2022-08-25 14:49 喜爱糖葫芦 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Samples for (int j = 0; j < 96; j++)//24*60/15 { var dt = _endDateTime.AddMinutes(-j * 15).AddMilliseconds(ran.Next(1000)); var ts = (dt.Ticks - _star 阅读全文
posted @ 2022-08-24 17:46 喜爱糖葫芦 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 主要原因是因为继承, 其次因为简单, 阅读全文
posted @ 2022-08-22 10:15 喜爱糖葫芦 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.打开Windows安全中心 2.选择病毒和威胁防护 3.点击管理设置,关闭实时保护 4.可以看到Antimalware不再占用大量系统资源 阅读全文
posted @ 2022-08-19 16:29 喜爱糖葫芦 阅读(663) 评论(0) 推荐(0) 编辑
摘要: 字段私有 属性公有 自动属性封装了字段 属性的唯一好处就是简化了代码,但是这破坏了的封装 体现程序封装的最好办法就是只定义字段,然后手写get,set方法; 自我思考:但是对于Model的属性还是有很大好处的 p207 阅读全文
posted @ 2022-08-19 10:41 喜爱糖葫芦 阅读(12) 评论(0) 推荐(0) 编辑
摘要: .csproj目录运行 dotnet publish -r win10-x64 /p:PublishSingleFile=true /p:PublishTrimmed=true 阅读全文
posted @ 2022-08-19 10:26 喜爱糖葫芦 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 软件:postgresql-14.5-1-windows-x64、vc_redist.x64、timescaledb-postgresql-14_latest-windows-amd64 环境变量:C:\Program Files\PostgreSQL\14\bin 安装timescaledb时配置 阅读全文
posted @ 2022-08-18 14:55 喜爱糖葫芦 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页