posted @ 2022-05-25 21:42 liudehaos 阅读(87) 评论(0) 推荐(0) 编辑
摘要:
Hadoop Zookeeper 搭建(一) 一、准备工作 VMWARE虚拟机 CentOS 7 系统 虚拟机1:master 虚拟机2:node1 虚拟机3:node2 时间同步 ntpdate ntp.aliyun.com 调整时区 cp /usr/share/zoneinfo/Asia/Sha 阅读全文
摘要:
Hadoop集群搭建(完全分布式版本) VMWARE虚拟机 一、准备工作 三台虚拟机:master、node1、node2 时间同步 ntpdate ntp.aliyun.com 调整时区 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime jdk 阅读全文
posted @ 2022-05-21 20:04 liudehaos 阅读(355) 评论(0) 推荐(0) 编辑
摘要:
SpringBoot的引言 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化Spring应用的 初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不 再需要定义样板化的配置。通过这种方式,Spring Boot致力于在蓬勃发展的快速应 用开发领域( 阅读全文
posted @ 2022-05-18 20:37 liudehaos 阅读(159) 评论(0) 推荐(0) 编辑
摘要:
package com.shujia.controller; import com.shujia.entity.MyTypedTuple; import com.shujia.entity.User; import org.springframework.beans.factory.annotati 阅读全文
posted @ 2022-05-15 22:32 liudehaos 阅读(82) 评论(0) 推荐(0) 编辑