随笔分类 - other
摘要:样式: .table td:hover{ overflow: visible; white-space: normal; } .table td { max-width:200px; word-wrap: break-word; overflow: hidden; text-overflow: el
阅读全文
摘要:1.List<Map<String,String>>的遍历: 2.两个List<Map<String,String>>相互比较,有相同数据时某些字段相加减 inOrderList与outOrderList放自己的所比较的数据,name,number,id为map的key值 3.单个List<Map<
阅读全文
摘要:var printSetup = function(){ // 打印页面设置 wb.execwb(8,1); }; var printPreView = function(){ // 打印页面预览 wb.execwb(7,1); }; var printIt = function(){ if (co
阅读全文
摘要:看到标题就已经很明了了: 两种情况: 1.你想查询一条数据,但返回两条数据: 2.你想查询多条数据,但是前台限制只能查询一条 (1) 检查自己的数据sql语句写对没有(关于mybaties的sql操作自己百度) (2) 查看mybaties的返回值(resultType或resultMap),可以返
阅读全文

浙公网安备 33010602011771号