摘要: Jquery中each的三种遍历方法 $.post("urladdr", { "data" : "data" }, function(data) { $.each(data, function(n,value) { });}); 1、选择器+遍历 $('div').each(function (i) 阅读全文
posted @ 2016-12-27 20:09 wjj1013 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 问题-MyBatis不识别Integer值为0的数据 问题:使用MyBatis的过程中,发现一个值为0的数据,Mybatis所识别,最后定位才发现,是自己的写法有问题, [html] view plain copy print? <if test="form.passLine != null and 阅读全文
posted @ 2016-12-27 19:11 wjj1013 阅读(7157) 评论(0) 推荐(0) 编辑