摘要: kafka发送消息主要有三种方式: 发送并忘记 同步发送 异步发送+回调函数 https://www.cnblogs.com/FG123/p/10091478.html 阅读全文
posted @ 2020-11-22 19:11 baishengguan 阅读(218) 评论(0) 推荐(0) 编辑
摘要: pandas生成excel及解析 import pandas as pd # 生成一列excel def generate_excel_one(): company_name_list = ['腾讯', '阿里巴巴', '百度'] df = pd.DataFrame(company_name_lis 阅读全文
posted @ 2020-11-22 19:03 baishengguan 阅读(670) 评论(0) 推荐(0) 编辑