1. 网络拓扑 2. SW1配置[SW1]vlan batch 10 20 30 40[SW1]stp mode mstp 进入MSTP配置视图,MSTP域名为huawei,同时配置VLAN到实例的映射,并激活MSTP配置[SW1]stp region-configuration[SW1-mst-r ...
分类:
其他好文 时间:
2019-12-22 11:13:15
阅读次数:
89
@Configuration public class P6SpyConfig { /** * P6数据源包装, 打印SQL语句 */ @Bean public P6DataSourceBeanPostProcessor p6DataSourceBeanPostProcessor() { retur ...
分类:
数据库 时间:
2019-12-22 10:48:50
阅读次数:
84
1:测试某个测试溢出,修改堆内存大小 鼠标右键程序 在run as里面的run configuration 里 设置: ...
分类:
系统相关 时间:
2019-12-22 00:18:29
阅读次数:
101
Config Config For self-hosted Ghost users, a custom configuration file can be used to override Ghost's default behaviour. This provides you with a ran ...
分类:
其他好文 时间:
2019-12-21 21:06:04
阅读次数:
492
./configure 配置环境make 是编译的意思。就是把源码包编译成二进制可执行文件make install 就是安装的意思。 make && make install 的意思是: make 与 make install 是两个命令,在你 ./configuration 生成了Makefile ...
分类:
其他好文 时间:
2019-12-21 18:25:25
阅读次数:
1236
<?xml version="1.0" ?> <configuration> <location allowOverride="false" inheritInChildApplications="false" path="."> <system.webServer> <rewrite> <rule ...
分类:
其他好文 时间:
2019-12-20 23:49:30
阅读次数:
159
一.使用@ConfigurationProperties来读取 1、Coffer entity @Configuration @ConfigurationProperties(prefix = "coffer") @PropertySource("classpath:config/coffer.pr ...
分类:
编程语言 时间:
2019-12-20 18:09:22
阅读次数:
179
首先在资源目录下创建logback.xml文件 文件的内容 <?xml version="1.0" encoding="UTF-8"?> <configuration> <! 本地变量 --> <!--在没有定义${LOG_HOME}系统变量的时候,可以设置此本地变量。提交测试、上线时,要将其注释掉 ...
分类:
其他好文 时间:
2019-12-19 19:06:34
阅读次数:
74
\ This is a configuration file for Zabbix server daemon \ To get more information about Zabbix, visit http://www.zabbix.com \ GENERAL PARAMETERS \ Opt ...
分类:
其他好文 时间:
2019-12-18 12:52:32
阅读次数:
98
public class Startup { public Startup(IConfiguration configuration) { Configuration = configuration; } public IConfiguration Configuration { get; } // ...