07 2021 档案

摘要:基于装饰器和inspect模块对函数参数类型进行检查。 from functools import wraps from inspect import signature def assert_type(*type_args, **type_kwargs): def is_type(value, t 阅读全文
posted @ 2021-07-15 18:46 zcsh 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Stateful Functions 基于Apache Flink的事件驱动数据库 转自:https://blog.csdn.net/yanyan45/article/details/105622238 原文:https://flink.apache.org/news/2020/04/07/rele 阅读全文
posted @ 2021-07-08 11:20 zcsh 阅读(441) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/fanghao/p/9811187.html Protocol Buffers,是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。就可读性而言感觉没有JSON直接,不过由于使用二进制传输 阅读全文
posted @ 2021-07-07 18:44 zcsh 阅读(205) 评论(0) 推荐(0) 编辑