线上部署了kuberneter集群环境,需要在zabbix上对相关组件运行情况进行监控。kuberneter组件监控指标分为固定指标数据采集和动态指标数据采集。其中,固定指标数据在终端命令行可以通过metrics接口获取, 在zabbix里"自动发现";动态指标数据通过python脚本获获取,并返回 ...
分类:
Web程序 时间:
2019-05-24 12:24:23
阅读次数:
735
dispatchPreprocessedEventFromEventQueue 先定位;hittest * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 2.1 * frame #0: 0x000000010 ...
分类:
移动开发 时间:
2019-05-22 11:24:19
阅读次数:
324
一.单一职责原则 Single Responsibility Principle, 简称SRP。 定义:There should never be more than one reason for a class to change. 应该有且仅有一个原因引起类的变更。 职责的划分?单一的定义和级别 ...
分类:
其他好文 时间:
2019-05-12 12:24:12
阅读次数:
125
本文介绍了在MAC上安装MYSQL 8.0.16版本所遇到的纠结与求解过程。
分类:
数据库 时间:
2019-05-09 23:37:16
阅读次数:
2186
1、ls命令 就是list的缩写,通过ls 命令不仅可以查看linux文件夹包含的文件,而且可以查看文件权限(包括目录、文件夹、文件权限)查看目录信息等等 常用参数搭配: ls -a 列出目录所有文件,包含以.开始的隐藏文件 ls -A 列出除.及..的其它文件 ls -r 反序排列 ls -t ...
分类:
系统相关 时间:
2019-05-09 15:49:46
阅读次数:
151
SAP MM 巴西采购订单中的NCM Code 1,近日收到业务部门报的一个问题,某用户试图将采购订单4400000071中ITEM 40的删除标记取消, SAP系统报错,'Enter a valid NCM code', 如下图: 问我们该如何解决。乍看这个报错,笔者有点懵!笔者从没有做过巴西的S ...
分类:
其他好文 时间:
2019-04-29 09:24:01
阅读次数:
166
A Vuex store centralizes the state of your app, making it easy to reason about your state flow. In this lesson we’ll see how we can create a Vuex stor ...
分类:
其他好文 时间:
2019-04-26 00:07:22
阅读次数:
148
GOAL In 11gR2, deinstall is the recommended tool to deinstall an Oracle Clusterware(Grid Infrastructure) home, however it does not apply to certain sc ...
分类:
数据库 时间:
2019-04-25 18:48:36
阅读次数:
189