上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 75 下一页
摘要: SpringBoot集成Logback遇到的问题 https://zhuanlan.zhihu.com/p/540737614 解决log4j和self4j日志报错Could NOT find resource [logback.groovy]及Could NOT find resource [lo 阅读全文
posted @ 2023-02-17 21:04 kelelipeng 阅读(1162) 评论(0) 推荐(0) 编辑
摘要: curl post请求发送json数据两种方式(Window/Linux) 设置请求头Content-Type curl发送post请求,默认的content-type是:application/x-www-form-urlencoded。要发送json格式,则需要设置请求头的content-typ 阅读全文
posted @ 2023-02-17 14:06 kelelipeng 阅读(20886) 评论(1) 推荐(0) 编辑
摘要: 使用AES的256位密钥加解密报错java.security.InvalidKeyException: Illegal key size。 编写微信小程序在获取用户时,需要根据小程序传来的iv,encryptedData,和sessionkey来解密,在本地使用postman测试没有问题,但是部署到 阅读全文
posted @ 2023-02-09 15:25 kelelipeng 阅读(430) 评论(0) 推荐(0) 编辑
摘要: https://6tail.cn/calendar/api.html#start.html// maven <dependency> <groupId>cn.6tail</groupId> <artifactId>lunar</artifactId> <version>1.2.28</version 阅读全文
posted @ 2023-02-01 17:28 kelelipeng 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/weixin_43822787/article/details/121036722 概述options 请求就是预检请求,可用于检测服务器允许的 http 方法。当发起跨域请求时,由于安全原因,触发一定条件时浏览器会在正式请求之前自动先发起 OP 阅读全文
posted @ 2023-01-29 11:52 kelelipeng 阅读(1090) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_36691991/article/details/108848835 在使用postman请求接口得时候,使用get,post得时候我们是使用body下form-data来传输数据得,但是使用patch时候就不是了,默认是以x-www-for 阅读全文
posted @ 2023-01-29 11:21 kelelipeng 阅读(3717) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/zack_GZ/article/details/124974986 通常我们需要将日志打印到xxl-job的调度日志中时,会使用xxl-job提供的接口 XxlJobLogger.log("message xxxxxxxxxx") 但是这种方式不会将日志打 阅读全文
posted @ 2023-01-13 16:38 kelelipeng 阅读(6617) 评论(0) 推荐(0) 编辑
摘要: @Import注解详解 1.原文链接:https://blog.csdn.net/weixin_45453628/article/details/124234317 2. AnnotationConfigApplicationContext容器创建过程 https://www.cnblogs.com 阅读全文
posted @ 2023-01-05 17:59 kelelipeng 阅读(417) 评论(0) 推荐(0) 编辑
摘要: wait_timeout: mysql回收空闲连接的时长默认8小时. maxwait: 应用程序获取连接等待超时的时间 从连接池中获取连接的最大等待时间,单位ms,默认-1,即会一直等待下去 Druid 连接池参数优化 问题回顾 异常日志描述: 从异常信息反映来看,问题关键有两点 数据库连接池超时设 阅读全文
posted @ 2022-11-25 18:22 kelelipeng 阅读(9460) 评论(0) 推荐(0) 编辑
摘要: _______________________________________________________________ 原文链接:https://blog.csdn.net/weixin_42293662/article/details/125889917 @Lazy注解当@Lazy 放在类 阅读全文
posted @ 2022-11-22 16:44 kelelipeng 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 75 下一页