Q151. An organization is planning to setup a management network on the AWS VPC. The organization is trying to secure the webserver on a single VPC ins ...
分类:
其他好文 时间:
2020-04-30 19:02:43
阅读次数:
77
如果想从头学起Jenkins的话,可以看看这一系列的文章哦 https://www.cnblogs.com/poloyy/category/1645399.html 下载安装包 wget http://mirrors.jenkins.io/war-stable/latest/jenkins.war ...
分类:
其他好文 时间:
2020-04-29 18:45:54
阅读次数:
51
1、全局安装pm2:npm install pm2@latest -g 2、将pm2安装成windows service,以达到开机运行的目的:npm i -g pm2-windows-service 3、添加pm2环境变量: 右键 [我的电脑] - [属性] - [高级系统设置] - [环境变量] ...
centos7安装Apache centos7安装mysql8 centos7安装php7 先登录mysql创建一个wordpress的数据库 下载wordpress https://cn.wordpress.org/ latest zh_CN 下载完后解压,然后把文件夹里面的内容都上传到服务器的/ ...
分类:
其他好文 时间:
2020-04-27 17:47:58
阅读次数:
48
首发于个人公众号:《Python编程时光》 我的博客原文:http://python.iswbm.com/en/latest/c01/c01_44.html 我的 Github:https://github.com/iswbm/PythonCodingTime Python 中编码问题,一直是很多 ...
分类:
编程语言 时间:
2020-04-27 13:35:36
阅读次数:
59
步骤1:拉取mysql镜像,拉取命令如下:(拉取MySQL镜像时最好指定一个常用版本,不加版本号默认拉取 latest 版本,一般生产环境以求稳为主) docker pull mysql:5.7 步骤2:拉取tomcat镜像,拉取命令如下: docker pull tomcat 步骤3:创建mysq ...
分类:
数据库 时间:
2020-04-26 01:32:03
阅读次数:
149
dataset对于操作JSON文件、NoSQL非常好用。 官方文档:http://dataset.readthedocs.io/en/latest/ 补充: 连接mysql数据库: db = dataset.connect('mysql://username:password@10.10.10.10 ...
分类:
数据库 时间:
2020-04-26 01:31:08
阅读次数:
133
一、elasticsearch版本与jdk版本对应关系 参考位置 2020年3月27日更新 elasticsearch安装 及 启动异常解决 虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/ ...
分类:
其他好文 时间:
2020-04-25 23:36:30
阅读次数:
173
通过继承AccumulatorV2可以实现自定义累加器。 官方案例可参考:http://spark.apache.org/docs/latest/rdd-programming-guide.html#accumulators 下面是我自己写的一个统计卡种数量的案例。 package com.shua ...
分类:
其他好文 时间:
2020-04-24 00:55:29
阅读次数:
84
Rancher 是通过 Web 界面管理 k8s 集群的工具,本身支持使用 Docker 启动。 单节点部署只需要 docker run 即可,易用性高,高可用部署可以使用 nginx 反向代理机制。 以下是单节点部署的可选方式: 1. 默认 Rancher 生成自签证书 $ docker run ...
分类:
其他好文 时间:
2020-04-23 23:19:17
阅读次数:
159