摘要: [root@danny docker]# docker search nacos NAME DESCRIPTION STARS OFFICIAL AUTOMATED nacos/nacos-server This project contains a Docker image meant t… 46 阅读全文
posted @ 2024-05-10 10:08 叮伱格斐呃 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.登录nexus网页管理平台:http://192.168.3.100:8081/ 2.下载要上传的jar包 https://releases.aspose.com/zh/diagram/java/22-12/ 3.选择要上传的库 4.上传 5.找到验证对应包,并使用 注:登录管理后台用户需和ma 阅读全文
posted @ 2024-04-12 11:10 叮伱格斐呃 阅读(3) 评论(0) 推荐(0) 编辑
摘要: mkdir /home/mysql8 vim /home/my.cnf [mysql] #设置mysql客户端默认字符集 default-character-set=UTF8MB4 [mysqld] port=3307 max_connections=200 max_connect_errors=1 阅读全文
posted @ 2024-03-26 14:44 叮伱格斐呃 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs最新版步骤记录 gcc升级最新版 wget http://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.gz tar -xf gcc-13.2.0.tar.gz cd gcc-13.2.0 ./contrib/download_prere 阅读全文
posted @ 2023-11-29 11:21 叮伱格斐呃 阅读(279) 评论(0) 推荐(0) 编辑
摘要: docker版本: [root@k8s-node1 config]# docker --version Docker version 24.0.2, build cb74dfc [root@k8s-node1 config]# docker-compose --version Docker Comp 阅读全文
posted @ 2023-11-15 17:31 叮伱格斐呃 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 以nginx-1.23.2测试 (80被占用了,测试换成81端口) 要求一:nginx端口有443,81,即能访问http访问81,也能https访问。 nginx配置如下: server { listen 81 ; listen 443 ssl; server_name xx.com.cn 192 阅读全文
posted @ 2023-11-07 14:17 叮伱格斐呃 阅读(951) 评论(1) 推荐(1) 编辑
摘要: 过程:开发加了个新模块使用jenkins打包,报错如下: 总结就是maven-assembly-plugin模块的jar包没拉下来。去maven服务器查看了repo包情况,/data/maven/repo/org/apache/maven/plugins/maven-assembly-plugin/ 阅读全文
posted @ 2023-08-04 17:39 叮伱格斐呃 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1. docker安装略 2.查看docker中关于oracle 11g的镜像,并拉下来 docker search oracle_11g docker pull docker.io/akaiot/oracle_11g 此处选择第二个 3.启动临时容器获取初始化数据 docker run -d -- 阅读全文
posted @ 2023-05-25 15:16 叮伱格斐呃 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 起因:客户的某管理员误删了整个DNS解析表,虽然后面恢复了,但是我们云端服务器还是无法访问客户的接口地址https://www.dannytest.com:91/xxx/... 分析: 1.本地个人PC能通过浏览器调用该接口,能正常拿到返回值。 2.其他云端服务器也能正常调用该接口拿到正常返回值。 阅读全文
posted @ 2023-04-19 10:53 叮伱格斐呃 阅读(125) 评论(0) 推荐(0) 编辑
摘要: nexus-2.11.1升级nexus-3.49.0过程略,只记录升级后jenkins打包遇到的问题 提示:nexus-2.11.1需升级到nexus2.x最新版,比如(nexus-2.15.1),然后通过nexus-2.15.1再升级到nexus-3.49.0。 升级过程及数据迁移可参考:http 阅读全文
posted @ 2023-03-22 17:52 叮伱格斐呃 阅读(192) 评论(0) 推荐(0) 编辑
Live2D