摘要: function ajaxLoading(){ $("<div class=\"datagrid-mask\"></div>").css({display:"block",width:"100%",height:$(window).height()}).appendTo("body"); $("<d 阅读全文
posted @ 2017-07-04 16:08 JLCUI 阅读(248) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping("/importExcel") public void importExcel(HttpServletResponse response, HttpServletRequest request) { MessageResult message = new MessageResult(); MultipartHttp... 阅读全文
posted @ 2017-07-04 16:08 JLCUI 阅读(210) 评论(0) 推荐(0) 编辑
摘要: package net.joystart.common.payment.wxpay.util; import java.util.UUID; public class NonceStringUtil { public synchronized static String getUUID() { UUID uuid = UUID.randomUUID(); ... 阅读全文
posted @ 2017-07-04 15:39 JLCUI 阅读(151) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping("/downExcel") public void downExcel(HttpServletResponse response, HttpServletRequest request) { try { response.setContentType("text/html;charset=utf-8"); ... 阅读全文
posted @ 2017-07-04 14:48 JLCUI 阅读(219) 评论(0) 推荐(0) 编辑