归档
HUST | 计算机科学与技术
11
26
SpringData架构对各种数据库操作的中间件, 提供一套统一的数据访问API, 支持关系型数据库和非关系型数据库 SpringData的主要模块 Spring Data Common: Spring Data的核心模块, 定义了Sp
2022-11-26
18
从文件到Mapper 输入分片InputSplit@InterfaceAudience.Public @InterfaceStability.Stable public abstract class InputSplit { //
2022-11-18
18
导入组件的方式: @Component + @ComponentScan 搭配使用 @Bean @Import ImportSelector ImportBeanDefinitionRegistry FactoryBean 接
2022-11-18
17
Source -> [PUT事务] -> Channel <- [TAKE事务] Sink Source端 推送 到Channel中 Sink端 主动拉取 Channel中的数据 Flume进阶学习中断 http
2022-11-17
17
Flume作用将本地文件实时地, 动态上传到 HDFS 中 安装 官网下载 删除lib目录下面的guava-xxx.jar 案例监控端口数据总体流程 通过 netcat 工具向本机的 44444 端口发送数据 Flume 监控本机的 44
2022-11-17
16
自定义 InputFormatPriorFileInputFormat.java 文件 package org.example; import lombok.SneakyThrows; import org.apache.hadoop.c
2022-11-16
11
Git仓库介绍由Git管理的项目, 分为本地仓库和远程仓库, 二者本质上类似, 都可以有多个分支. 仓库的URL为: https://github.com/<owner>/<repositoryName> Git操
2022-11-11
11
Windows系统下的软件FilesWindows文件资源管理器, 通过Microsoft Store下载 Windows TerminalWindows控制终端 Quicker 快捷方式 OCR识图 翻译 DefenderControl
2022-11-11
11
PyCharm中自定义后缀模板 下载插件Custome Postfix Templates 在文件路径C:\Users\24563\AppData\Roaming\JetBrains\PyCharm2021.1\plugins\intel
2022-11-11
11
Zookeeper安装安装 安装java环境yum install -y java 下载zookeeper压缩包并解压到/opt/module目录下 解压缩命令tar zxvf 移动文件命令mv 配置 将zookeeper目录下的配置
2022-11-11
11
行式数据库和列式数据库 1. OLAP分析型数据库 (列式数据库, 数据分析) > 计算均值, 比较大小, 求最大最小...等分析数据的时候速度快, 是将一个属性的数据存储到一起. > 只有取出所有的属性值之后才得到
2022-11-11
11
创建文件 /etc/yum.repos.d/redis.repo vim /etc/yum.repos.d/redis.repo 文件内容 [Redis] name=Redis baseurl=http://packages.re
2022-11-11
1 / 5