2014年8月9日

Spring+Mybatis+Maven 整合配置

摘要: 1 2 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ... 阅读全文

posted @ 2014-08-09 11:05 atomgame的记事本 阅读(602) 评论(0) 推荐(0) 编辑

2014年8月7日

mybatis集成spring的事务管理

摘要: 第一 创建一个测试实体 1 public class Order { 2 3 private int id; 4 private String orderName; 5 6 public Order(String orderName) { 7 th... 阅读全文

posted @ 2014-08-07 22:13 atomgame的记事本 阅读(268) 评论(0) 推荐(0) 编辑

jquery(1.3.2)<--json-->spring(3.0)

摘要: 发现spring3已经对ajax支持的很好了,前端可以只使用html+jquery,后端只使用spring再加上一种orm,两者之间用json交换数据就可以了,现在是放弃jsp,struts这些已经显得累赘的技术的时候了。出于这种想法,我做了个小试验,其中之所以选择jquery1.3.2是因为jqu... 阅读全文

posted @ 2014-08-07 15:05 atomgame的记事本 阅读(207) 评论(0) 推荐(0) 编辑

解决后台接受前台中文信息乱码的问题

摘要: 有四个方法,记录一下,方便以后自己查找,也方便大家。首先:并且request.setCharacterEncoding("gb2312");第二:配置server.xml。 第三:配置web.xml setEncodingcom.dinner.filter.CharsetFilterscod... 阅读全文

posted @ 2014-08-07 14:01 atomgame的记事本 阅读(341) 评论(0) 推荐(0) 编辑

2014年8月2日

input点击删除默认value,以及只能输入数字,删除,tab

摘要: /*inputhastip类绑定事件*/$('.inputhastip').css("color", "#999");$('.inputhastip').bind({ focus:function(){ if(this.value==this.defaultValue) { this.value="... 阅读全文

posted @ 2014-08-02 11:18 atomgame的记事本 阅读(370) 评论(0) 推荐(0) 编辑

导航