1、安装libfastcommon-1.0.43,安装包可以在大佬的https://github.com/happyfish100/libfastcommon/releases下载 [root@localhost Downloads]# tar -zxvf libfastcommon-1.0.43. ...
分类:
其他好文 时间:
2020-06-20 21:35:21
阅读次数:
60
1. ephemeral-storage介绍 Kubernetes在1.8的版本中引入了一种类似于CPU,RAM的新的资源模式:ephemeral-storage属性(直译为临时存储),并且在1.10的版本kubelet默认启用了这个特性。 ephemeral-storage实现了对Pod应用存储资 ...
分类:
其他好文 时间:
2020-06-20 18:59:18
阅读次数:
345
VAAI Atomic Test & Set (ATS),Hardware Assisted Locking(COMPARE_AND_WRITE ),Enables granular locking of block storage devices, accelerating performance ...
分类:
其他好文 时间:
2020-06-20 11:28:10
阅读次数:
74
SCSI Persistent Reservations,used for a number of cluster storage configurations for I/O fencing and failover/retakeover.(SPC-3/SPC-4) PROUT Service A ...
分类:
其他好文 时间:
2020-06-20 11:17:13
阅读次数:
65
https://blog.csdn.net/u012102306/article/details/51637366 /bin/spark-submit \ --master yarn-cluster \ --num-executors 100 \ --executor-memory 6G \ --e ...
分类:
其他好文 时间:
2020-06-19 12:03:23
阅读次数:
58
在控制中加入$form->multipleImage('file', __('File'))->removable();其中multipleImage是多图上传的标识.我在数据表中的字段是 file 数据类型是 varchar 所以在model 中 加入 方法名 get/set->后面的File对应 ...
分类:
Web程序 时间:
2020-06-18 21:55:44
阅读次数:
96
一、docker info 出现"The devicemapper storage driver is deprecated "警告 需要修改docker安装磁盘文件系统的ftype参数为1 查询文件系统的ftype,如果为0,需要重新格式化磁盘,并修改磁盘文件系统的ftype参数为1 xsfs_i ...
分类:
其他好文 时间:
2020-06-18 19:23:18
阅读次数:
94
安装selenium selenium可以直接可以用pip安装。 pip install selenium 安装chromedriver 下载 chromedriver的版本一定要与Chrome的版本一致,不然就不起作用。 有两个下载地址: 1、http://chromedriver.storage ...
分类:
其他好文 时间:
2020-06-17 23:41:55
阅读次数:
62
下载地址 https://downloads.mysql.com/archives/community/ 解压缩 复制 my-huge.ini 改名为 my.ini 配置 my.ini # The following options will be passed to all MySQL clien ...
分类:
数据库 时间:
2020-06-17 13:03:52
阅读次数:
76
推荐如下: ENTRYPOINT ["/etc/prometheus/prometheus"] CMD ["--config.file=/etc/prometheus/prometheus.yml", "--storage.tsdb.path=/etc/prometheus/data" ,"--we ...
分类:
其他好文 时间:
2020-06-17 12:33:59
阅读次数:
65