- 博客(7)
- 收藏
- 关注
原创 datatables简单使用实例
---------------------------------------------------------------------------struts2.xml--------------------------------------------------------------------------- /analysis/alarm/testTable.j
2017-07-27 15:48:34
496
原创 jsp多选并且模糊查询下拉框
(document).ready(function() {(document).ready(function() { (“.ordrStatus1”).hide(); //来源 选择弹出框 (“#closeStatus”).click(function() { $(“.ordrStatus
2017-07-27 15:45:35
2655
原创 在el表达式中引用变量进行比较
在el表达式中引用变量进行比较 intsuper1=ConstantUtil.Super_User; request.setAttribute("superAttr", super1); %> c:iftest="${qx==superAttr}">ahref="#
2017-07-27 15:44:06
1485
原创 el表达式比较
c:choose> c:whentest="${valve.showTime>'2015-04-15 00:00:00'&&(valve.roomInfo.buildNum==87||valve.roomInfo.buildNum==89)}"> showTime%> c:when> c:otherwise>
2017-07-27 15:35:13
538
原创 insert语句遇到字段名称为关键字
若遇到字段名称为关键字,则给字段名添加双引号。例如:insert into sys_user (USER_ID, USERNAME, "PASSWORD", "NAME") values ('0004', 'admin', 'f379eaf3c831b04de153469d1bec345e', 'test');
2017-07-27 15:25:20
3504
原创 Jquery跨域调用struts2的Action返回json数据易出现的问题
必须有jsoncallback1.$.getJSON("/queryName.action?jsoncallback=?",function(json){ alert("json="+json); console.log(json); });2.
2017-07-27 15:14:26
1031
原创 数组去重,list去重
public static void testUn1(){ String[] arr = { “1”, “2”, “1”, “3”, “2”, “3”}; List<String> arrList1 = Arrays. asList(arr); List<String> arrList = new ArrayList<String>(arrList1
2017-07-27 14:57:16
641
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅