摘要: Canal-adapter 1.1.5 日志报错,Mysql 数据库连接 Communications link failure 今天安装canal-adapter报错,Communications link failure 附 application.yml 配置信息 srcDataSources 阅读全文
posted @ 2021-05-17 14:17 生尘一 阅读(1347) 评论(8) 推荐(0) 编辑
摘要: 小记python map reduce简单实现字符串转浮点型数据 python 版本:3.9.0 #!/usr/bin/python3 # -*- coding: utf-8 -*- from functools import reduce DIGITS = {'0': 0, '1': 1, '2' 阅读全文
posted @ 2020-10-19 16:12 生尘一 阅读(40) 评论(0) 推荐(0) 编辑