码迷,mamicode.com
首页 >  
搜索关键字:discovery rules    ( 2164个结果
zabbix 自动发现指定端口和服务
官方有模板示例,根据官方更改连接如下https://zabbix.org/wiki/File:ZabbixTemplate_-_TCP_service_discovery.xml配置端口服务列表root#cattcp-port.confhttp,80tomcat,8080mq,1883编写自动发现脚本discovery_tcp_service.sh#/bin/bashCONFIG_FILE=/et
分类:其他好文   时间:2020-04-15 09:24:01    阅读次数:115
1389. Create Target Array in the Given Order
Given two arrays of integers nums and index. Your task is to create target array under the following rules: Initially target array is empty. From left ...
分类:其他好文   时间:2020-04-15 09:17:23    阅读次数:60
iteration: round1
Heart disease has become western countries’ number one killer. It is the leading cause of death in the US and accounts for more than one of four death ...
分类:其他好文   时间:2020-04-13 19:53:08    阅读次数:103
easy-rules yaml 组合模式rule 配置
easy-rules 支持组合模式,但是一般我们看到的都是基于代码的,以下是一个基于yaml配置的组合模式rule 的试用 项目结构 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:其他好文   时间:2020-04-13 00:23:19    阅读次数:395
Fiddler抓包返回的Response中总是出现"Response body is encoded. Click to decode. "的解决办法
使用fiddler工具抓包后,查看返回的数据报文时总是提示如下: 解决办法: 在菜单栏选择:Rules > Remove All Encodings 勾选这个选项即可 ...
分类:Web程序   时间:2020-04-11 19:00:56    阅读次数:514
fladex前端页面设置
1.字段显示情况(添加/编辑,列表展示,查询条件) { label: "更新时间", prop: "updateTime", editDisplay: false, addDisplay: false, viewDisplay: false, search: true, rules: [{ requ ...
分类:其他好文   时间:2020-04-10 19:41:53    阅读次数:71
docker elasticsearch挂载宿主机报 java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data/nodes
① docker启动 es实例 docker run --name elasticsearch -p 9200:9200 -p 9300:9300 \ -e "discovery.type=single-node" \ -e ES_JAVA_OPTS="-Xms64m -Xmx128m" \ -v  ...
分类:数据库   时间:2020-04-09 09:13:06    阅读次数:313
springclound项目基础配置
各位读者,大家好! 新建一个springCloud项目。需要我们配置最基本的配置文件。 1. 配置yml文件如下: 1 spring: 2 application: 3 name: custom-output 4 cloud: 5 config: 6 discovery: 7 # 是否启用配置中心 ...
分类:编程语言   时间:2020-04-08 12:07:31    阅读次数:94
Azure 支持SQL Server 2019备份和文件还原
BlogAddress:https://blog.51cto.com/14669127Microsoft继续推动SQLServer2019的可用性、性能和数据智能的边界,所以对于企业确保所有数据的备份解决方案是至关重要的。今天跟大家分享如何在AzureVM上的SQLServer2019做数据备份,这是19年发布的针对在Azure的VM上运行SQLServer的一个重要补充。Azure备份是一个零基
分类:数据库   时间:2020-04-06 23:59:21    阅读次数:135
Fiddler设置断点修改请求参数
fiddler有个强大的功能,可以修改发送到服务器的数据包,但是修改前需要拦截,即设置断点。设置断点后,开始拦截接下来所有网页,直到取消断点。 1、打开fiddler菜单中Rules->Automatic Breakpoints->Before Requests,设置断点也可以使用快捷键F11。 开 ...
分类:其他好文   时间:2020-04-06 10:10:57    阅读次数:516
2164条   上一页 1 ... 15 16 17 18 19 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!