签发kubelet证书 前面安装kube-apiserver的时候已经签发过证书,在前面签发证书的基础上签发kubelet证书,与前面签发的证书共用cat私钥文件与根配置文件ca-config.json 。 切换到192.168.0.102虚拟机。 vi /opt/certs/kubelet-csr ...
分类:
其他好文 时间:
2020-07-03 01:12:55
阅读次数:
111
Alice and Bob have candy bars of different sizes: A[i] is the size of the i-th bar of candy that Alice has, and B[j] is the size of the j-th bar of ca ...
分类:
其他好文 时间:
2020-07-02 10:42:14
阅读次数:
53
1. https的加密算法 答:①对称加密算法(快)、非对称加密算法(慢) ②数字签名(算法提取摘要 加密) (防止内容被篡改) ③数字证书(服务器提供信息给CA生成数字证书、浏览器使用CA的公钥去验证数字证书)(解决公钥的信任危机) ④浏览器生成一个随机数(对称加密的密钥)发送给服务器,今后使用这 ...
分类:
其他好文 时间:
2020-06-30 20:17:44
阅读次数:
82
Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:
编程语言 时间:
2020-06-30 10:43:50
阅读次数:
213
语义分割与数据集 Semantic Segmentation and the Dataset 在目标检测问题中,我们只使用矩形边界框来标记和预测图像中的对象。在这一节中,我们将对不同的语义区域进行语义分割。这些语义区域在像素级标记和预测对象。图1显示了一个语义分割的图像,区域标记为“dog”、“ca ...
分类:
其他好文 时间:
2020-06-29 20:16:05
阅读次数:
73
部署LAMP环境 请注意centos版本, https://help.aliyun.com/document_detail/50774.html?spm=5176.11065259.1996646101.searchclickresult.329a675cZHKfON ...
分类:
其他好文 时间:
2020-06-27 09:43:59
阅读次数:
63
使用 xray 代理模式进行漏洞扫描 代理模式下的基本架构为,扫描器作为中间人,首先原样转发流量,并返回服务器响应给浏览器等客户端,通讯两端都认为自己直接与对方对话,同时记录该流量,然后修改参数并重新发送请求进行扫描。 生成 ca 证书 在浏览器使用 https 协议通信的情况下,必须要得到客户端的 ...
分类:
其他好文 时间:
2020-06-27 00:35:20
阅读次数:
77
安装mysql yum install mysql mysql-server 会出现以下错误: [root@yl-web yl]# yum install mysql-server Loaded plugins: fastestmirror Loading mirror speeds from ca ...
分类:
数据库 时间:
2020-06-26 22:38:58
阅读次数:
85
Function "LCA_DI" Convert Char Array to DInt "LDI_CA" Convert DInt to Char Array Example Parameter Input Output InOut Static CA Array[0..9] of CharDI ...
分类:
其他好文 时间:
2020-06-26 01:17:33
阅读次数:
76
简单命令 cd ~ //主目录 cd / //根目录 cd .. //回退 pwd //绝对路径 mkdir //新建文件夹 vim a.py //创建文件 ls //查看目录 cp //复制 rm //删除文件 rm -r //删除文件夹ls rm -rf rm -f mv //移动、重命名 ca ...
分类:
系统相关 时间:
2020-06-25 11:44:20
阅读次数:
71