9月25日,中国信通院举办的“2023大模型工程化论坛”在北京召开,来自研究院云计算与大数据研究所人工智能部的曹峰主任在论坛上宣布了AI4SE(AI for Software Engineering)工作组首批成员,此次名单包括了高校、研究机构、…
1. 编写InfluxDB数据查询语句
select time as ts,device as tbname, ip,device as district_code from "L2_CS" limit 1000
2. 创建TDengine表
create database if not exists sensor;
create stable if not exists sensor.water(ts timestamp, ip varchar(50), …