会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
半字浅眉
博客园
首页
新随笔
联系
订阅
管理
2021年6月26日
flink1.11报错:java.lang.IllegalStateException: No ExecutorFactory found to execute the application
摘要: 一. 报错信息 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)
2021年6月20日
SpringBoot2框架
摘要: 一.SpringBoot2笔记 见 https://yuque.com/atguigu/springboot 该代码在:https://gitee.com/leifengyang/springboot2
阅读全文
posted @ 2021-06-20 22:04 半字浅眉
阅读(56)
评论(0)
推荐(0)
2021年6月9日
Kafka安装及配置过程
摘要: 一.安装 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)
2020年12月1日
Python网络爬虫(一)
摘要: 一.理解网络爬虫 1.1爬虫的定义 网络爬虫又称为网页蜘蛛、网络机器人。网络爬虫是一种按照一定的规则自动的抓取网络信息的程序或者脚本。通俗的说,就是根据一定的算法实现编程开发,主要通过URL实现数据的抓取和挖掘。 1.2爬虫的类型 根据系统结构和开发技术大致可分为4种类型: (1)通用网络爬虫,又称
阅读全文
posted @ 2020-12-01 10:11 半字浅眉
阅读(458)
评论(0)
推荐(0)
公告