码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
kubernetes deployment升级和回滚
a.创建deployment pod 准备svc文件 创建nginx-svc b.升级mynginx,nginx:1.13 > nginx:1.15 c.回滚升级 ...
分类:Web程序   时间:2019-03-20 20:47:38    阅读次数:234
[Functional Programming] Running though a serial number prediction functions for tagging, pairing the result into object
Let's we have some prediction functions, for each prediction function has a corresponding tag: So if we have input as: Also we wish our program to the ...
分类:其他好文   时间:2019-03-19 21:28:05    阅读次数:123
Running Spark Streaming Jobs on a Kerberos-Enabled Cluster
Use the following steps to run a Spark Streaming job on a Kerberos-enabled cluster. Select or create a user account to be used as principal. This shou ...
分类:其他好文   时间:2019-03-19 15:23:20    阅读次数:147
Ubuntu18.04安装mysql并配置远程访问
1、ssh连接到Ubuntu服务器 默认root用户登陆,如果运行以下命令没有权限请在命令开头加sudo 2、安装mysql 3、配置mysql 会出现很多问题,让选择Yes或者No(把#2的密码记住,其他的我感觉选什么都行) 4、运行以下命令查看mysql服务状态,出现active(running ...
分类:数据库   时间:2019-03-17 01:14:21    阅读次数:706
在Docker for Windows中运行GUI程序
Docker运行GUI原理 Docker目前大多应用在服务器领域,那么在Docker中可以运行GUI程序吗?怀着好奇心google了一番,还真有人写了一篇文章 "running gui applications inside docker containers" ,文章从原理剖析到实际操作内容非常详 ...
分类:Windows程序   时间:2019-03-14 18:27:33    阅读次数:638
【原创】大数据基础之Presto(1)简介、安装、使用
presto 0.217 官方:http://prestodb.github.io/ 一 简介 Presto is an open source distributed SQL query engine for running interactive analytic queries against ...
分类:其他好文   时间:2019-03-14 13:26:12    阅读次数:163
支持热添加CPU和内存的操作系统
http://www.running-system.com/some-basics-about-hot-addhot-plug/OverviewOperatingSystemsupportforHot-addandHot-plug:GuestOperatingSystemLicenseHot-AddRAMHot-PlugCPUsWindowsServer200332bit/64bitStandar
分类:其他好文   时间:2019-03-12 13:59:10    阅读次数:432
docker常用命令
Docker安装问题: Here is the error I get: Error checking TLS connection: Something went wrong running an SSH command! command : ip addr show err : exit sta ...
分类:其他好文   时间:2019-03-10 20:56:25    阅读次数:345
CSS3 animation动画
1、@keyframes 定义关键帧动画2、animation-name 动画名称3、animation-duration 动画时间4、animation-timing-function 动画曲线 linear(匀速)|ease(缓冲)|steps(步数)5、animation-delay 动画延迟 ...
分类:Web程序   时间:2019-03-10 09:17:21    阅读次数:258
linux查看磁盘io的几种方法
怎样才能快速的定位到并发高是由于磁盘io开销大呢?可以通过三种方式: 第一种:用 top 命令 中的cpu 信息观察 Top可以看到的cpu信息有: Tasks: 29 total, 1 running, 28 sleeping, 0 stopped, 0 zombie Cpu(s): 0.3% u ...
分类:系统相关   时间:2019-03-08 19:46:56    阅读次数:213
3503条   上一页 1 ... 78 79 80 81 82 ... 351 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!