Let's go
上一页 1 2 3 4 5 6 ··· 58 下一页
摘要: 报错 root@ubuntu-database:/opt/dify/docker# docker compose up -d [+] Running 9/9 ✘ api Error context canceled 15.1s ✘ db Error context canceled 15.1s ✘ 阅读全文
posted @ 2025-07-31 14:17 chenze 阅读(1135) 评论(0) 推荐(0)
摘要: 使用的两台服务器进行集群配置 配置h1节点 cat /etc/hostname cat /etc/hosts taos配置 vim /etc/taos/taos.cfg 配置节点2 cat /etc/hostname cat /etc/hosts taos配置 vim /etc/taos/taos. 阅读全文
posted @ 2025-07-17 16:29 chenze 阅读(76) 评论(0) 推荐(0)
摘要: 常用SQL 创建表结构 CREATE TABLE mydb.sf6data_test ( `createtime` TIMESTAMP, `deviceno` NCHAR(100), `pressure` NCHAR(100), `temperature` NCHAR(100), `density` 阅读全文
posted @ 2025-06-17 14:44 chenze 阅读(59) 评论(0) 推荐(0)
摘要: 案例:借鉴https://www.cnblogs.com/yaopengfei/p/8322016.html 单例模式 /// <summary> /// 单例类 /// </summary> public class QueueUtils { /// <summary> /// 静态变量:由CLR 阅读全文
posted @ 2025-05-19 11:35 chenze 阅读(4) 评论(0) 推荐(0)
摘要: 反向代理使用 同一个服务器,通过域名不一样 可部署多个 80 端口程序;域名解析 只需要 www、@主机记录 指向服务器的IP地址 Nginx配置(服务器也只需要开启80端口即可) server { listen 80; server_name xx.com www.xx.com; location 阅读全文
posted @ 2025-04-18 10:05 chenze 阅读(13) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 58 下一页
有事您Q我