02 2017 档案

摘要:function NoCallDetail() { var varValue = $("#cno").val(); window.parent.missedCalls(varValue);//父类方法 } 阅读全文
posted @ 2017-02-27 10:34 JLCUI 阅读(184) 评论(0) 推荐(0) 编辑
摘要:<div id="dlg_edit" class="easyui-window" data-options="iconCls:'icon-save',collapsible:false,minimizable:false,maximizable:false,closed:true,resizable 阅读全文
posted @ 2017-02-25 16:19 JLCUI 阅读(2043) 评论(0) 推荐(0) 编辑
摘要:function getQuestionCategories(){ var requestUrl="<%=request.getContextPath()%>/customerService/getQuestionCategories"; $('#questioncategoryid').combo 阅读全文
posted @ 2017-02-22 10:48 JLCUI 阅读(186) 评论(0) 推荐(0) 编辑
摘要:if(illegalInfoList != null && !illegalInfoList.isEmpty()){ out:for(Illegal illegalInfo : illegalInfoList){//违章记录表中数据在违章信息列表中是否存在 for(IllegalLists ille 阅读全文
posted @ 2017-02-20 15:02 JLCUI 阅读(489) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.common.util.date; import java.math.BigDecimal; import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import ... 阅读全文
posted @ 2017-02-16 11:27 JLCUI 阅读(437) 评论(0) 推荐(0) 编辑
摘要:public void downLoad(HttpServletResponse response, HttpServletRequest request) { String id = request.getParameter("id");// id CownExcel cownExcel = cu 阅读全文
posted @ 2017-02-14 11:16 JLCUI 阅读(230) 评论(0) 推荐(0) 编辑
摘要:private void exportExcel(String fileName, List<Customer> customers) { WritableWorkbook wwb; FileOutputStream fos; try { String savePath = ConfigUtil.p 阅读全文
posted @ 2017-02-14 11:14 JLCUI 阅读(949) 评论(0) 推荐(0) 编辑
摘要:<task:scheduled ref="ExcelController" method="customerExcel" cron="0 0 0 0 1/1 ?"/> 类名:ExcelController 方法:customerExcel 自动任务时间选择:cron(网上可以查到匹配参数) 阅读全文
posted @ 2017-02-14 11:08 JLCUI 阅读(188) 评论(0) 推荐(0) 编辑
摘要:$('#dg').datagrid({ url:'<%=request.getContextPath()%>/customer/customerExcelList', toolbar:$('#toolbar'), rownumbers:true, columns : [[{field:'id',hi 阅读全文
posted @ 2017-02-14 10:12 JLCUI 阅读(817) 评论(0) 推荐(0) 编辑
摘要:GSON josn =new Gson() IllegalCity illegalCity = new Gson().fromJson(result, IllegalCity.class); 阅读全文
posted @ 2017-02-10 15:26 JLCUI 阅读(171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示