码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
SAP 题库 151-200
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(1)- centos7.X下安装Jenkins
如果想从头学起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
Window 设置pm2开机自启动服务
1、全局安装pm2:npm install pm2@latest -g 2、将pm2安装成windows service,以达到开机运行的目的:npm i -g pm2-windows-service 3、添加pm2环境变量: 右键 [我的电脑] - [属性] - [高级系统设置] - [环境变量] ...
分类:Windows程序   时间:2020-04-28 16:59:47    阅读次数:359
LAMP搭建wordpress
centos7安装Apache centos7安装mysql8 centos7安装php7 先登录mysql创建一个wordpress的数据库 下载wordpress https://cn.wordpress.org/ latest zh_CN 下载完后解压,然后把文件夹里面的内容都上传到服务器的/ ...
分类:其他好文   时间:2020-04-27 17:47:58    阅读次数:48
有了这篇文章, Python 中的编码不再是噩梦
首发于个人公众号:《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
Docker之Tomcat容器连接mysql容器
步骤1:拉取mysql镜像,拉取命令如下:(拉取MySQL镜像时最好指定一个常用版本,不加版本号默认拉取 latest 版本,一般生产环境以求稳为主) docker pull mysql:5.7 步骤2:拉取tomcat镜像,拉取命令如下: docker pull tomcat 步骤3:创建mysq ...
分类:数据库   时间:2020-04-26 01:32:03    阅读次数:149
python中非常好用的数据库管理工具
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
Elasticsearch7.x
一、elasticsearch版本与jdk版本对应关系 参考位置 2020年3月27日更新 elasticsearch安装 及 启动异常解决 虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/ ...
分类:其他好文   时间:2020-04-25 23:36:30    阅读次数:173
Spark中自定义累加器
通过继承AccumulatorV2可以实现自定义累加器。 官方案例可参考:http://spark.apache.org/docs/latest/rdd-programming-guide.html#accumulators 下面是我自己写的一个统计卡种数量的案例。 package com.shua ...
分类:其他好文   时间:2020-04-24 00:55:29    阅读次数:84
[K8s] Docker 单节点部署 Rancher
Rancher 是通过 Web 界面管理 k8s 集群的工具,本身支持使用 Docker 启动。 单节点部署只需要 docker run 即可,易用性高,高可用部署可以使用 nginx 反向代理机制。 以下是单节点部署的可选方式: 1. 默认 Rancher 生成自签证书 $ docker run ...
分类:其他好文   时间:2020-04-23 23:19:17    阅读次数:159
1907条   上一页 1 ... 24 25 26 27 28 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!