摘要: 第一招:利用response向浏览器输出图片: //告诉浏览器不要缓存 //response.setHeader("Pragma", "no-cache");response.setHeader("Cache-Control", "no-cache");response.setIntHeader(" 阅读全文
posted @ 2018-10-09 17:42 brx_blog 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 配置基于注解的声明式事务: ...配置tx,aop的命名空间 xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop" xsi:schemaLoc 阅读全文
posted @ 2018-10-09 17:26 brx_blog 阅读(553) 评论(0) 推荐(0) 编辑