在对eureka注册中心服务端添加安全验证后,新版本springcloud出现一个问题就是,在客户端注册到服务中心时报了一个错:Cannot execute request on any known server,重新仔细看了一下官方文档Securing The Eureka Server部分得以解 ...
分类:
其他好文 时间:
2019-09-12 13:38:57
阅读次数:
154
头文件 dirent.h 定义了文件类型;enum{ DT_UNKNOWN = 0, //未知类型 DT_FIFO = 1, //first in, first out 类似于管道, 有名管道 DT_CHR = 2, //字符设备文件 DT_DIR = 4, //目录 DT_BLK = 6, //块 ...
分类:
系统相关 时间:
2019-09-11 19:58:00
阅读次数:
129
Complex analysis, traditionally known as the theory of functions of a complex variable, is the branch of mathematical analysis that investigates funct... ...
分类:
其他好文 时间:
2019-09-08 20:01:52
阅读次数:
128
【二、Redis基本命令和五大数据结构】 redis的基础知识和命令 redis 是一个单进程(包装epoll函数来对读写事件进行相应) 默认有16个数据库,初始使用的数据库为0号库 默认端口为6379 select :切换数据库 dbsize:查看当前库的key的个数 flushdb:清空当前库 ...
分类:
其他好文 时间:
2019-09-06 15:48:16
阅读次数:
131
jdk官网文档,对于一个类或者接口,通常有这样的描述,这里的Iterable<T>有All Known SubInterfaces/Implementing Classes包含了直接子接口/实现类,也包括了间接子接口/实现类, 例如,List<E>的源码是这样写的:public interface ...
分类:
其他好文 时间:
2019-09-03 22:43:27
阅读次数:
112
A、Maximum Element In A Stack As an ACM-ICPC newbie, Aishah is learning data structures in computer science. She has already known that a stack, as a d ...
分类:
其他好文 时间:
2019-09-03 21:55:44
阅读次数:
102
Everybody loves the visual effect of the falling binary code known as ” Rain ” in The Matrix. In this article, we gonna show you an easy way to create ...
分类:
其他好文 时间:
2019-09-03 13:31:07
阅读次数:
153
运行以下git命令的时候出现错误 error 原因 本地没有生成SSH key. 解决方法here 1. generate SSH key; 按照提示进行; 2. add your SSH key to the ssh-agent. 3. add the SSH key to your Github ...
分类:
其他好文 时间:
2019-09-02 19:04:54
阅读次数:
83
jdk11 Information:Internal caches are corrupted or have outdated format, forcing project rebuild: Module 'messystem' production: java.net.MalformedURL ...
分类:
编程语言 时间:
2019-08-28 01:28:49
阅读次数:
174
ADV 简直;几乎Practically means almost, but not completely or exactly. He'd known the old man practically all his life... 他几乎打记事起就认识这个老人。 N-COUNT 惊叫;感叹;感叹词 ...
分类:
其他好文 时间:
2019-08-26 13:11:03
阅读次数:
102