自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(21)
  • 问答 (1)
  • 收藏
  • 关注

原创 SpringBoot内置加解密

https://cloud.tencent.com/developer/article/1461271

2021-02-05 23:05:53 537

原创 Spark

Spark 性能调优https://tech.meituan.com/2016/04/29/spark-tuning-basic.html

2020-10-13 15:32:35 164

原创 Hive

Hive Masterhttps://www.cnblogs.com/frankdeng/tag/Hive/

2020-10-07 00:54:05 110

原创 VMware

https://blog.csdn.net/lkpklpk/article/details/81148906

2020-08-03 23:55:38 201

原创 FastDFS

FastDFS安装及关联NGINXhttps://www.cnblogs.com/handsomeye/p/9451568.html

2020-07-13 16:07:40 117

原创 Flink

Flink Masterhttps://www.cnblogs.com/zgzf/p/10794473.html

2020-07-08 16:48:40 127

原创 Kafka

Kafka 快速入门https://blog.csdn.net/FL63Zv9Zou86950w/article/details/105283010

2020-07-08 10:34:28 102

原创 Protobuf

Protobuf 安装https://www.cnblogs.com/huyuchengus/p/11235491.htmlIDEA安装插件Protobuf Support插件

2020-03-27 16:12:24 152

原创 HBASE

hbase shell 操作 、表空间、授权https://blog.csdn.net/wzhwei1987/article/details/84064016

2019-12-29 19:16:07 116

原创 CDH

centos7下搭建大数据CDH5.15.2平台(5个节点)https://blog.csdn.net/weixin_40521823/article/details/89607721CDH5.13.2完全离线搭建详解(踩坑整理含下载地址截图及问题解决方案)https://blog.csdn.net/weixin_42652946/article/details/87346013...

2019-10-09 11:04:53 256

转载 HDFS汇总

HDFS汇总

2019-08-14 23:59:57 103

转载 Oracle

表空间表分区https://www.cnblogs.com/wayne-ivan/p/6416539.html

2019-03-29 18:10:19 115

原创 Linux

NTP时间服务器https://www.cnblogs.com/quchunhui/p/7658853.html

2019-03-29 18:08:55 119

原创 FTP

安装Linux:https://blog.csdn.net/qidaorenzhe/article/details/80041515

2019-03-29 15:13:34 119

转载 Nginx汇总

离线安装https://blog.csdn.net/qq_19875973/article/details/80690388报错Job for nginx.service failed because the controlhttps://www.cnblogs.com/skura23/p/7086447.html

2019-03-29 12:05:37 164

原创 Docker

WIN10安装https://www.cnblogs.com/ee900222/p/docker_4.html

2018-12-26 23:36:52 108

原创 Linux安装Java

下载https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html解压[root@localhost ~]# cd /usr/lib[root@localhost ~]# tar zxvf jdk-8u191-linux-x64.tar.gz配置[root@localhost ~]...

2018-12-22 13:30:00 147

原创 Apache NiFi 安装配置

单机下载http://nifi.apache.org/download.htmlnifi-1.7.1-source-release.zip【源码学习,IDEA编译偏好】nifi-1.7.1-bin.tar.gz 【下载运行文件】安装tar zxvf nifi-1.7.1-bin.tar.gz配置 conf/nifi.properties修改端口号和路径: #启动后访问的地址: n...

2018-10-17 16:14:30 2298

转载 MySQL汇总

MySQL 8.0 压缩包版安装方法:https://blog.csdn.net/yangs_2012/article/details/80412016MySQL 时间类型无法插入’0000-00-00 00:00:00’:https://blog.csdn.net/millions_02/article/details/79631733...

2018-10-11 09:00:17 218

原创 Linux平台安装配置MongoDB-4【远程连接】

1.安装过程 【个人安装路径 /home】:curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-4.0.2.tgz 【或者官网直接下载】tar -zxvf mongodb-linux-x86_64-rhel62-4.0.2.tgz 【解压】export PATH=/home/mongodb-li...

2018-09-25 22:07:21 1249

原创 Redis Desktop Manager无法连接到redis

1.关闭linux防火墙 :查看防火墙:[root@centos6 ~]# service iptables status开启防火墙:[root@centos6 ~]# service iptables start关闭防火墙:[root@centos6 ~]# service iptables stop2.配置Linux中Redis安装目录下的“redis.conf”...

2018-08-07 16:31:26 325

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除