delphi 数字转换成时间
摘要:delphi 数字转换成时间 转换时间 会少于8小时,要加上8小时才会是当前的时间 ttime = 1640659267 //整数时间 tmptime := TUnixTime(ttime); //转换成TUnixTime 类型 newtime := IncHour(UnixTimeToDateTi
阅读全文
posted @
2021-12-28 10:45
生在努力
阅读(771)
推荐(0)
etcd UI 管理e3w 安装
摘要:etcd UI 管理e3w 安装 我把自己的配置发上来 docker-compose.yml version: '3'services: etcd: image: soyking/etcd-goreman:3.2.7 ports: - "2379:2379" - "2380:2380" - "223
阅读全文
posted @
2021-12-27 20:18
生在努力
阅读(681)
推荐(0)