07 2024 档案

摘要:关闭防火墙 systemctl stop firewalld.service 重启docker ` sudo systemctl restart docker ` 清除docker的iptable规则 sudo iptables -F sudo iptables -X sudo iptables - 阅读全文
posted @ 2024-07-21 08:34 浮白呀 阅读(37) 评论(0) 推荐(0) 编辑
摘要:启动nginx ` ./nginx ` 关闭nginx `nginx -s stop` ` nginx -s quit ` 查看相应进程 ` ps aux | grep nginx ` 关闭相应进程 ` ps aux | grep nginx ` 找出进程id(pid)后 ` kill -s QUI 阅读全文
posted @ 2024-07-12 10:05 浮白呀 阅读(17) 评论(0) 推荐(0) 编辑
摘要:在项目中,我们时常会遇到需要定时去自动执行一串代码的需求 具体实现 Spring 3.0已经包含了它的坐标 spring-context 第一步, 启动类添加@EnableScheduling开启定时执行 第二步,创建定时任务类 package com.sky.task; import com.sk 阅读全文
posted @ 2024-07-08 16:42 浮白呀 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示