摘要: response.addHeader("Content-Disposition", "attachment;filename="+ filename); response.setContentType("application/vnd.ms-excel;charset=gb2312"); <opti 阅读全文
posted @ 2016-06-13 16:29 馳騁衿琾 阅读(658) 评论(0) 推荐(0)
摘要: var actions=ctx.path + "/api/stat/exportScheStatInfo.json"; var form = $("<form></form>"); form.css('display', 'none'); form.attr('target', '_self'); 阅读全文
posted @ 2016-06-13 14:22 馳騁衿琾 阅读(382) 评论(0) 推荐(0)
摘要: springMVC获取request和response1:在BaseController中加入: protected HttpServletRequest request; protected HttpServletResponse response; protected HttpSession s 阅读全文
posted @ 2016-06-13 14:17 馳騁衿琾 阅读(212) 评论(0) 推荐(0)