会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KeepSmiling_me
博客园
首页
新随笔
联系
订阅
管理
2026年4月30日
代码热更新
摘要: # 1、jad反编译文件 ```shell jad --source-only cn.ghostcloud.cloud.pipelineservice.common.jenkinsfile.AcoreIDEStage > /tmp/IndexController.java ``` 然后stop退出
阅读全文
posted @ 2026-04-30 16:26 KeepSmiling_me
阅读(3)
评论(0)
推荐(0)
2026年4月25日
arthas使用
摘要: curl -O https://arthas.aliyun.com/arthas-boot.jar java -jar arthas-boot.jar 代码反编译:jad --source-only org.example.Main > 1.java
阅读全文
posted @ 2026-04-25 13:55 KeepSmiling_me
阅读(4)
评论(0)
推荐(0)
2025年7月1日
minio数据备份和恢复
摘要: #配置minio服务别名 mc alias set minio_source http://source-ip:9000 admin password #查看别名配置 mc alias list # 每周日凌晨全量备份 0 0 * * 0 mc mirror minio_source/bucket_
阅读全文
posted @ 2025-07-01 09:35 KeepSmiling_me
阅读(164)
评论(0)
推荐(0)
RKE2证书轮换
摘要: RKE2证书默认有效期为12个月,当证书过期或剩余时间不足90天时,RKE2重启时会自动轮换证书。但用户也可以手动执行轮换操作 # 停止 RKE2 服务 systemctl stop rke2-server # 执行证书轮换 rke2 certificate rotate # 重启服务 system
阅读全文
posted @ 2025-07-01 09:24 KeepSmiling_me
阅读(102)
评论(0)
推荐(0)
2025年6月25日
批量上传nexus-maven依赖
摘要: #!/bin/bash # 批量上传nexus-maven依赖 # 使用方法:将本脚本文件放于本地maven仓库根目录,然后使用git-bash执行命令: # sh mvnimport.sh -u 私服账号 -p 私服密码 -r 私服仓库地址 while getopts ":r:u:p:" opt;
阅读全文
posted @ 2025-06-25 09:50 KeepSmiling_me
阅读(132)
评论(0)
推荐(0)
2025年6月23日
gitlab 使用aouth2下载git仓库代码
摘要: git clone --depth 1 --recurse-submodules https://oauth2:<TOKEN>@host/path.git
阅读全文
posted @ 2025-06-23 09:44 KeepSmiling_me
阅读(23)
评论(0)
推荐(0)
2025年3月31日
klocwork
摘要: 1.klocwork 扫描 ${buildCommand} type build.bat kwadmin --url ${Klocwork.httpSchema}://${Klocwork.ip}:${Klocwork.port} create-project proj_${buildId}_${j
阅读全文
posted @ 2025-03-31 13:24 KeepSmiling_me
阅读(52)
评论(0)
推荐(0)
2024年11月26日
k8s ingress设置访问后台重试时间
摘要: metadata: annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/proxy-body-size: 600M nginx.ingress.kubernetes.io/proxy-buffer-s
阅读全文
posted @ 2024-11-26 17:38 KeepSmiling_me
阅读(48)
评论(0)
推荐(0)
2024年11月1日
rancher部署k8s
摘要: 一、基础环境说明节点名 节点ip 角色 操作系统node1 10.42.8.13 control-plane,etcd,master CentOS7.9node2 10.42.8.14 control-plane,etcd,master CentOS7.9node3 10.42.8.15 contr
阅读全文
posted @ 2024-11-01 13:45 KeepSmiling_me
阅读(1253)
评论(0)
推荐(0)
2024年10月28日
k8s设置默认名称空间
摘要: kubectl config set-context --current --namespace=my-namespace
阅读全文
posted @ 2024-10-28 10:23 KeepSmiling_me
阅读(23)
评论(0)
推荐(0)
下一页
公告