自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(27)
  • 收藏
  • 关注

原创 shiro 获取cookie

我的shiro之旅: 十 自定义shiro的SessionIdCookie分类: shiro | 作者: lhacker 相关 | 发布日期 : 2014-11-12 | 热度 : 597°在使用shiro的时候,曾经有段时间很苦恼,因为我cookie的sessionId经常无故被改,然后抛There is no session with id [xxxx]的异常。我们知道,当...

2016-03-31 17:17:54 3371

原创 ehcache spring mvc

Spring4 Cache + Ehcache配置 从Spring 3.1之后 引入了基于注释(annotation)的缓存(cache)技术,它本质上不是一个具体的缓存实现方案(例如 EHCache 或者 OSCache),而是一个对缓存使用的抽象,通过在既有代码中添加少量它定义的各种 annotation,即能够达到缓存方法的返回对象的效果来定义缓存的 key 和各种 conditio...

2016-03-28 17:00:29 47

原创 ehcache spring mvc

基于Spring AOP结合EHCache实现缓存注解方式使用spring自带的CacheSpring3中@Value为Bean的属性注入配置文件配置Java注解Spring注解式事务管理配置友荐[?]回到顶部猜你喜欢luckystar +站内搜索关于订阅 luckystar's blog » Project »分类: blog ...

2016-03-28 16:59:26 62

原创 ehcache spring mvc

http://haohaoxuexi.iteye.com/blog/2123030

2016-03-28 16:40:03 44

原创 文件controller

https://github.com/hawkroc/SpringMVC-Hibernate-ehcache/blob/master/src/main/java/sy/controller/FileController.javapackage sy.controller;import java.io.File;import java.io.IOException;imp...

2016-03-28 13:41:38 145

原创 svn修改密码

由于在svn 的界面中并没有为我们提供直接更换用户名密码的地方,所以一旦我们需要更换用户名的就需要自己想一些办法。 解决方案: 在Eclipse 使用SVN 的过程中大多数人往往习惯把访问SVN 的用户名密码自动保存起来以便下次自动使用,不要再次手工输入,但是有些时候需要变更密码或者用户名,这时候怎么办?在网上查找后发现如下方法: 1. 查看你的Eclipse ...

2016-03-28 12:59:37 84

原创 什么能做什么不能做

一个月前,比较得意,写了一个程序,把某个系统采用模拟浏览器方式注入数据,把在线时间提高。今天,发现这个系统用户的在线时间都提高了,心慌!不知道是不是我的原因造成!数据库爆库。----------------------------------------------------如果你看见这留言,以后千万不要这么干。...

2016-03-25 08:44:25 242

原创 spring 日志

http://skyfar666.iteye.com/blog/2008716

2016-03-24 17:57:58 292

原创 apache tiles 数据静态

http://www.tuicool.com/articles/7Zf67z

2016-03-20 11:51:17 48

原创 spring mvc 拦截器

http://www.cnblogs.com/siukun/archive/2011/12/06/2277647.htmlhttp://blog.csdn.net/czmchen/article/details/42392985http://blog.csdn.net/liyisong2008/article/details/42915575

2016-03-20 10:04:58 41

原创 添加到收藏

// 当前页面网址var url = location.href,// 当前页面标题 title = document.title;if (document.all) { window.external.addFavorite(url, title);} else if (window.sidebar) { window.sidebar.addP...

2016-03-18 14:14:33 133

原创 spring data jpa 外键查询

http://jueshizhanhun.blog.51cto.com/4372226/1221791请教各位,用specification接口怎样做外键查询啊。例于 select u from User where role.id = 1查询用户时想根据角色ID做筛选...

2016-03-17 10:55:30 3316

原创 xheditor隐藏一些功能

http://www.dzwebs.net/5038.html

2016-03-16 14:48:26 125

原创 spring aop 日志

http://www.cnblogs.com/jyh317/p/3875546.html

2016-03-16 11:33:39 42

原创 spring aop 日志

http://blog.csdn.net/kobi521/article/details/7425189

2016-03-16 11:31:35 40

原创 日志存入数据库

http://www.programgo.com/article/99932884779/

2016-03-16 11:27:02 316

原创 日志写如数据库

http://blog.csdn.net/ziruobing/article/details/3919501

2016-03-16 11:15:41 90

原创 google验证码使用

http://chenzhou123520.iteye.com/blog/1987636

2016-03-15 16:07:30 235

原创 spring mvc shiro框架

http://micmiu.github.io/mvc-hazel/

2016-03-15 15:08:24 62

原创 网站模板

http://www.mycodes.net/153/2.htm

2016-03-11 13:24:57 63

原创 爬虫框架

http://www.zhihu.com/question/31427895

2016-03-08 17:15:22 54

原创 时间插件

http://www.huiyi8.com/shijianzhou/

2016-03-07 19:41:45 75

原创 spring mvc 整合 缓存(成功)

http://www.cnblogs.com/daxin/archive/2013/05/31/3111453.html

2016-03-04 17:00:19 65

原创 缓存使用

http://blog.csdn.net/thc1987/article/details/7345816

2016-03-04 12:20:29 88

原创 easyui

http://www.cnblogs.com/huozhicheng/archive/2011/09/27/2193605.html

2016-03-01 22:10:45 39

原创 easyui

http://www.jeasyui.com/download/index.php

2016-03-01 20:31:26 41

原创 grid

http://thebestofyouth.com/bsgrid/

2016-03-01 15:21:39 65

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除