摘要: <div class="uploader"> <input type="text" class="filename" readonly="readonly"/> <input type="button" name="file" class="button" value="导入"/> <input t 阅读全文
posted @ 2018-01-04 15:08 久违的黎明 阅读(238) 评论(0) 推荐(0) 编辑
摘要: //excel文档 public String readExcel() throws InvalidFormatException, IOException { Map<String,Object> map=new HashMap<String,Object>(); String sheet1=nu 阅读全文
posted @ 2018-01-04 14:59 久违的黎明 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //后台日期格式在前台转换 function myDateTime(ttt){ var date= new Date(ttt); Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month 阅读全文
posted @ 2018-01-04 14:33 久违的黎明 阅读(415) 评论(0) 推荐(0) 编辑
摘要: $('.data').empty(); var date=$('.table'); for(var i in list){ var ul=$('<ul class="data"></ul>'); var template = '<li class="data1" id="[id]">公司</li>' 阅读全文
posted @ 2018-01-04 14:26 久违的黎明 阅读(437) 评论(0) 推荐(0) 编辑