会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
莫道桑榆晚,为霞尚满天
luo9tian
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
7
下一页
2024年12月8日
用ant-design-vue当中日期选择器的一些坑
摘要: 如果你发现你的后端报这个错误,看下面的一些可能原因 JSON parse error: For input string: "Invalid date"; nested exception is com.alibaba.fastjson.JSONException: For input string
阅读全文
posted @ 2024-12-08 13:42 翎刿
阅读(262)
评论(0)
推荐(0)
2024年11月19日
Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.context.logging.LoggingApplicationListener
摘要: 利用maven创建项目出现这个问题是因为maven依赖父工程需要添加 <parent> <groupId>org.springframework.boot</groupId> <version>2.7.14</version> <artifactId>spring-boot-starter-pare
阅读全文
posted @ 2024-11-19 18:10 翎刿
阅读(253)
评论(0)
推荐(0)
2024年11月15日
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
摘要: 出现Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException的错误 这个错误是因为在SpringBoot2.6之后,Spring MVC 处理
阅读全文
posted @ 2024-11-15 12:32 翎刿
阅读(7656)
评论(0)
推荐(0)
2024年11月14日
redis配置和工具类
摘要: 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>2.5.14</version> </depend
阅读全文
posted @ 2024-11-14 13:44 翎刿
阅读(115)
评论(0)
推荐(0)
2024年9月2日
RedisCache redis工具类
摘要: public class RedisCache { @Autowired public RedisTemplate redisTemplate; /** * 缓存的基本对象。Integer String 实体类 * * @param key 缓存的键值 * @param value 缓存的值 * @
阅读全文
posted @ 2024-09-02 19:11 翎刿
阅读(93)
评论(0)
推荐(0)
2024年9月1日
webUtils
摘要: import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class WebUtils { /** *
阅读全文
posted @ 2024-09-01 19:21 翎刿
阅读(30)
评论(0)
推荐(0)
处理springboot使用fastJson浏览器调用接口正常返回数据却中文乱码的问题
摘要: 处理springboot使用fastJson浏览器调用接口正常返回数据却中文乱码的问题 这属于fastJson的一个bug只需要像下面这样操作就可以了 @Bean//使用Bean入fast JsonHt tpllessageConvert public HttpMessageConverter fa
阅读全文
posted @ 2024-09-01 10:20 翎刿
阅读(121)
评论(0)
推荐(0)
2024年6月27日
vue-router不跳转
摘要: 设置好路由以后组件就是不跳转而且不报错原因竟是VueRouter的routes属性被我敲成了 routers // 错误代码 const router = new VueRouter({ mode: 'history', routers })// 改正后 const router = new Vue
阅读全文
posted @ 2024-06-27 08:20 翎刿
阅读(49)
评论(0)
推荐(0)
2024年6月12日
c语言目录操作
摘要: 在shell中我们可以直接输入命令pwd 来显示当前的工作目录,在C程序中调用getcwd函数可以获取当前的工作目录。函数声明: char *getcwd(char * buf,size_t size); 需要头文件: #include getcwd函数把当前工作目录存入buf中,如果目录名超出了参
阅读全文
posted @ 2024-06-12 13:12 翎刿
阅读(35)
评论(0)
推荐(0)
2024年5月15日
index.js from Terser Error: error:0308010C:digital envelope routines::unsupported
摘要: Vue 报错error:0308010C:digital envelope routines::unsupported 出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响. 方法1
阅读全文
posted @ 2024-05-15 16:04 翎刿
阅读(599)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页