02 2017 档案
摘要:function NoCallDetail() { var varValue = $("#cno").val(); window.parent.missedCalls(varValue);//父类方法 }
阅读全文
摘要:<div id="dlg_edit" class="easyui-window" data-options="iconCls:'icon-save',collapsible:false,minimizable:false,maximizable:false,closed:true,resizable
阅读全文
摘要:function getQuestionCategories(){ var requestUrl="<%=request.getContextPath()%>/customerService/getQuestionCategories"; $('#questioncategoryid').combo
阅读全文
摘要:if(illegalInfoList != null && !illegalInfoList.isEmpty()){ out:for(Illegal illegalInfo : illegalInfoList){//违章记录表中数据在违章信息列表中是否存在 for(IllegalLists ille
阅读全文
摘要: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 ...
阅读全文
摘要:public void downLoad(HttpServletResponse response, HttpServletRequest request) { String id = request.getParameter("id");// id CownExcel cownExcel = cu
阅读全文
摘要:private void exportExcel(String fileName, List<Customer> customers) { WritableWorkbook wwb; FileOutputStream fos; try { String savePath = ConfigUtil.p
阅读全文
摘要:<task:scheduled ref="ExcelController" method="customerExcel" cron="0 0 0 0 1/1 ?"/> 类名:ExcelController 方法:customerExcel 自动任务时间选择:cron(网上可以查到匹配参数)
阅读全文
摘要:$('#dg').datagrid({ url:'<%=request.getContextPath()%>/customer/customerExcelList', toolbar:$('#toolbar'), rownumbers:true, columns : [[{field:'id',hi
阅读全文
摘要:GSON josn =new Gson() IllegalCity illegalCity = new Gson().fromJson(result, IllegalCity.class);
阅读全文