
异常
Future_By_Now
探索未知的,你才能更强。
展开
-
前端问题和优化小技巧
介绍 本文主要对本人日常碰见的兼容问题进行整理,开始前端开发的时间不长,如果有什么不对之处,麻烦指出。 问题整理 toLocaleDateString时间转换异常 获取当天时间0时 new Date(new Date(new Date().toLocaleDateString()).getTime()) 在浏览器的不同语言获取的格式不一致,导致二次转换时异常导致时间无法显示 建议可以大家尽量使用ECMAScript APIs中的函数,比如可以是使用以下方法获取相同结果 new Date(new Date(原创 2022-05-24 13:20:35 · 94 阅读 · 0 评论 -
A component required a bean of type 'xx' that could not be foun
Description: A component required a bean of type 'com.wonders.app.entity.KtsysMessagePush' that could not be found. Action: Consider defining a bean of type 'com.wonders.app.entity.KtsysMessa...原创 2019-12-12 14:52:20 · 1885 阅读 · 0 评论 -
sql语句提交成功 但未更新数据库
可能原因: 一、未commit提交 二、传递参数时存在同名id原创 2016-12-05 15:52:46 · 7076 阅读 · 0 评论 -
Eclipse Unable to install breakpoint in XXX 解决办法
今天在debug的时候不知道怎么,包 Eclipse Unable to install breakpoint in XXX 的弹框,重启eclipse也不行,去除所有断点后正常。原创 2018-01-26 17:33:43 · 356 阅读 · 0 评论 -
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could
错误原因: pom文件中引入 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version...原创 2018-11-08 20:52:43 · 255 阅读 · 0 评论 -
Uncaught TypeError: layer.open is not a function
如果同时应用一下js 应按顺序引用 <script src="/js/jquery-1.9.0.min.js"></script> <script src="${rc.contextPath}/js/plugins/layer/layer.min.js"></script> <script src="${rc.contextPath}/r...原创 2019-08-23 00:41:49 · 876 阅读 · 0 评论