上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 46 下一页
摘要: 1、docker hub https://hub.docker.com/_/redis 2、创建redis 创建目录 mkidr $HOME/Tools/redis/confmkdir $HOME/Tools/redis/data docker run \ --restart=always \ -- 阅读全文
posted @ 2022-07-28 16:15 代码诠释的世界 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、docker hub https://hub.docker.com/r/bitnami/kafka https://hub.docker.com/_/zookeeper 2、安装zookeeper 创建目录 mkdir $HOME/zookeeper/data mkdir $HOME/zooke 阅读全文
posted @ 2022-07-28 15:58 代码诠释的世界 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1、命令帮助 -> % curl --help Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only --anyauth Pick "any" authentication meth 阅读全文
posted @ 2022-07-21 14:16 代码诠释的世界 阅读(1622) 评论(0) 推荐(0) 编辑
摘要: 1、 wget命令 -> % wget --help GNU Wget 1.17.1, a non-interactive network retriever. Usage: wget [OPTION]... [URL]... Mandatory arguments to long options 阅读全文
posted @ 2022-07-21 14:12 代码诠释的世界 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 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 代码诠释的世界 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://docs.anaconda.com/anaconda/packages/oldpkglists/ 阅读全文
posted @ 2022-07-14 17:02 代码诠释的世界 阅读(86) 评论(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 代码诠释的世界 阅读(19) 评论(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 代码诠释的世界 阅读(385) 评论(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 代码诠释的世界 阅读(212) 评论(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 代码诠释的世界 阅读(2414) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 46 下一页