生成树协议可应用于在网络中建立树形拓扑,消除网络中的环路,并且可以通过一定的方法实现路径冗余,通过在交换机之间传递一种特殊的协议报文,网桥协议数据单元(Bridge Protocol Data Unit,简称BPDU),来确定网络的拓扑结构。BPDU有两种,配置BPDU(Configuration ...
分类:
其他好文 时间:
2019-11-28 21:06:56
阅读次数:
96
SpringBoot配置类 注解标签 @Configuration @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 @Configuration可理解为用spring的时候xml里面的<beans>标签。 注: ...
分类:
编程语言 时间:
2019-11-28 21:01:08
阅读次数:
66
1.springboot打包 <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1 ...
分类:
Web程序 时间:
2019-11-27 18:59:27
阅读次数:
91
今天写的Configuration类的@Value属性值为null 问题的原因: MapperScannerConfigurer实现了BeanDefinitionRegistryPostProcessor使得spring容器的执行的一些顺序问题,引起了上述@Value属性不能注入 解决方法: 将Ma ...
分类:
其他好文 时间:
2019-11-26 19:08:30
阅读次数:
424
1.解压好u-boot后,打开uboot根目录的README文件,在software configuration 里有写明,如果要针对某个单板进行配置,需要执行:make <board_name>_config 其中uboot支持的board_name可以在根目录的include/configs/下 ...
分类:
其他好文 时间:
2019-11-26 17:32:35
阅读次数:
73
原文地址: "Configuration flags" etcd通过配置文件,多命令行参数和环境变量进行配置, 可重用的配置文件是YAML文件,其名称和值由一个或多个下面描述的命令行标志组成。为了使用此文件,请将文件路径指定为 标志或 环境变量的值。如果需要的话 "配置文件示例" 可以作为入口点创建 ...
分类:
其他好文 时间:
2019-11-26 13:49:40
阅读次数:
95
原文地址: "the runtime configuration design" 运行时重新配置是分布式系统中最难,最容易出错的部分,尤其是在基于共识(像etcd)的系统中。 阅读并学习关于etcd的运行时重新配置命令设计和如何追溯这些错误. 两阶段配置更新保证集群安全 在etcd中,每一次运行时重 ...
分类:
其他好文 时间:
2019-11-26 13:23:09
阅读次数:
69
DHCP 动态主机设置协议(英语:Dynamic Host Configuration Protocol,DHCP)是一个局域网的网络协议,使用UDP协议工作,主要有两个用途:用于内部网或网络服务供应商自动分配IP地址;给用户用于内部网管理员作为对所有计算机作中央管理的手段。 DHCP具有以下功能: ...
分类:
其他好文 时间:
2019-11-25 23:33:00
阅读次数:
100
FileSystem init() throws URISyntaxException, IOException, InterruptedException { Configuration conf=new Configuration(); conf.set("fs.defaultFS","hdfs ...
分类:
其他好文 时间:
2019-11-25 18:36:13
阅读次数:
79
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://my ...
分类:
其他好文 时间:
2019-11-25 14:55:32
阅读次数:
135