- 博客(9)
- 收藏
- 关注
原创 vue使用iframe通信时报错this.$refs.testFrame==null
问题:在vue使用iframe通信时报错this.$refs.testFrame==null。解决方式: 重新获取iframe,使用新的iframe进行通信。
2023-05-23 19:34:36
528
1
原创 No qualifying bean of type '.....Dao' available
出现这个错误的原因是mybatis映射错误,解决方案有两种,1.检查文件中,配置是否正确2.如果mybatis配置是使用注解模式,检查dao中有没有添加@MyBatisDao注解@MyBatisDao //注解的位置public interface CommonDao...
2020-04-13 10:59:02
2601
原创 json日期传到页面是Object
json日期传到页面是Object弹出模态框中应该显示时间的地方,显示成了Object类型,想要变成时间格式,针对我自己的项目,采用了两种解决方式。1.我的mapping中查询语句返回类型,采用的是resultType=实体类,所以输出类型与实体类一致,而我的实体类中定义的时间是date类型mapping文件:<!-- 按照id查找 --> <select i...
2019-12-24 15:28:51
324
1
原创 An error happened during template parsing (template: "class path resource [templates/leaveList.html]
页面错误:原因:改成正确的就好了
2019-12-16 13:17:19
971
原创 idea的热部署
关于idea中的热部署,转自,亲测很有用https://blog.youkuaiyun.com/qq_37419317/article/details/88744483
2019-12-10 10:15:43
131
原创 Default constructor cannot handle exception type Exception thrown by implicit super constructor.
1.Default constructor cannot handle exception type Exception thrown by implicit super constructor. Must define an explicit constructor2.NoClassDefFoundErro关闭重启项目,可能jar包配置了以后没有生效3.4.格式化错误,所传参数的类...
2019-09-18 20:54:22
1135
原创 ssh框架整合遇到mysql8.0的本地数据库,修改配置文件
jdbc.driverClass=com.mysql.cj.jdbc.Driverjdbc.jdbcUrl=jdbc:mysql://localhost:3306/chapter17?useSSL=false&serverTimezone=UTC;jdbc.user=rootjdbc.password=123456这是properties的配置hibernate.cfg.x...
2019-06-02 01:48:53
800
原创 错误: 必须为元素类型 "interceptors" 声明属性 "name"
错误: 必须为元素类型 “interceptors” 声明属性 “name”。显示的错误为Caused by: 必须为元素类型 "interceptors" 声明属性 "name"。 file:/D:/eclipse/workspace2/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/ch03/WEB-INF...
2019-03-23 20:12:35
721
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人