会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Let's go
橘子皮很陈
----------青春看似荒唐,没人会选择投降(今日事,今日毕)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
58
下一页
2025年7月31日
完美解决Docker pull时报错:https://registry-1.docker.io/v2/
摘要: 报错 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)
2025年7月17日
TDengine涛思数据库-集群操作
摘要: 使用的两台服务器进行集群配置 配置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)
2025年6月17日
TDengine涛思数据库使用
摘要: 常用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)
2025年5月19日
C#下队列的使用
摘要: 案例:借鉴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)
2025年4月18日
Nginx配置
摘要: 反向代理使用 同一个服务器,通过域名不一样 可部署多个 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
下一页
公告