
bug回忆录
这里记录自己的bug
我爱吃肉肉
这个作者很懒,什么都没留下…
展开
-
Ajax请求状态显示为canceled
原因:为什么status = canceled,是由于在提交时,form 表单中button按钮的type="submit"事件与绑定于button上的click事件会同时触发解决方案我这里是直接把type="submit"改成button即可。因为我用的是Ajax提交。参考文献:https://blog.youkuaiyun.com/weixin_43164644/article/det...转载 2020-04-15 17:14:58 · 876 阅读 · 0 评论 -
There is no setter for property named 'regName' in 'class com.qskj.common.entity.UserLog'
原创 2020-04-08 15:22:02 · 329 阅读 · 0 评论 -
Failed to parse the expression [${success:true}]] with root cause
报错信息严重: Servlet.service() for servlet [jsp] in context with path [/08.crm] threw exception [javax.el.ELException: Failed to parse the expression [${success:true}]] with root causeorg.apache.el.parse...原创 2020-01-12 15:47:43 · 647 阅读 · 0 评论 -
The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone.
该异常与JDBC驱动有关,需要在url链接后加入serverTimezone=UTCjdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/o2o?useUnicode=true&characterEncoding=utf8jdbc.user=rootjdbc.password=rootjdbc...转载 2020-01-02 20:52:55 · 467 阅读 · 0 评论 -
Invalid property 'url' of bean class [com.mchange.v2.c3p0.ComboPooledDataSource]
一月 02, 2020 8:50:56 下午 org.springframework.context.support.GenericApplicationContext refresh警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.b...原创 2020-01-02 20:56:24 · 593 阅读 · 0 评论 -
Data truncated for column 'last_edit_time' at row 1
org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'last_edit_time' at row 1### The error may exist in cla...原创 2020-01-03 23:15:05 · 509 阅读 · 0 评论