被动模式 无论是主动模式还是被动模式,都是站在zabbix agent角度来说的工作模式,比如被动模式,是说zabbix agent被动的接受zabbix server周期性发送过来的数据收集指令,在被动模式之下,zabbix server会根据主机关联的模板中的监控项和数据采集间隔时间,周期性的打 ...
分类:
其他好文 时间:
2020-07-14 16:22:30
阅读次数:
93
package com.sjw.flink import org.apache.flink.configuration.Configurationimport org.apache.flink.streaming.api.functions.sink.{RichSinkFunction, SinkF ...
分类:
其他好文 时间:
2020-07-10 00:43:32
阅读次数:
74
package com.sjw.flink import org.apache.flink.api.common.state.{ValueState, ValueStateDescriptor}import org.apache.flink.streaming.api.functions.Keyed ...
分类:
其他好文 时间:
2020-07-10 00:31:17
阅读次数:
114
package com.sjw.flink import org.apache.flink.streaming.api.TimeCharacteristicimport org.apache.flink.streaming.api.functions.timestamps.BoundedOutOfO ...
分类:
其他好文 时间:
2020-07-10 00:16:33
阅读次数:
80
[JavaScript 中文开发手册Arrow functions (Function) - JavaScript 中文开发手册箭头函数表达式的语法比函数表达式更短,并且不绑定自己的this,arguments,super或new.target。这些函数表达式最适合用于非方法函数,并且它们不能用作构... ...
分类:
编程语言 时间:
2020-07-06 21:38:11
阅读次数:
73
参考官方文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 其中说: // 当箭头函数的函数体只有一个 `return` 语句时,可以省略 `return` 关键 ...
分类:
编程语言 时间:
2020-07-06 13:13:50
阅读次数:
129
phpinfo() 功能描述:输出 PHP 环境信息以及相关的模块、WEB 环境等信息。 危险等级:中 passthru() 功能描述:允许执行一个外部程序并回显输出,类似于 exec()。 危险等级:高 exec() 功能描述:允许执行一个外部程序(如 UNIX Shell 或 CMD 命令等)。 ...
分类:
Web程序 时间:
2020-07-06 11:21:28
阅读次数:
73
1:服务端配置确认 确保 #vi /etc/zabbiz/zabbix-server/zabbix_server.conf ## 确认其中有 StartVMwareCollectors项目 值 > 0 StartVMwareCollectors=5 # systemctl restart zabbi ...
分类:
其他好文 时间:
2020-07-06 00:38:29
阅读次数:
95
QOpenGLWidget 揭秘 From QWidget to QOpenGLWidget xxxGL() Functions How to render? QWidget Review QOpenGLWidget ApplicationQOpenGLWidget Exploration Simp ...
分类:
其他好文 时间:
2020-07-05 21:34:03
阅读次数:
119
https://www.shaderific.com/glsl-functions OPENGL ES SHADING LANGUAGE BUILT-IN FUNCTIONS This is a reference for the built-in functions of the OpenGL E ...
分类:
其他好文 时间:
2020-07-04 13:33:31
阅读次数:
287