码迷,mamicode.com
首页 >  
搜索关键字:discovery rules    ( 2164个结果
Zabbix监控(十五):自动批量监控WEB页面
参考官方文档:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discovery参考自动监控Linux端口文档:http://ywzhou.blog.51cto.com/2785388/1580160说明:本节将使用脚本形式批量监控WEB页面,再多的URL都可以写在weblist文件中进行自动监控;由于监控..
分类:Web程序   时间:2014-11-21 19:04:10    阅读次数:348
android 混淆代码Sample
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:移动开发   时间:2014-11-20 17:01:19    阅读次数:236
Zabbix监控(八):自动监控windows端口
说明:Zabbix本身自带两个自动发现模板,分别是磁盘发现Mountedfilesystemdiscovery和网卡发现Networkinterfacediscovery;本人参考这两个模板制做了自动端口发现模板和自动服务发现模板。1、关于自定义KEY(1)参考官方文档:https://www.zabbix.com/documentation/2.4/manual..
分类:Windows程序   时间:2014-11-20 12:15:19    阅读次数:732
sun.misc.BASE64Encoder找不到jar包的解决方法
1.右键项目-》属性-》java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上** 点击确定即可!!!2.在MyEclipse中编写Java代码时,用到了BASE64Decoder,import s...
分类:编程语言   时间:2014-11-19 21:48:35    阅读次数:190
Zabbix监控(一):添加主机Host和监控项Items
一、添加监控主机Host1、默认已添加Zabbix服务器本机,对自身状态进行监控,应用了Linux和ZabbixServer两个模板:2、点击右侧的Creathost添加监控主机,Groups可在右侧选择一个或在Newgroup中创建一个:3、在Templates项中添加模板,windows系统的就选择TemplateOSWindows模板..
分类:其他好文   时间:2014-11-19 16:21:08    阅读次数:279
Valid Sudoku
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:其他好文   时间:2014-11-19 00:00:09    阅读次数:386
ORA-20782: Creating GGS_DDL_RULES
在11g数据库上安装goldengate,运行@ddl_setup.sql时有如下错误ERROR at line 1:ORA-20782: Creating GGS_DDL_RULES table:ORA-01031: insufficient privileges:ORA-01031: insuf...
分类:其他好文   时间:2014-11-17 17:36:49    阅读次数:309
[Leetcode] Valid Sudoku
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:其他好文   时间:2014-11-17 17:18:49    阅读次数:183
Dynamic CRM 2013学习笔记(十八)根据主表状态用JS控制子表自定义按钮
有时要根据主表的审批状态来控制子表上的按钮要不要显示,比如我们有一个需求审批通过后就不能再上传文件了。 首先打开Visual Ribbon Editor, 如下图,我们可以利用Enable Rules –> CustomRule 用js来控制按钮是否显示: js function: 首先用odata...
分类:Web程序   时间:2014-11-17 00:17:27    阅读次数:277
LeetCode "Find Minimum in Rotated Sorted Array"
There's usually a common strategy for "find *" problems - binary search: half the space can be dropped by some rules.And take care of corner cases.cla...
分类:其他好文   时间:2014-11-15 16:53:56    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!