码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
客户端注册Cannot execute request on any known server解决
在对eureka注册中心服务端添加安全验证后,新版本springcloud出现一个问题就是,在客户端注册到服务中心时报了一个错:Cannot execute request on any known server,重新仔细看了一下官方文档Securing The Eureka Server部分得以解 ...
分类:其他好文   时间:2019-09-12 13:38:57    阅读次数:154
文件类型分类:头文件dirent.h中定义的文件类型与linux内文件符号对应关系
头文件 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基本命令和五大数据结构】 redis的基础知识和命令 redis 是一个单进程(包装epoll函数来对读写事件进行相应) 默认有16个数据库,初始使用的数据库为0号库 默认端口为6379 select :切换数据库 dbsize:查看当前库的key的个数 flushdb:清空当前库 ...
分类:其他好文   时间:2019-09-06 15:48:16    阅读次数:131
通过jdk8文档学习Iterator, Collection, Stream, Collector, List,
jdk官网文档,对于一个类或者接口,通常有这样的描述,这里的Iterable<T>有All Known SubInterfaces/Implementing Classes包含了直接子接口/实现类,也包括了间接子接口/实现类, 例如,List<E>的源码是这样写的:public interface ...
分类:其他好文   时间:2019-09-03 22:43:27    阅读次数:112
2019 宁夏网络赛
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
code rain???
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基础】Permission denied (publickey). fatal: Could not read from remote repository
运行以下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
jdk1.8换成11,启动项目报错java.net.MalformedURLException: unknown protocol: jrt
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
practically|exclamation|defy|thrilled|
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
1617条   上一页 1 ... 26 27 28 29 30 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!