上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 168 下一页
摘要: 当前使用的是Linux系统,已经按装使用OpenSSL软件包, 一、使用OpenSSL来生成私钥和公钥 1、执行命令openssl version -a 验证机器上已经安装openssl 1 openssl version -a 1 openssl version -a 1 openssl vers 阅读全文
posted @ 2018-06-25 22:03 无天666 阅读(13747) 评论(1) 推荐(0)
摘要: 1. 创建服务端的channel: 阅读全文
posted @ 2018-06-22 14:45 无天666 阅读(615) 评论(0) 推荐(0)
摘要: https://www.jb51.net/database/587954.html 阅读全文
posted @ 2018-06-19 17:35 无天666 阅读(3565) 评论(0) 推荐(0)
摘要: https://yulaiz.com/spring-boot-redis-simple/ 阅读全文
posted @ 2018-06-19 17:02 无天666 阅读(1413) 评论(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 阅读(2635) 评论(0) 推荐(0)
摘要: windows(64位)下使用curl命令 Curl命令可以通过命令行的方式,执行Http请求。在Elasticsearch中有使用的场景,因此这里研究下如何在windows下执行curl命令。 工具下载 在官网处下载工具包:http://curl.haxx.se/download.html 使用方 阅读全文
posted @ 2018-06-19 14:32 无天666 阅读(301) 评论(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 阅读(219) 评论(0) 推荐(0)
摘要: Pivotal(毕威拓)有VMware和EMC成立的. RabbitMQ是由ERlang(爱立信开发的,面向并发的编程语言),安装RabbitMQ先要安装ERlang。 application.yml bootstrap.yml 微服务之间的事务是分布式的事务(TCC,可靠事务的补偿机制,最大努力型 阅读全文
posted @ 2018-06-16 11:13 无天666 阅读(316) 评论(0) 推荐(0)
摘要: Config server也可以加用户名和密码。Config client通过用户名和密码访问。 Config server也可以做成高可用集群。 Config与eureka配置使用。把Config server注册到eureka。Config client也要注册到eureka。 applicat 阅读全文
posted @ 2018-06-14 17:58 无天666 阅读(2058) 评论(0) 推荐(0)
摘要: Spring-cloud-config : 统一管理配置的组件,不同的环境不同的管理(连接池、数据库配置不一样)。不同时间需要动态调整配置(双十一最大连接数要大)。 分布式配置也可以使用config或者zookeeper或者consul。要实现Spring-cloud-config的功能有很多组件( 阅读全文
posted @ 2018-06-14 16:31 无天666 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 168 下一页