- 博客(6)
- 收藏
- 关注
原创 Spring之发布订阅
事件监听管理器 默认:SimpleApplicationEventMulticaster 注册监听 @Component public class ContextStoppedListener implements ApplicationListener<ContextStoppedEvent> { @Override public void onApplicationEvent(ContextStoppedEvent event) { Syst
2022-05-27 15:52:48 219
原创 Spring之invokeBeanFactoryPostProcessors
invokeBeanFactoryPostProcessors 主要实现对BeanDifination的增、删、改、查的操作。下面以自定标签<context:component-scan base-package *****> 进行说明。 自定义标签解析加载 org.springframework.beans.factory.xml.BeanDefinitionParserDelegate#parseCustomElement(org.w3c.dom.Element) /** *
2022-05-26 13:15:03 229
原创 Spring 基于XML解析生成BeanDifinition
1:概述 我们都知道Spring容器管理着各种实例化对象,为保证实体化对象生成的统一性、规则性,抽象出统一的bean定义是必要的,所以在对象实例化之前,需要将bean的定义属性统一封装成BeanDifination对象作为Bean实例化的基石和桥梁。BeanDifination封装的来源有基于XML的,有基于注解的,BeanDifinition也会进步一的抽象和自定义,分门别类的完成对各种来源的配置方式的需求。 Spring容器加载方式主要有四种: 类路径获取配置文件(ClassPathXmlAppl
2022-05-24 17:08:27 355
翻译 Hive使用HBaseBulkLoad导入Hbase
官网地址:HBaseBulkLoad - Apache Hive - Apache Software Foundation 概述: 如果数据量比较小,可以使用Hive和Hbase集成的方式(HBaseIntegration)完成数据的导入,同时通过Hive读取数据。集成方式如下: CREATE TABLE new_hbase_table(rowkey string, x int, y int) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorage.
2022-05-20 11:28:31 571
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人