1、K8s是如何运行容器的。 答:k8s是通过定义一个Pod的资源,然后在Pod里面运行容器的。K8s最小的资源单位Pod。 2、如何创建一个Pod资源呢? 答:在K8s中,所有的资源单位都可以使用一个yaml配置文件来创建,创建Pod也可以使用yaml配置文件。 3、开始,创建一个Pod,先创建一 ...
分类:
Web程序 时间:
2020-06-21 14:10:56
阅读次数:
288
source 导入数据 只需要把sql文件放到机器上,然后登录mysql # 登录数据库,-p指定密码 -h 远程连接 mysql -uroot -p123456 # source 执行sql文件,如果sql文件有切换库的sql,则在任何位置执行都可以,否则需要手动切换到需要导入sql的库 sour ...
分类:
数据库 时间:
2020-06-21 09:40:12
阅读次数:
115
#文件元数据 一块硬盘的分区可以认为有两部分组成,保存元数据的成为节点表,用来保存属性等。 元数据中有个小指针,指向数据存放的实际空间。 ##元数据(Metadata) 又称中介数据、中继数据,为描述数据的数据(data about data),主要是描述数据属性(property)的信息,用来支持 ...
分类:
系统相关 时间:
2020-06-20 16:57:00
阅读次数:
50
我遇到的问题,基本和 https://github.com/xuxueli/xxl-job/issues/840 是完全一样的; 作者的解释是:你好,应该是低版本存在JS缓存。强制刷新一下浏览器缓存,退出并重新登陆确认下。 不过我的 xxl 镜像版本是 2.0.1; (其实表现是一样的) 我使用下面 ...
分类:
Web程序 时间:
2020-06-19 21:01:41
阅读次数:
204
/var/log : where the linux put the logs /var/log/cron on system cron tasks /var/log/cups/ something about the printer /var/log/dmesg/ system self chec ...
分类:
系统相关 时间:
2020-06-18 19:21:13
阅读次数:
56
http://tinylab.org/myths-about-urandom/ Chen Jie 创作于 2015/06/27 打赏 原文:Myths about /dev/urandom 作者:Thomas Hühn 译者:Chen Jie 1 译之前言 你知道 /dev/random 与 /de ...
分类:
其他好文 时间:
2020-06-18 10:55:39
阅读次数:
78
Which two statements are true about an Oracle database? (Choose two.) A table can have multiple foreign keys. A column definition can specify multiple ...
分类:
其他好文 时间:
2020-06-17 23:17:37
阅读次数:
65
which three are true about scalar subquery expressions? They cannot be used in group by clauses. A scalar subquery expression that returns zero rows e ...
分类:
其他好文 时间:
2020-06-16 13:25:55
阅读次数:
179
Restart the Swift services: # service swift-account-auditor restart # service swift-account restart # service swift-account-reaper restart # service s ...
分类:
编程语言 时间:
2020-06-16 13:18:49
阅读次数:
62
1080 Graduate Admission (30分) It is said that in 2011, there are about 100 graduate schools ready to proceed over 40,000 applications in Zhejiang Prov ...
分类:
编程语言 时间:
2020-06-16 00:44:58
阅读次数:
57