7.1 Pod与controller的关系 controllers:在集群上管理和运行容器的对象。有时也称为工作负载(workload) 通过label-selector相关联,如下图所示。 Pod通过控制器实现应用的运维,如伸缩,滚动升级等 controllers:在集群上管理和运行容器的对象。有 ...
分类:
其他好文 时间:
2021-05-24 00:10:17
阅读次数:
0
%load_ext autoreload %autoreload 2 %matplotlib inline %config InlineBackend.figure_format='retina' from __future__ import absolute_import, division, p ...
分类:
编程语言 时间:
2021-05-03 12:48:31
阅读次数:
0
做别名扫描添加的硬盘 [root@localhost ks]# alias scandisk="echo '- - -' > /sys/class/scsi_host/host0/scan;echo '- - -' > /sys/class/scsi_host/host1/scan;echo '- ...
分类:
其他好文 时间:
2021-05-03 12:39:12
阅读次数:
0
package main import "fmt" type MultipleEdgeNode struct { iVex int iLink *MultipleEdgeNode jVex int jLink *MultipleEdgeNode } type MultipleVertexNode s ...
分类:
其他好文 时间:
2021-04-28 12:08:23
阅读次数:
0
环境:ubnutu 修改daemon.json vim /etc/docker/daemon.json { "graph":"/data/docker-data" } 转移旧文件 docker数据默认存放路径为:/var/lib/docker,我这里转移到/data/docker-data 和dae ...
分类:
其他好文 时间:
2021-04-21 12:22:15
阅读次数:
0
今天用MySQL做了一个很简单类似于 UserName='张三'的查询,居然报错了: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 从错 ...
分类:
数据库 时间:
2021-04-19 14:12:48
阅读次数:
0
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better tha ...
分类:
编程语言 时间:
2021-04-13 12:03:32
阅读次数:
0
研究静态检测恶意软件的方法很多,最常见也没有效果的就是文件哈希,即一对一的恶意软件进行检测。 为了更快的进行检测,现在的静态检测引擎会提取二进制文件的关键区域,并对区域内的特定OP代码字符串进行签名对比,最好的一个开源的例子就是YARA(yara是一款帮助恶意软件研究人员识别和分析恶意软件样本的开源 ...
分类:
其他好文 时间:
2021-04-10 13:30:34
阅读次数:
0
问题描述 使用API获取所有Azure AD中的用户列表,API所参考的文档:https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http,如果想过滤出“Block sign in”为no的人,如 ...
Description: Given a string s and a string array dictionary, return the longest string in the dictionary that can be formed by deleting some of the gi ...
分类:
其他好文 时间:
2021-04-05 12:21:20
阅读次数:
0