会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Admin_2016
博客园
首页
新随笔
联系
管理
订阅
2016年11月17日
Mybatis插入语句useGeneratedKeys="true"的用法
摘要: <!-- 插入新的问题件 --> <!-- useGeneratedKeys="true"把新增加的主键赋值到自己定义的keyProperty(id)中 --> <insert id="insert" parameterType="jw.base.entity.WrongRecApply" useG
阅读全文
posted @ 2016-11-17 10:39 Admin_2016
阅读(76523)
评论(0)
推荐(1)
2016年11月10日
使用JDK自带缓存(Cache)实现Cookie自动登陆
摘要: 自定义一个缓存类AdminCache 登陆成功发送Cookie到客户端并保存到缓存中 在spring-servlet中配置拦截器路径 拦截器内容
阅读全文
posted @ 2016-11-10 14:22 Admin_2016
阅读(2577)
评论(1)
推荐(1)
2016年11月3日
站内信,群发与全部发送。Gson解析result
摘要: /** * 发送站内信 */@Permission(Module.TZGL)@RequestMapping(value = "/sendznx", method = RequestMethod.POST)@ResponseBodypublic String sendZnx(HttpSession s
阅读全文
posted @ 2016-11-03 15:22 Admin_2016
阅读(360)
评论(0)
推荐(0)
公告
点击右上角即可分享