码迷,mamicode.com
首页 >  
搜索关键字:describe    ( 1114个结果
CaaSP4 - 命令记录
# kubectl describe nodes master01 Name: master01 Roles: master Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux ... ...
分类:Web程序   时间:2019-10-09 10:54:01    阅读次数:142
Python的DataFrame基础使用
1.使用DataFrame建表的三种方式 2.查看数据情况 3.数据检索 4.对表进行描述 5.表的合并 ...
分类:编程语言   时间:2019-10-08 18:55:20    阅读次数:115
异常值的处理
#异常值的处理import pandas as pdimport numpy as npSegData=pd.read_csv('./data/data1.csv',encoding='gbk')SegData.head()SegData.describe().TSegData.loc[:,'供应商 ...
分类:其他好文   时间:2019-10-04 09:16:35    阅读次数:91
数据透视表
import pandas as pdpivot_data=pd.read_excel('./data/data3.xlsx')pivot_data.head()pivot_data.describe(include='all').T import numpy as np#透视表 求进货价合计、平均 ...
分类:其他好文   时间:2019-10-03 22:10:46    阅读次数:103
UWL CS452/552 Arti?cial Intelligence
Homework 1 — Using A* SearchUWL CS452/552 Arti?cial IntelligenceFall 2019For your ?rst homework, please write a Java[1] class which implements A* sear ...
分类:其他好文   时间:2019-09-28 20:30:49    阅读次数:116
CSSE1001 Supplementary Programming Exercise
CSSE1001 Supplementary Programming ExerciseCreate a simple banking application with a graphical user interface (GUI) for a banking system.The GUI is t ...
分类:Web程序   时间:2019-09-28 20:04:54    阅读次数:101
How to Construct the Input Bet String
The purpose of this section is to describe the format of the string which will submitted to the Python bet processor strats.py. This string is a serie ...
分类:其他好文   时间:2019-09-28 12:38:24    阅读次数:108
Kubernetes1.15.2集群部署并部署Metrics Server插件
Kubernetes1.15.2集群部署并部署Metrics Server插件
分类:Web程序   时间:2019-09-19 10:27:57    阅读次数:255
Lambda,AWS和Python的自动化管理操作 - 自动开机和关机
上一篇豆子已经配置在PyCharm里面添加了boto3和pyboto3,因此写脚本的时候可以直接在自己的PyCharm里面编写。下面是一个例子遍历所有的region查找EC2,如果状态是开机,那就关掉;或者倒过来也可以写成如果是关机状态,就开机。importboto3deflambda_handler(event,context):#Getlistofregionsec2_client=boto3
分类:编程语言   时间:2019-09-19 09:17:37    阅读次数:149
Kubernetes运维之微服务生产环境采坑分享
生产环境经验1、限制了容器资源,还经常被杀死?2、滚动更新之健康检查重要性3、滚动更新之流量的丢失先说一下第一个问题,限制容器资源,还经常去杀死的原因?就是说部署的java应用,不一会就重启了,其实重启就是在重建了,这就意味着你的pod是不健康的,然后k8s重新再帮你去拉取了,这样的话就要去找问题去排查了,说白了其实就是被杀死了,可以通过describe去查看一下事件,一般都会能看到,由于健康状态
分类:Web程序   时间:2019-09-17 12:13:02    阅读次数:156
1114条   上一页 1 ... 17 18 19 20 21 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!