摘要: https://www.jb51.net/database/587954.html 阅读全文
posted @ 2018-06-19 17:35 无天666 阅读(3554) 评论(0) 推荐(0) 编辑
摘要: https://yulaiz.com/spring-boot-redis-simple/ 阅读全文
posted @ 2018-06-19 17:02 无天666 阅读(1380) 评论(0) 推荐(0) 编辑
摘要: Redis五大类型:字符串(String)、哈希/散列/字典(Hash)、列表(List)、集合(Set)、有序集合(sorted set)五种Controller:@Resource RedisTemplate redisTemplate;总括:redisTemplate.opsForValue();//操作字符串redisTemplate.opsForHash();//操作hashredisT... 阅读全文
posted @ 2018-06-19 16:32 无天666 阅读(2623) 评论(0) 推荐(0) 编辑
摘要: windows(64位)下使用curl命令 Curl命令可以通过命令行的方式,执行Http请求。在Elasticsearch中有使用的场景,因此这里研究下如何在windows下执行curl命令。 工具下载 在官网处下载工具包:http://curl.haxx.se/download.html 使用方 阅读全文
posted @ 2018-06-19 14:32 无天666 阅读(273) 评论(0) 推荐(0) 编辑
摘要: <!--redis依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> public v 阅读全文
posted @ 2018-06-19 10:41 无天666 阅读(216) 评论(0) 推荐(0) 编辑