随笔分类 -  异常和实战问题处理方案

收集部分异常和实战过程中遇到的问题处理方案
摘要:在spring中 针对 RedisTemplate类: private RedisTemplate<String, String> template; 当调用下面方法 template.opsForValue().set(key, value,times, timeUnit); 当指定timeUni 阅读全文
posted @ 2017-05-13 23:06 N!CE波 阅读(24780) 评论(0) 推荐(0)