package hdfs;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache.hadoop.io.LongWritable;import org.apache.h ...
分类:
其他好文 时间:
2020-04-27 09:35:22
阅读次数:
59
Could not find a package configuration file provided by "Vpp" with any of the following names: VppConfig.cmake vpp-config.cmake Add the installation p ...
分类:
其他好文 时间:
2020-04-26 19:13:37
阅读次数:
107
1、配置类package com.configuration;import com.bean.Person;import com.tools.service.Service001;import org.springframework.context.annotation.Bean;import or ...
分类:
其他好文 时间:
2020-04-25 14:21:01
阅读次数:
55
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <fork>true</f ...
分类:
编程语言 时间:
2020-04-24 22:01:47
阅读次数:
93
1 DHCP优缺点 2 基础知识 2.1 介绍 名字:Dynamic Host Configuration Protocol -> DHCP 前身:Bootp 传输层:UDP 端口号:’DHCP server’67 ‘DHCP client’68 2.2 报文流程-无中继 2.3 报文流程-有中继 ...
分类:
其他好文 时间:
2020-04-23 12:34:15
阅读次数:
77
配置中心指定profile后启动报错 2020-04-22 14:35:48.306 ERROR 22828 [ restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Excep ...
分类:
编程语言 时间:
2020-04-22 14:49:48
阅读次数:
908
NML工程入门-三步使用 撰写人:李峻翔 特别鸣谢:刘伯凯 版本:V1.0 第一步、RCS安装第二步、配置NML文件(configuration file)第三步、程序中调用NML库函数编写C++NMLmessage主程序采用NML进行消息传递NML-demo三模块双机通信NML常见报错和解决思路T... ...
分类:
其他好文 时间:
2020-04-21 13:01:25
阅读次数:
70
MHA MHA目前在MySQL高可用方案中应该也是比较成熟和常见的方案,它由日本人开发出来,在MySQL故障切换过程中,MHA 能做到快速自动切换操作,而且还能最大限度保持数据的一致性,该架构采用 perl 语言编写,可完成秒级别的主库故障切换。 MHA架构 MHA服务有两种角色:MHA Manag... ...
分类:
数据库 时间:
2020-04-19 11:13:50
阅读次数:
97
在使用starDict时,会出现以下报错: Configuration server couldn't be contacted: D-BUS error: Unable to store a value at key '/apps/stardict/manage_dictionaries/dict ...
分类:
其他好文 时间:
2020-04-19 01:12:11
阅读次数:
83
作用 客户端的负载均衡,与RestTemplate结合使用 1:pom eureka的客户端与nocos的客户端pom依赖,都集成了ribbon,所以不再需要重复添加依赖 2:将RestTemplate注入到spring容i中 @Component @Configuration public cla ...
分类:
编程语言 时间:
2020-04-18 15:34:52
阅读次数:
91