上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 59 下一页
摘要: Kafka简介 Kafka是一个分布式的基于发布/订阅模式的消息队列(Message Queue)。 1)Apache Kafka是一个开源消息系统,由Scala写成。是由Apache软件基金会开发的一个开源消息系统项目。 2)Kafka最初是由LinkedIn公司开发,并于2011年初开源。201 阅读全文
posted @ 2020-04-05 18:06 wqbin 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 维度建模基本概念 维度建模(dimensional modeling)是专门用于分析型数据库、数据仓库、数据集市建模的方法。数据集市可以理解为是一种“小型数据仓库"。 维度表(dimension) 表示你要对数据进行分析时所用的一个量,比如你要分析产品销售情况,你可以选择按类别来进行分析,或按区域来 阅读全文
posted @ 2020-04-05 16:32 wqbin 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-04-05 14:50 wqbin 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 细节: org.pentaho.di.core.exception.KettleDatabaseException: Error occurred while trying to connect to the database Error connecting to database: (using 阅读全文
posted @ 2020-04-03 23:06 wqbin 阅读(6729) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-03 13:56 wqbin 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 本文将从三步讲述消息中间件 从生产消费者模型到消息中间件 生产消费者模型的作用以及适用场景 手动实现消费生产者模型的缺陷 消息队列 消息中间件 消息中间件的定义与常用类型 消息中间价的操作 消息中间件的选型 消息中间的优缺点 消息队列 定义 消息队列,一般我们会简称它为MQ(Message Queu 阅读全文
posted @ 2020-03-31 23:39 wqbin 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 11 阅读全文
posted @ 2020-03-30 23:07 wqbin 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 111 阅读全文
posted @ 2020-03-30 16:07 wqbin 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 专门用一篇博客写诗。 吾人生有三乐。 吟诗 平账 写代码 不求甚解,不拘音韵,真情所致即是诗篇。 class 诗: def __init__(self): self.property1="不求甚解" self.property2="不拘音韵" self.property3="真情所致" 《羊城》 不 阅读全文
posted @ 2020-03-29 20:46 wqbin 阅读(162) 评论(0) 推荐(0) 编辑
摘要: concurrent模块 1、concurrent模块的介绍 concurrent.futures模块提供了高度封装的异步调用接口 ThreadPoolExecutor:线程池,提供异步调用 ProcessPoolExecutor:进程池,提供异步调用 ProcessPoolExecutor 和 T 阅读全文
posted @ 2020-03-29 17:39 wqbin 阅读(404) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 59 下一页