Luouy~羽林
学问如逆水行舟,不进则退; 有知识的人不实践,等于一只蜜蜂不酿蜜; 我们可以由读书而收集知识,但必须利用思考把糠和谷子分开
05 2018 档案
JAVA 每周一 每周日 时间
摘要:Calendar cal = Calendar.getInstance(); SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd"); cal.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY); // 获取本周一的日期 ... 阅读全文
posted @ 2018-05-04 11:14 羽林.Luouy
Spring Data JPA
摘要:https://blog.csdn.net/u014633852/article/details/52607346 https://blog.csdn.net/u014633852/article/details/52607346 https://blog.csdn.net/u014633852/a 阅读全文
posted @ 2018-05-03 12:05 羽林.Luouy
spring-data-redis 中使用RedisTemplate操作Redis
摘要:Redis 数据结构简介 Redis可以存储键与5种不同数据结构类型之间的映射,这5种数据结构类型分别为String(字符串)、List(列表)、Set(集合)、Hash(散列)和 Zset(有序集合)。 下面来对这5种数据结构类型作简单的介绍: Redis 5种数据结构的概念大致介绍到这边,下面将 阅读全文
posted @ 2018-05-02 10:15 羽林.Luouy