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
1.jp@gc - PerfMon Metrics Collector控件中必须要将文件进行写入,否则报错: 2.并发测试后报java.net.BindException: Address already in use: 原因: 操作系统会为TCP/IP服务预留临时端口,Jmeter在跑并发测试的时 ...
分类:
其他好文 时间:
2020-06-19 11:48:50
阅读次数:
65
1、安装kubelet、kubeadm、kubectl2、查看所需镜像命令:kubeadm config images list结果:k8s.gcr.io/kube-apiserver:v1.18.3k8s.gcr.io/kube-controller-manager:v1.18.3k8s.gcr.... ...
分类:
Web程序 时间:
2020-06-18 22:05:22
阅读次数:
68
在控制中加入$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
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
其他好文 时间:
2020-06-16 15:08:33
阅读次数:
44
有这样一张表,“non_response_num”是真实非应答次数,“predict_non_response_num”是模型预测的非应答次数。 想计算每个时间片内不同group_id的所有hex_center的MAE值,用groupby方法: from sklearn import metrics ...
分类:
其他好文 时间:
2020-06-16 14:52:10
阅读次数:
72