码迷,mamicode.com
首页 >  
搜索关键字:cacti threshold    ( 1139个结果
18、OpenCV Python 简单实现一个图片生成(类似抖音生成字母人像)
1 __author__ = "WSX" 2 import cv2 as cv 3 import numpy as np 4 5 def local_threshold(img): #局部阈值 6 gray = cv.cvtColor(img , cv.COLOR_BGR2GRAY) #首先变为灰度... ...
分类:编程语言   时间:2018-06-10 00:33:04    阅读次数:540
zabbix-proxy+cacti+nagios基本安装配置
监控
分类:移动开发   时间:2018-06-08 00:42:14    阅读次数:239
LAMP 搭建Cacti
参考:http://blog.51cto.com/chenhao6/1249302一、cacti概述1. cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户。因此,snmp和rrdtool是cacti的关键。Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成。2
分类:其他好文   时间:2018-05-31 20:30:27    阅读次数:203
Qualcomm platform, the commonly used parameters of charger and battery in device tree file
1 battery charging voltage : qcom,float voltage mv = ; 2 battery recharge threshold : qcom,resume delta mv = ; 3 the max current battery charging curr ...
分类:其他好文   时间:2018-05-31 19:19:26    阅读次数:167
学习六十
19.1Linux监控平台介绍19.2zabbix监控介绍19.3/19.4/19.6安装zabbix19.5忘记Admin密码如何做Linux监控平台介绍cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cact
分类:其他好文   时间:2018-05-28 21:51:56    阅读次数:182
2018-05-24 Linux学习
19.1Linux监控平台介绍常见开源监控软件cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或者监控项的状态,zabbix会获取服务
分类:系统相关   时间:2018-05-24 22:22:15    阅读次数:253
2018-05-24 Linux学习
19.1Linux监控平台介绍常见开源监控软件cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或者监控项的状态,zabbix会获取服务
分类:系统相关   时间:2018-05-24 22:19:33    阅读次数:274
19.1-19.6
19.1 Linux监控平台介绍常见开源监控软件 cacti、nagios、zabbix、smokeping、open-falcon等等 cacti、smokeping偏向于基础监控,成图非常漂亮 cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或
分类:其他好文   时间:2018-05-24 18:55:36    阅读次数:204
React react-fastclick-alt 移动端点击
1. Install 2. 用法 将元素或者component放在 <FastClick>...</FastClick> 中 3. 监测到tap事件后会阻止冒泡 event.stopPropagation() 4. 两个参数 threshold 在px中不能再转换为点击之前,触摸可以移动多远。 默认 ...
分类:移动开发   时间:2018-05-23 19:07:10    阅读次数:863
二值化函数cvThreshold()参数CV_THRESH_OTSU的疑惑【转】
查看OpenCV文档cvThreshold(),在二值化函数cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)中,参数threshold_type有5种类型 ...
分类:其他好文   时间:2018-05-17 18:22:38    阅读次数:872
1139条   上一页 1 ... 21 22 23 24 25 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!