设置终端不超时 1. H3C user-interface vty 1 idle-timeout 0 查看启动配置 1. H3C: show saved-configuration 2. Cisco: 3. Huawei: 配置ECMP负载算法 1. H3C: ip load-sharing mod ...
分类:
其他好文 时间:
2020-03-14 23:56:12
阅读次数:
100
spring 项目可以通过注解方式使用 nacos-client 使用示例 @Configuration @EnableNacosConfig(globalProperties = @NacosProperties(serverAddr = "127.0.0.1:8848")) @NacosProp ...
分类:
编程语言 时间:
2020-03-14 16:22:02
阅读次数:
328
1 /// <summary> 2 /// 根据Key取Value值 3 /// </summary> 4 /// <param name="key"></param> 命名空间: using System.Configuration; using System.Web; 5 public stat ...
在BIOS中开启如下两个选项: Advanced --> CPU Configuration --> Intel Vertualization Technology 设为 Enabled Advanced --> System Agent (SA) Configuration --> VT-d 设为 ...
分类:
其他好文 时间:
2020-03-14 10:36:31
阅读次数:
119
官方文档: https://github.com/Netflix/Hystrix/wiki/Configuration 1)execution.isolation.strategy 隔离策略 THREAD 线程池 (默认) 它在单独的线程上执行,并发请求受线程池中线程数的限制 SEMAPHORE 信 ...
分类:
编程语言 时间:
2020-03-14 01:05:41
阅读次数:
88
一、添加驱动包 二、线程组添加 JDBC Connection Configuration (添加->配置元件-> JDBC Connection Configuration)用于配置Jmeter和Mysql的连接; 三、线程组添加JDBC Request(添加->Sampler-> JDBC Re ...
分类:
数据库 时间:
2020-03-14 01:05:07
阅读次数:
77
5.1.3 Server Configuration Validation As of MySQL 8.0.16, MySQL Server supports a --validate-config option that enables the startup configuration to b ...
分类:
数据库 时间:
2020-03-13 20:44:51
阅读次数:
114
恢复内容开始 # This is a configuration file for Zabbix server daemon# To get more information about Zabbix, visit http://www.zabbix.com ############ GENERAL ...
分类:
其他好文 时间:
2020-03-13 19:11:32
阅读次数:
73
前言:我们知道如果想将我们自己写的类注入IOC容器中只需要打上基础的@Component注解或者是@Configuration注解,但是SpringBoot是怎么加载我们在maven中导入的第三方SDK呢? 一般导入第三方库需要两个步骤: 1. 下载第三方SDK(直接下载,maven,npm,pip ...
分类:
编程语言 时间:
2020-03-13 18:42:09
阅读次数:
68
需要在启动参数中配置如下信息: -Djava.rmi.server.hostname=192.168.1.107 -Dcom.sun.management.jmxremote.port=18888 -Dcom.sun.management.jmxremote=true -Dcom.sun.manag ...
分类:
其他好文 时间:
2020-03-13 01:15:13
阅读次数:
74