上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 51 下一页
摘要: 1、使用ffmpeg工具直接下载 官网下载 https://ffmpeg.org/download.html 安装就是直接安装即可 ffmpeg -i [http://xxxxxxx/play.ts] -c copy test.mp4 2、使用python库之ffmpy3 安装 pip instal 阅读全文
posted @ 2022-07-18 21:07 代码诠释的世界 阅读(1508) 评论(0) 推荐(0)
摘要: 1、官网 https://docs.anaconda.com/anaconda/packages/oldpkglists/ 阅读全文
posted @ 2022-07-14 17:02 代码诠释的世界 阅读(99) 评论(0) 推荐(0)
摘要: 问题1、安装 https://blog.csdn.net/lsqingfeng/article/details/121414870 问题2、win安装配置 https://www.jianshu.com/p/a287bcf65943 问题3、配置国内镜像 https://www.jianshu.co 阅读全文
posted @ 2022-07-07 11:16 代码诠释的世界 阅读(45) 评论(0) 推荐(0)
摘要: 1、官网 https://www.jenv.be/ 2、github https://github.com/jenv/jenv 3、安装方法 brew安装 brew install jenv 源码安装 git clone https://github.com/jenv/jenv.git ~/.jen 阅读全文
posted @ 2022-07-07 11:09 代码诠释的世界 阅读(468) 评论(0) 推荐(0)
摘要: 问题1、server is not ready yet https://blog.csdn.net/javaboyweng/article/details/109608063 问题2、使用python链接elasticsearch https://blog.csdn.net/vincent_duan 阅读全文
posted @ 2022-07-07 10:50 代码诠释的世界 阅读(219) 评论(0) 推荐(0)
摘要: 1、问题 想进入docker修改配置文件时,发现没有vi和vim命令 2、一键更换国内源 Debian系统 sed -i -E 's/(deb|security).debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list 3、处理方法 # 进入容器 阅读全文
posted @ 2022-07-07 10:44 代码诠释的世界 阅读(2597) 评论(0) 推荐(0)
摘要: 1、现象 2、原因 因为只有python3 3、处理 MacBook-Pro ~ % echo "alias python=/usr/bin/python3" >> ~/.zshrc MacBook-Pro ~ % source ~/.zshrc MacBook-Pro ~ % echo "alia 阅读全文
posted @ 2022-06-29 19:50 代码诠释的世界 阅读(3671) 评论(0) 推荐(0)
摘要: 1、报错 2022-06-29 17:48:29.821 xcodebuild[1217:12822] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierTo 阅读全文
posted @ 2022-06-29 17:53 代码诠释的世界 阅读(3990) 评论(0) 推荐(0)
摘要: 1、官网 https://github.com/conda-forge/miniforge 2、下载 https://github.com/conda-forge/miniforge/releases 3、安装 Install Unix-like platforms Download the ins 阅读全文
posted @ 2022-06-29 14:39 代码诠释的世界 阅读(8840) 评论(2) 推荐(0)
摘要: 1、官方 https://docs.conda.io/projects/conda/en/latest/configuration.html 2、国内常用镜像 https://developer.aliyun.com/mirror/anaconda/ https://mirrors.tuna.tsi 阅读全文
posted @ 2022-06-29 11:45 代码诠释的世界 阅读(12073) 评论(1) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 51 下一页