上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: docker image prune -f 阅读全文
posted @ 2023-11-24 14:38 KeepSmiling_me 阅读(9) 评论(0) 推荐(0)
摘要: docker exec -it gitlab bash cat /etc/gitlab/initial_root_passport 阅读全文
posted @ 2023-11-24 13:27 KeepSmiling_me 阅读(75) 评论(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 阅读(37) 评论(0) 推荐(0)
摘要: Start-Process powershell.exe -Verb runAs 阅读全文
posted @ 2023-11-20 15:11 KeepSmiling_me 阅读(45) 评论(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 阅读(86) 评论(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 阅读(285) 评论(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 阅读(372) 评论(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 阅读(228) 评论(0) 推荐(0)
摘要: 表达式例子 0 * * * * ? 每1分钟触发一次 0 0 * * * ? 每天每1小时触发一次 0 0 10 * * ? 每天10点触发一次 0 * 14 * * ? 在每天下午2点到下午2:59期间的每1分钟触发 0 30 9 1 * ? 每月1号上午9点半 0 15 10 15 * ? 每月 阅读全文
posted @ 2023-07-27 10:16 KeepSmiling_me 阅读(373) 评论(0) 推荐(0)
摘要: Spring 中定时任务有两种实现方式:1.@Scheduled(cron表达式)2.基于SchedulingConfigurer注册定时任务这两者的区别主要有1.@Scheduled不支持动态修改定时周期,只能停止服务器,修改cron表达式,再启动服务器;SchedulingConfigurer可 阅读全文
posted @ 2023-06-27 14:14 KeepSmiling_me 阅读(1997) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页