会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KeepSmiling_me
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
2023年12月27日
简易mybatis实现
摘要: 代码地址: i-batis: 简易mybatis (gitee.com)
阅读全文
posted @ 2023-12-27 15:16 KeepSmiling_me
阅读(14)
评论(0)
推荐(0)
2023年11月24日
docker 向harbor推送镜像
摘要: 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)
dokcer删除为none的镜像
摘要: docker image prune -f
阅读全文
posted @ 2023-11-24 14:38 KeepSmiling_me
阅读(25)
评论(0)
推荐(0)
查看centos docker gitlab初始化密码
摘要: docker exec -it gitlab bash cat /etc/gitlab/initial_root_passport
阅读全文
posted @ 2023-11-24 13:27 KeepSmiling_me
阅读(88)
评论(0)
推荐(0)
centos docker 安装
摘要: #下载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)
2023年11月20日
powershell 管理员启动命令
摘要: Start-Process powershell.exe -Verb runAs
阅读全文
posted @ 2023-11-20 15:11 KeepSmiling_me
阅读(60)
评论(0)
推荐(0)
2023年8月19日
python DLL load failed while importing numpy_ops 异常
摘要: 安装 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)
2023年8月18日
jasypt-spring-boot-starter 密码加密
摘要: 引入依赖: <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)
springboot redssion 单机模式/集群模式/哨兵模式连接
摘要: 引入依赖: <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)
2023年8月10日
prometheus和pushgateway docker-compose.yml及java版简易推送demo
摘要: 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
下一页
公告