摘要: 控制台不断打印 batch acquisition of 0 triggers 解决方式 : 在log4j.properties的配置文件中加 log4j.logger.org.quartz=INFO 阅读全文
posted @ 2017-11-22 14:49 精灵lc 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 在web.xml中 <session-config> <session-timeout>15</session-timeout> </session-config> 这里的15也就是15分钟失效. controller中: request.getSession().setAttribute("u", 阅读全文
posted @ 2017-11-22 14:49 精灵lc 阅读(688) 评论(0) 推荐(0) 编辑
摘要: .wrap{ white-space:nowrap;overflow:hidden;text-overflow: ellipsis; } <th class="wrap">项目名称</th> <td class="wrap" title="${item1['product_name']}">${it 阅读全文
posted @ 2017-11-22 14:48 精灵lc 阅读(177) 评论(0) 推荐(0) 编辑
摘要: HTML: <div class="tabs clearfix"> <ul id="der"> <li ><a href="<%=basePath%>AppUserFeedback/toSelect.do?flag=product">项目审核列表<em></em></a></li> <li ><a  阅读全文
posted @ 2017-11-22 14:47 精灵lc 阅读(949) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: BeanFactory not initialized or already closed - call '“refresh”' before accessing beans via the ApplicationContext 报错 阅读全文
posted @ 2017-11-22 14:47 精灵lc 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 在用eclipse的时候会经常用到SVN来进行代码的版本控制,为了方便起见,我们会保存密码,从此之后就不会再出现输入或者修改用户名和密码的地方了,这时候想切换用户怎么办,在本地操作的一种方法是删除SVN账号的配置文件 首先你要查看自己eclipse用的是那个版本的SVN,也就是SVN Interfa 阅读全文
posted @ 2017-11-22 14:46 精灵lc 阅读(13380) 评论(0) 推荐(1) 编辑
摘要: Error creating bean with name ‘org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0’ Caused by: javax.validation.ValidationExcept 阅读全文
posted @ 2017-11-22 14:45 精灵lc 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 一、jdbc中: jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://202.108.211.55:3306/app-apm?useUnicode=true&characterEncoding=UTF8 jdbc.username=test 阅读全文
posted @ 2017-11-22 14:44 精灵lc 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 步骤有3 : 首先保证:Windows-> preservences->SVN的接口Client为 1.8以上的 1 ) 打开eclipse中SVN资源库 在Eclipse中选择Windows-> Show View->others 如果列表里面没有就去 other... 里面找 下图是打开后的SV 阅读全文
posted @ 2017-11-22 14:44 精灵lc 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 1 处理乱码方式: 1 连接数据库的时候 jdbc.properties:jdbc:mysql://localhost:3306/myproject?useUnicode=true&characterEncoding=utf8 2 修改mysql配置文件my.ini/my.cnf default-c 阅读全文
posted @ 2017-11-22 14:43 精灵lc 阅读(199) 评论(0) 推荐(0) 编辑