上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 代码地址: i-batis: 简易mybatis (gitee.com) 阅读全文
posted @ 2023-12-27 15:16 KeepSmiling_me 阅读(14) 评论(0) 推荐(0)
摘要: mv target/*.jar docker/ docker build -t mytest:$tag docker/ docker login -u admin -p Harbor12345 192.168.11.102:80 docker tag mytest:$tag 192.168.11.1 阅读全文
posted @ 2023-11-24 16:18 KeepSmiling_me 阅读(63) 评论(0) 推荐(0)
摘要: docker image prune -f 阅读全文
posted @ 2023-11-24 14:38 KeepSmiling_me 阅读(25) 评论(0) 推荐(0)
摘要: docker exec -it gitlab bash cat /etc/gitlab/initial_root_passport 阅读全文
posted @ 2023-11-24 13:27 KeepSmiling_me 阅读(88) 评论(0) 推荐(0)
摘要: #下载docker依赖组件 yum -y install yum-utils device-mapper-persistent-data lvm2 #设置下载的docker 的进项源为阿里云 yum-config-manager -add-repo http://mirrors.aliyun.com 阅读全文
posted @ 2023-11-24 11:22 KeepSmiling_me 阅读(52) 评论(0) 推荐(0)
摘要: Start-Process powershell.exe -Verb runAs 阅读全文
posted @ 2023-11-20 15:11 KeepSmiling_me 阅读(60) 评论(0) 推荐(0)
摘要: 安装 https://aka.ms/vs/17/release/vc_redist.x64.exe原文章地址 :ImportError: DLL load failed while importing numpy_ops: The specified module could not be foun 阅读全文
posted @ 2023-08-19 12:14 KeepSmiling_me 阅读(115) 评论(0) 推荐(0)
摘要: 引入依赖: <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.4</version> </dependen 阅读全文
posted @ 2023-08-18 11:03 KeepSmiling_me 阅读(303) 评论(0) 推荐(0)
摘要: 引入依赖: <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>3.10.7</version> </dependency> <dependency> <groupId>cn. 阅读全文
posted @ 2023-08-18 10:54 KeepSmiling_me 阅读(399) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { try{ String url = "172.30.12.167:9091"; CollectorRegistry registry = new CollectorRegistry(); Gauge guage = G 阅读全文
posted @ 2023-08-10 18:49 KeepSmiling_me 阅读(253) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页