上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: curl -H "Content-Type: application/json" -H "Authorization: Bearer token" url 例: curl -H "Content-Type: application/json" -H "Authorization: Bearer 66 阅读全文
posted @ 2023-12-19 14:32 东峰叵,com 阅读(193) 评论(0) 推荐(0)
摘要: 报 504 错误,我们可以从 ngxin 上找找看是否是 nginx 访问超时导致的错误。 proxy_connect_timeout 1000; proxy_send_timeout 1000; proxy_read_timeout 1000; send_timeout 1000; 如果还是不行, 阅读全文
posted @ 2023-11-16 18:18 东峰叵,com 阅读(67) 评论(0) 推荐(0)
摘要: 这样的错误是因为在下载镜像时没有指定平台 docker pull <镜像名称> --platform linux/arm64 阅读全文
posted @ 2023-11-15 20:05 东峰叵,com 阅读(363) 评论(0) 推荐(0)
摘要: 方案一:docker ps -a --no-trunc 方案二:docker inspect 方案三:get_command_4_run_container(推荐) 1.安装下载镜像 docker pull cucker/get_command_4_run_container 2.使用命令查看启动命 阅读全文
posted @ 2023-11-15 19:58 东峰叵,com 阅读(361) 评论(0) 推荐(0)
摘要: 1.引入pom <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.3</version> </depend 阅读全文
posted @ 2023-11-15 14:12 东峰叵,com 阅读(89) 评论(0) 推荐(0)
摘要: # 查询数据库中每个库的数据量 SELECT table_schema AS "Database", SUM(data_length + index_length) / 1024 / 1024 AS "Size (MB)" FROM information_schema.TABLES GROUP B 阅读全文
posted @ 2023-11-14 11:25 东峰叵,com 阅读(64) 评论(0) 推荐(0)
摘要: WorderhandleVo routerItem = new WorderhandleVo();routerItem.setWorderhandleUserid("1");routerItem.setWorderHandlernextid("2"); WorderhandleVo routerIt 阅读全文
posted @ 2023-10-24 09:25 东峰叵,com 阅读(5) 评论(0) 推荐(0)
摘要: # 创建相关配置目录mkdir -p /data/clickhouse/datamkdir -p /data/clickhouse/confmkdir -p /data/clickhouse/log # 拉取镜像# 下载最新版本clickhousedocker pull clickhouse/cli 阅读全文
posted @ 2023-10-09 15:16 东峰叵,com 阅读(126) 评论(0) 推荐(0)
摘要: # 获取sealos命令行工具wget https://github.com/labring/sealos/releases/download/v4.3.3/sealos_4.3.3_linux_amd64.tar.gz \ && tar zxvf sealos_4.3.3_linux_amd64. 阅读全文
posted @ 2023-09-27 09:18 东峰叵,com 阅读(333) 评论(0) 推荐(0)
摘要: #只需要下面一条命令sudo docker run -d --restart=unless-stopped --privileged --name rancher -p 20080:80 -p 443:443 rancher/rancher 阅读全文
posted @ 2023-08-28 17:00 东峰叵,com 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页