摘要: 解决办法: 将页面中的 <% response.setHeader("Cache-Control", "no-store");%> 去掉。 Cache-Control指定请求和响应遵循的缓存机制 no-cache指示请求或响应消息不能缓存 阅读全文
posted @ 2017-02-23 15:43 坏笑的眼镜男 阅读(2917) 评论(0) 推荐(0)
摘要: 第一步 jsp页面 <div class="col-xs-12" id="insertImgNewsNav" style="margin-bottom: 10px; padding: 0px;margin-left: -30px;display: none;"> <label class="col- 阅读全文
posted @ 2017-02-23 14:32 坏笑的眼镜男 阅读(1578) 评论(0) 推荐(0)
摘要: 用户信息表下载功能 第一步 前台ajax 调用。 第二部 controller层方法 /** * Description:用户信息PDF下载 * * @author rolax * @param request * @param attr * @return 2016-11-10 */ @Reque 阅读全文
posted @ 2017-02-23 14:03 坏笑的眼镜男 阅读(2320) 评论(0) 推荐(0)