Amazon Web Services (AWS) allows customers to assign metadata to their AWS resources in the form of tags. Each tag is a simple label consisting of a c... ...
分类:
其他好文 时间:
2018-08-31 00:27:06
阅读次数:
186
资源配置清单用编排yaml的方式来编排Docker,采用RTETful的接口风格,主要的资源对象如下图 自主式Pod资源(不受控制器控制) 资源的清单格式: 一级字段:apiVersion(group/version), kind, metadata(name,namespace,labels,an ...
分类:
Web程序 时间:
2018-08-10 10:57:03
阅读次数:
281
In this document we will present the following topics. First, an overview of the existing types of joins and algorithms provided. Then a description o ...
分类:
数据库 时间:
2018-08-07 00:25:01
阅读次数:
242
oracle中如何生成awr报告 1、进入数据库 sqlplus / as sysdba 2、查看用户 show parameter db_name 3、开始压测后执行 exec DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT (); 4、 结束压测后执行 exec ...
分类:
数据库 时间:
2018-07-23 14:59:09
阅读次数:
183
原文地址:https://blog.csdn.net/elvis_lfc/article/details/52326148 啥是AWR? AWR (Automatic Workload Repository) 一堆历史性能数据,放在SYSAUX表空间上, AWR和SYSAUX都是10g出现的,是Or ...
分类:
数据库 时间:
2018-07-16 14:11:41
阅读次数:
298
Cluster Lifecycle 层面对 kubeadm 添加了 self-hosted 功能,意味着可以将 Kubernetes 运行在 Kubernetes 上,即自举。自举被认为是系统”优雅”的一种体现,实际上 Kubernetes 在很早期就开始尝试自举,现在 kubeadm 直接添加此功 ...
分类:
Web程序 时间:
2018-07-15 19:48:25
阅读次数:
282
# -*- coding: utf-8 -*- #auther tonyxiao import xlrd workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 SheetList = workbook.sheet_ ...
分类:
其他好文 时间:
2018-07-07 15:54:23
阅读次数:
158
1 # -*- coding: utf-8 -*- 2 3 #auther tonyxiao 4 import xlrd 5 6 workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 7 SheetList = w... ...
分类:
其他好文 时间:
2018-07-07 15:37:43
阅读次数:
141
服务器遇到一个问题 然后解决办法为: 先mark 一下 再慢慢看解决方案 组要是还没看懂。 http://blog.sina.com.cn/s/blog_004175870101mzfl.html 设备 naa.6006016004102900751132ac8de3e211 性能降低。I/O 滞后 ...
分类:
其他好文 时间:
2018-06-29 11:01:31
阅读次数:
1463
前两天由于误操作,删除了一台虚拟机和对应的VHD文件,导致无法恢复这台机器,自己花了10个小时重新将虚拟机恢复完毕。从那以后就开始研究虚拟机的备份服务,避免发生类似的事情。微软云是提供一套备份解决方案的,备份服务,该服务可以对微软自家的workload备份颗粒度很细致,但是也支持对整个VM进行备份(... ...
分类:
其他好文 时间:
2018-06-03 19:31:13
阅读次数:
158