打赏
摘要: Python离线安装第三方包 1.通过pip下载安装包,然后在其他机器上安装 python -m pip download test==1.3.5 // 安装的库名为test,版本为1.3.5 python -m pip install --no-index --find-links=./test/ 阅读全文
posted @ 2021-10-12 10:26 苍山落暮 阅读(3540) 评论(0) 推荐(1)
摘要: 不同操作系统结束符CRLF转LF 1.下载dos2unix https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.1-win64.zip https://waterlan.home.xs4all.nl/dos2unix.html#UNIX2DOS 阅读全文
posted @ 2021-10-12 10:24 苍山落暮 阅读(559) 评论(0) 推荐(0)