01 2015 档案

摘要:问题:Error creating bean with name 'sqlSessionFactory' defined in class path resource [applicationContext-dao.xml]: Error setting property values; neste... 阅读全文
posted @ 2015-01-30 14:18 萧雪痕 阅读(7885) 评论(1) 推荐(0)
摘要:java.lang.NoClassDefFoundError: org/springframework/dao/support/DaoSupport 阅读全文
posted @ 2015-01-30 10:49 萧雪痕 阅读(5672) 评论(0) 推荐(0)
摘要:project configuration is not up-to-date with pom.xml其实这个问题解决非常简单:在项目上右键——【Maven】——【Update Project Configuration……】这时会打开一个(Update Maven Dependencies)的对... 阅读全文
posted @ 2015-01-30 10:31 萧雪痕 阅读(155) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-01-29 10:16 萧雪痕 阅读(96) 评论(0) 推荐(0)
摘要:Error creating bean with name 'SqlSessionFactory' defined in class path resource [applicationContext-dao.xml]: Invocation of init method failed; neste... 阅读全文
posted @ 2015-01-29 09:56 萧雪痕 阅读(142) 评论(1) 推荐(0)
摘要:package com.tarena.action;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;import javax.annotation.Resou... 阅读全文
posted @ 2015-01-27 15:51 萧雪痕 阅读(229) 评论(1) 推荐(0)
摘要:package com.tarena.action;import java.util.HashMap;import java.util.Map;import javax.annotation.Resource;import org.springframework.stereotype.Control... 阅读全文
posted @ 2015-01-27 15:06 萧雪痕 阅读(285) 评论(0) 推荐(0)
摘要://校验资费名是否重复 function check_name(){ var name=$("#name").val(); //校验资费名是否为空 if(name==""){ ... 阅读全文
posted @ 2015-01-27 15:00 萧雪痕 阅读(108) 评论(0) 推荐(0)