当前Spring Coud 版本(Greenwich.SR2) Spring Boot版本 (2.1.6.RELEASE) 在eureka server 中集成security后,发现eureka client 去注册的时候报以下错误: DiscoveryClient_***********/DES ...
分类:
Web程序 时间:
2019-10-19 00:17:59
阅读次数:
120
一、获取监控数据 TCP各监控状态描述 二、监控脚本 三、修改zabbix_agentd.conf配置文件,并重启zabbix-agent服务 四、在zabbix-master端进行测试,看看能否获取到数据 五、导入zabbix模板文件 六、为主机添加此模板 显示数据如下: ...
分类:
其他好文 时间:
2019-10-16 11:16:26
阅读次数:
93
原文: "https://xsxy007.github.io/2019/10/SpringCloud Eureka/" Eureka 是Netflix开源的一款提供服务注册和发现的产品,提供了完整的Service Registery和Service Discovery实现,也是SpringCloud ...
分类:
编程语言 时间:
2019-10-16 00:27:48
阅读次数:
93
simple_markup.py handler_first.py handler.py markup.py rules.py util.py test_input.py 1 Welcome to World Wide Spam, Inc. 2 3 These are the corporate w ...
分类:
编程语言 时间:
2019-10-14 18:46:55
阅读次数:
117
<vxe-table border show-overflow ref="xTable" 可根据此变量控制表格内容 class="vxe-table-element" height="600" :data="tableData" 表格绑定数据来源 :edit-rules="validRules" 验 ...
分类:
其他好文 时间:
2019-10-14 12:19:41
阅读次数:
497
先贴代码: application.properties 实际上,/call请求映射方法存在问题; 问题是 因为 LoadBalancedClient 这里的 choose 根据 Consul注册的服务名(spring.cloud.consul.discovery.serviceName=servi ...
分类:
其他好文 时间:
2019-10-11 18:29:00
阅读次数:
333
1、编辑vim /etc/udev/rules.d/70-persistent-net.rules文件 删除eth0的整行信息,保留eth1信息,并把eth1改问eth0,复制ATTR{address}的值 2、打开/etc/sysconfig/network-scripts/ifcfg-eth0文 ...
分类:
其他好文 时间:
2019-10-11 01:20:07
阅读次数:
117
Linux克隆修改70-persistent-net.rules 及IP地址 ...
分类:
系统相关 时间:
2019-10-10 10:34:49
阅读次数:
94
module.exports = { root: true, 'extends': [ 'plugin:vue/essential', '@vue/standard' ], rules: { 'object-curly-spacing': ["error", "always"], // allow ... ...
分类:
Web程序 时间:
2019-10-10 09:15:24
阅读次数:
1148
题意: Alice are given an array A[1..N] with N numbers.Now Alice want to build an array B by a parameter K as following rules:Initially, the array B is e ...
分类:
其他好文 时间:
2019-10-07 21:34:20
阅读次数:
103