摘要: The project was not built due to "Could not delete 阅读全文
posted @ 2017-08-31 10:33 精灵壶 阅读(1189) 评论(0) 推荐(0) 编辑
摘要: 【Ct rl+T】 搜索当前接口的实现类 1. 【ALT +/】 此快捷键为用户编辑的好帮手,能为用户提供内容的辅助,不要为记不全方法和属性名称犯愁,当记不全类、方法和属性的名字时,多体验一下【ALT +/】快捷键带来的好处吧。 2. 【Ct rl+O】 显示类中方法和属性的大纲,能快速定位类的方法 阅读全文
posted @ 2017-03-15 09:51 精灵壶 阅读(293) 评论(0) 推荐(0) 编辑
摘要: :推荐 <insert id="insertList" parameterType="List" > insert into tableName(ID, RMID, OPERATEID, VCHAR1, VCHAR2, VCHAR3, VCHAR4) <foreach item="item" ind 阅读全文
posted @ 2017-01-20 17:00 精灵壶 阅读(673) 评论(0) 推荐(0) 编辑
摘要: spring整合mybatis时候出现了这个bug java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.jpj.base.dao.UserDaoI.getUse 阅读全文
posted @ 2016-10-12 17:08 精灵壶 阅读(28123) 评论(0) 推荐(1) 编辑
摘要: 最近写spring整合mybatis 时发现出现这个错误 org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password 阅读全文
posted @ 2016-10-09 14:26 精灵壶 阅读(16349) 评论(0) 推荐(0) 编辑
摘要: String urlPath = new String("http://127.0.0.1:8080/MCServer/mobilesx.do??token=1475197252625&filename=2202&trancode=MCMENUSX000000013&action=mcrm&usrn 阅读全文
posted @ 2016-09-30 10:19 精灵壶 阅读(9612) 评论(1) 推荐(0) 编辑
摘要: 把spring注解方式的定时写到xml里面,因为定时常常修改在class里面很不方便代码如下 在xlm <beans 里面加入 xmlns:task="http://www.springframework.org/schema/task" xsi:schemaLocation="里面加入 http: 阅读全文
posted @ 2016-08-03 15:46 精灵壶 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 自己开发纯属娱乐 代码很乱 请勿见怪: index.html 引入jquery.min.js代码如下: 下载连接: http://pan.baidu.com/s/1i53bSGl 阅读全文
posted @ 2016-07-27 10:18 精灵壶 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 定时器的时间表达式: 字段 允许值 允许的特殊字符 秒 0-59 , - * / 分 0-59 , - * / 小时 0-23 , - * / 日期 1-31 , - * ? / L W C 月份 1-12 或者 JAN-DEC , - * / 星期 1-7 或者 SUN-SAT , - * ? / 阅读全文
posted @ 2016-07-26 16:45 精灵壶 阅读(6858) 评论(0) 推荐(1) 编辑
摘要: <iframe id="iii"></iframe>在标签上直接添加src可能出现加载不了的情况所以要在js里面添加方法 jquery: $(function(){ $('#iii').attr('src','http://www.baidu.com'); }) js: window.onload= 阅读全文
posted @ 2016-07-14 09:41 精灵壶 阅读(11063) 评论(0) 推荐(0) 编辑