摘要: 有一个业务需求是,根据当前时间往前推3个月(不含当月),取每个月的月初和月末时间,送给后端接口查询相关信息: 代码: var result = [];、 var currentDate = new Date("2025-03-27");for (var i = 0; i < 3; i++) {// 阅读全文
posted @ 2025-04-02 21:08 指尖键盘 阅读(21) 评论(0) 推荐(0)
摘要: 以下是详细异常信息: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for pro 阅读全文
posted @ 2019-07-15 17:47 指尖键盘 阅读(4016) 评论(0) 推荐(0)
摘要: Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xxx.mapper.xx.bm.xxxxDao com.xxxx.service.bm.impl.xxxxServiceImpl.xxxxxDao; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [com.xxxx.service.sys.impl.ProcEndListener] for bean with name 'procEndListener' defined in file [D:\EclipseWorkSpace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\xxxxx-xxxx\WEB-INF\classes\com\xx 阅读全文
posted @ 2019-07-01 16:57 指尖键盘 阅读(1393) 评论(0) 推荐(0)
摘要: SpringBoot启动访问JSP页面,直接进入页面或者访问不到,报404,并且加载tomcat插件tomcat-embed-jasper也不行 阅读全文
posted @ 2019-06-12 18:06 指尖键盘 阅读(3285) 评论(0) 推荐(2)