上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 78 下一页
摘要: 开启防火墙端口 netstat -ano |grep 50070 firewall-cmd --get-active-zones sudo firewall-cmd --zone=public --add-port=50070/tcp --permanent sudo firewall-cmd -- 阅读全文
posted @ 2020-08-23 18:50 市丸银 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 重要:信息用原生JDK坑太多了,所以卸掉,安装自己的JDK 参考博客:https://www.cnblogs.com/jpfss/p/9677827.html 官方:https://hadoop.apache.org/ 文档:http://hadoop.apache.org/docs/r2.7.7/ 阅读全文
posted @ 2020-08-22 21:37 市丸银 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 不同Linux,操作不同 一、环境配置(CentOS7) 0、安装Linux实体机 1、开启远程连接 a、检测 openssh-server 是否安装 yum list installed | grep openssh-server b、安装 openssh-server yum install o 阅读全文
posted @ 2020-08-21 22:42 市丸银 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 一、特点 1、高可靠性 2、高扩展性 3、高效性 4、高容错性 二、发行版本 1、Apache版本 2、CDH版本 3、Hortonworks版本 三、Hadoop版本区别 Hadoop 1.X HDFS 数据存储 MapReduce 计算 + 资源调度 Hadoop2.X HDFS 数据存储 Ya 阅读全文
posted @ 2020-08-21 07:27 市丸银 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 一、概念: 1、海量数据的储存 2、海量数据的分析计算二、特点(4V) 1、大量 2、高速 3、多样 4、低价值密度 阅读全文
posted @ 2020-08-20 23:19 市丸银 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 一、环境 Package Version python 3.6 amqp 1.4.9 anyjson 0.3.3 baidu-aip 2.2.18.0 billiard 3.3.0.23 celery 3.1.26.post2 certifi 2020.6.20 chardet 3.0.4 Djan 阅读全文
posted @ 2020-08-19 16:35 市丸银 阅读(153) 评论(1) 推荐(0) 编辑
摘要: 0、创建 media 文件夹 1、配置文件 MEDIA_URL = '/media/' #资源保存目录 media MEDIA_ROOT = os.path.join(BASE_DIR, 'media') 2、路由 from django.contrib import admin from djan 阅读全文
posted @ 2020-08-17 10:47 市丸银 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 待续 阅读全文
posted @ 2020-08-13 17:43 市丸银 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 官网 https://docs.spring.io/spring-security/site/docs/5.2.1.RELEASE/reference/htmlsingle/#saml2 一、安全? 1、非功能性需求 2、设计之初,考虑安全 二、功能 认证、授权 三、使用 1、导入thymeleaf 阅读全文
posted @ 2020-08-10 16:57 市丸银 阅读(286) 评论(0) 推荐(0) 编辑
摘要: @GetMapping({"/index", "/yy"}) private String index(){ return "index"; } 访问 /index 和 访问 /yy 的效果一致 阅读全文
posted @ 2020-08-10 16:38 市丸银 阅读(570) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 78 下一页