在docker服务器上添加新的镜像后想在rancher中部署运行,通过docker image ls可以看到镜像存在,但是在通过rancher添加部署的时候却出现以下错误。 Failed to pull image "data-center-catalog:latest": rpc error: c ...
分类:
其他好文 时间:
2020-08-10 15:51:51
阅读次数:
121
长按二维码,关注我们背景相信大家在面试过程中遇到面试官问线程的很多,线程过后就是线程池了。从易到难,都是这么个过程,还有就是确实很多人在工作中接触线程池比较少,最多的也就是创建一个然后往里面提交线程,对于一些经验很丰富的面试官来说,一下就可以问出很多线程池相关的问题,与其被问的晕头转向,还不如好好学习。此时不努力更待何时。什么是线程池?线程池是一种多线程处理形式,处理过程中将任务提交到线程池,任务
分类:
编程语言 时间:
2020-08-03 23:19:44
阅读次数:
64
question: A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edge ...
分类:
其他好文 时间:
2020-07-26 23:09:33
阅读次数:
68
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between ...
分类:
其他好文 时间:
2020-07-26 02:05:42
阅读次数:
102
实验环境: Centos7.4 x 4台 192.168.1.101 master 192.168.1.102 backup 192.168.1.103 web1 192.168.1.104 web2 漂移IP(即VIP):192.168.1.2501.关闭防火墙和SELINUX(略)2.配置本地y ...
分类:
系统相关 时间:
2020-07-22 02:15:37
阅读次数:
114
Configure Windows Authentication in ASP.NET Core Windows Authentication (also known as Negotiate, Kerberos, or NTLM authentication) can be configured ...
BGP 路径属性 {公认属性}, well-known(众所周知) 公认属性所有的BGP设备都必须支持 【公认必遵】,强制 well-known mandatory,必须包含在update信息中 【公认自决】 well-known discretionary 不一定包含在update信息中, {可选 ...
分类:
其他好文 时间:
2020-07-18 00:36:55
阅读次数:
97
json转换成的实体类加注解@JsonIgnoreProperties(ignoreUnknown = true),注意这是类级别的注解。 @JsonIgnore注解用来忽略某些字段,可以用在Field或者Getter方法上,用在Setter方法时,和Filed效果一样。这个注解只能用在POJO存在 ...
分类:
Web程序 时间:
2020-07-17 09:23:38
阅读次数:
102
github网络错误处理 [root@node10 kodoe]# git pull origin:dev ssh: Could not resolve hostname origin: Name or service not known fatal: Could not read from rem ...
分类:
其他好文 时间:
2020-07-14 13:37:21
阅读次数:
72
##题面 Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our dai ...
分类:
其他好文 时间:
2020-07-12 17:05:48
阅读次数:
132