上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: spring版本为5.0.11 ConfigurationClassPostProcessor对配置类的解析 public void parse(Set<BeanDefinitionHolder> configCandidates) { //List<ConfigurationClassParser 阅读全文
posted @ 2020-01-09 17:18 mufeng07 阅读(955) 评论(0) 推荐(0) 编辑
摘要: spring版本为5.0.11 ConfigurationClassPostProcessor类处理带有@Configuration配置类,使用方法processConfigBeanDefinitions public void processConfigBeanDefinitions(BeanDe 阅读全文
posted @ 2020-01-08 11:25 mufeng07 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 作用:对configuration class的一些处理,主要就是判断一个bean是不是configuration class 方法:checkConfigurationClassCandidate作用:判断是否是configuration class,如果isFullConfigurationCl 阅读全文
posted @ 2020-01-07 19:54 mufeng07 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 出让对应受让,转让对应受让,一般可以对土地、资产等交易,债务可以转让和受让的交易。 融资方和投资方:融资方,即资金需求方,缺钱,需要找钱;投资方,即资金的供给方,有多余的资金用于投资新项目或者贷出去。 不良资产: 不良资产是一个泛概念,它是针对会计科目里的坏账科目来讲的,主要但不限于包括银行的不良资 阅读全文
posted @ 2020-01-06 16:12 mufeng07 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 这次我安装的是hadoop3.2.1 一、下载Hadoop以及JDK hadoop下载地址:http://mirrors.hust.edu.cn/apache/hadoop/common/ jdk参照:https://www.cnblogs.com/mufeng07/p/12150820.html 阅读全文
posted @ 2020-01-05 23:05 mufeng07 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 一、下载JDK 下载地址http://www.oracle.com/technetwork/java/javase/downloads/index.html 二、解压安装jdk tar -zxvf jdk-8u151-linux-x64.tar.gz 三、设置环境变量 vi /etc/profile 阅读全文
posted @ 2020-01-04 23:39 mufeng07 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 一、创建一个虚拟机(初始化) 二、克隆右键》设置》克隆 (克隆完整虚拟机)三、更新新生成的MAC到配置文件 (新克隆的虚拟机都需要更新MAC到配置文件) 四、vi /etc/sysconfig/network-scripts/ifcfg-ens32 ,编辑配置文件 TYPE="Ethernet" B 阅读全文
posted @ 2020-01-04 23:17 mufeng07 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 执行流程图源文件:https://www.processon.com/view/link/5b825917e4b0d4d65be7066a springboot版本为2.0.7 @SpringBootApplication启动类 @SpringBootApplication public class 阅读全文
posted @ 2020-01-02 17:48 mufeng07 阅读(666) 评论(0) 推荐(0) 编辑
摘要: springboot版本为2.0.7 @SpringBootApplication引入@EnableAutoConfiguration @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inher 阅读全文
posted @ 2020-01-02 14:53 mufeng07 阅读(2146) 评论(0) 推荐(0) 编辑
摘要: springboot版本为2.0.7 @SpringBootApplication是一个组合注解,用于快捷配置启动类 源码如下: @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherite 阅读全文
posted @ 2019-12-31 17:56 mufeng07 阅读(618) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页