摘要: 一. 报错信息 Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application. at org.apache.flink.core.exec 阅读全文
posted @ 2021-06-26 23:43 半字浅眉 阅读(1043) 评论(0) 推荐(0)
摘要: 一.SpringBoot2笔记 见 https://yuque.com/atguigu/springboot 该代码在:https://gitee.com/leifengyang/springboot2 阅读全文
posted @ 2021-06-20 22:04 半字浅眉 阅读(56) 评论(0) 推荐(0)
摘要: 一.安装 1.官网下载:https://kafka.apache.org/downloads 2.Kafka与scala版本也有关系。 3.kafka安装之前需要提前配置好hadoop集群与zookeeper集群。kafka是依赖于zookeeper集群的。 hadoop集群:master,slav 阅读全文
posted @ 2021-06-09 09:18 半字浅眉 阅读(446) 评论(0) 推荐(0)
摘要: 一.理解网络爬虫 1.1爬虫的定义 网络爬虫又称为网页蜘蛛、网络机器人。网络爬虫是一种按照一定的规则自动的抓取网络信息的程序或者脚本。通俗的说,就是根据一定的算法实现编程开发,主要通过URL实现数据的抓取和挖掘。 1.2爬虫的类型 根据系统结构和开发技术大致可分为4种类型: (1)通用网络爬虫,又称 阅读全文
posted @ 2020-12-01 10:11 半字浅眉 阅读(458) 评论(0) 推荐(0)