上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 68 下一页
摘要: (error) MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are 阅读全文
posted @ 2021-07-12 09:34 yvioo 阅读(2019) 评论(0) 推荐(0) 编辑
摘要: 拉取镜像 docker pull rabbitmq:management 启动容器 docker run -d --name rabbitmq -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin -p 15672:15672 - 阅读全文
posted @ 2021-07-12 09:12 yvioo 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 在maven的pom.xml文件里面 在profiles下 <profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties 阅读全文
posted @ 2021-07-12 09:08 yvioo 阅读(1763) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSON; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.CommandLineRunner; import org.springframework.ster 阅读全文
posted @ 2021-07-10 23:13 yvioo 阅读(400) 评论(0) 推荐(0) 编辑
摘要: date转corn 定时任务获取corn /*** * 日期转corn表达式 * @param date 日期 * @return */ public static String getCron(Date date){ String dateFormat="ss mm HH dd MM ? yyyy 阅读全文
posted @ 2021-07-10 00:59 yvioo 阅读(1600) 评论(0) 推荐(0) 编辑
摘要: org.quartz.SchedulerException: Based on configured schedule, the given trigger 'DEFAULT.cron_b1a91e1b-3285-430e-86c9-72e11d19e14f' will never fire. 这个 阅读全文
posted @ 2021-07-10 00:44 yvioo 阅读(1337) 评论(0) 推荐(0) 编辑
摘要: /** * 文件下载 */ @GetMapping(value = "/download") public void download(HttpServletResponse response) { //文件路径 try { //文件字节流 JAVA将文件转换成byte数组(byte[]) 参考:h 阅读全文
posted @ 2021-07-09 08:57 yvioo 阅读(3955) 评论(0) 推荐(0) 编辑
摘要: < &lt; <= &lt;= > &gt; >= &gt;= & &amp; ' &apos; " &quot; 阅读全文
posted @ 2021-07-08 16:25 yvioo 阅读(217) 评论(0) 推荐(0) 编辑
摘要: MultipartFile转化为byte数组 byte[] bytes= file.getBytes(); byte数组转化为MultipartFile <dependency> <groupId>org.springframework</groupId> <artifactId>spring-te 阅读全文
posted @ 2021-07-07 17:04 yvioo 阅读(7741) 评论(0) 推荐(0) 编辑
摘要: 修改设置 阅读全文
posted @ 2021-07-07 13:51 yvioo 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 68 下一页