摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.connection.RedisConnectionFactory; import org.sp... 阅读全文
posted @ 2017-01-25 17:29 佛法无边 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: 1.在windows7中安装vmware 2.在vmware中安装centos7 3.禁用centos7自带的firewalld.service 4.安装iptables防火墙 5.安装Redis 3.2.6 is the latest stable version. 6.修改redis.conf配 阅读全文
posted @ 2017-01-25 17:26 佛法无边 阅读(483) 评论(0) 推荐(0) 编辑
摘要: import java.text.SimpleDateFormat; import java.util.Date; /** * Created by pc on 2017/1/25. */ public class LRUCache { private Object data; private Date lastTime; public LRUCache(Obj... 阅读全文
posted @ 2017-01-25 15:06 佛法无边 阅读(184) 评论(0) 推荐(0) 编辑