logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

bypy-用python下载百度云

安装pip install bypy第一次使用第一次使用前现在命令行使用 bypy info 命令,然后会给一个网址让你授权,跟着提示来就行python中下载百度云文件from bypy import ByPybp=ByPy()source_path = ''xxx.xls # 源路径des_path # 下载文件存放路径bp.download(source_path,des_path)文件要放在

#百度云
python3.8-3.10各新版本新特性

为了支持多版本的 Python,包括一些不是 CPython 的版本(如 PyPy),现在库文件会为每个 Python 版本创建对应的.pyc 文件,格式形如「name.interp-version.pyc」。在上面的代码中,我们定义了一个名为AsyncContextManager的异步上下文管理器,并使用新的async with语法将其应用于my_coroutine异步函数。在上面的代码中,我们

文章图片
#python
mobaxterm私钥登陆遇到 No supported authentication methods available (server sent: publickey)

问题描述这是我遇到的问题sercer refuse keyNo supported authentication methods available (server sent: publickey)我在远程服务器使用下面的命令创建公钥对ssh-keygen -t rsa -N '' -f ./id_rsamv ./id_rsa.pub ./authorized_keys把私钥下载到本地,在本地指定

#ssh#linux
How to fix “Failed to fetch log file from worker. Unsupported URL protocol“ error in Airflow DAG log

有些时候手动执行dag或者新增dag就会出现在会出现这个问题

#python
conda在docker中不能正常初始化以及找不到的问题及解决

在使用dockerfile来builddocker镜像的过程中,经常报错找不到conda。哪怕source 用户的.bashrc也不行。这次想探究一下为什么在docker build阶段会找不到已经安装好并且conda init过的conda。

文章图片
#conda#docker#linux
kafka max.request.size

项目场景:使用maxwell通过kafka发布mysql binlog数据问题描述:在启动maxwell的时候遇到这个warning,结合maxwell启动时候的打印初始参数可知是参数出了问题The request included a message larger thanthe max message size the server will accept原因分析:参考https://blog

#kafka
kafka max.request.size过小的问题

遇到问题:配置maxwell+kafka的时候遇到报错提示producer request的大小大于默认值ERROR MaxwellKafkaProducer - The message is 1260501 bytes when serialized which is larger than the maximum request size you have configured with th

#kafka
到底了