摘要: ![image](https://img2023.cnblogs.com/blog/2116300/202312/2116300-20231218173320642-204999766.png) 阅读全文
posted @ 2023-12-18 17:34 wczhw 阅读(47) 评论(0) 推荐(0) 编辑
摘要: ### 定时任务实现方式 1. quartz 定时调用http 请求 2. quertz 定时调用 openfegin 3. quartz 定时调用普通定时任务 #### springboot 集成quartz > pom.xml 添加配置 ```xml org.springframework.bo 阅读全文
posted @ 2023-08-10 18:09 wczhw 阅读(47) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2023.cnblogs.com/blog/2116300/202308/2116300-20230804111753293-1935960701.png) 页面定制css ```css #HistoryToday { display: none; } #un 阅读全文
posted @ 2023-08-04 11:21 wczhw 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 可避免日期 对象问题出现 /** * redis 配置 * @param redisConnectionFactory * @return */ @Bean //redisTemplate注入到Spring容器 public RedisTemplate<String, Object> redisTe 阅读全文
posted @ 2023-02-15 11:58 wczhw 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 今天安装mysql 要在两台机器安装 是在windows 中安装 比较麻烦所以写了个脚本安装 第一步、先定义 my.ini 以下是我的 [mysqld] # 设置3306端口 port=3306 # 设置mysql的安装目录 ***这个一定要看好目录自己的 basedir=D:\software\m 阅读全文
posted @ 2022-04-21 09:19 wczhw 阅读(104) 评论(0) 推荐(0) 编辑