上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 46 下一页
摘要: 1、官网 https://github.com/pyenv/pyenv 2、安装pyenv brew install pyenv 配置 export PYENV_ROOT=/usr/local/var/pyenv export PATH="$PYENV_ROOT/bin:$PATH" export 阅读全文
posted @ 2022-05-13 21:25 代码诠释的世界 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://brew.sh/ Homebrew 源使用帮助 — USTC Mirror Help 文档 2、国内 https://gitee.com/cunkai/HomebrewCN 3、安装 官方 /bin/bash -c "$(curl -fsSL https://raw.git 阅读全文
posted @ 2022-05-13 16:56 代码诠释的世界 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 1、问题现象 $ ssh -X -p 2222 test@192.168.1.123@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED 阅读全文
posted @ 2022-05-10 14:24 代码诠释的世界 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1、直连模式 #!/usr/bin/env python # -*- coding:utf-8 -*- import redis r = redis.Redis(host='192.168.1.110', socket_connect_timeout=10, port=6379, db=0, pas 阅读全文
posted @ 2022-04-29 11:12 代码诠释的世界 阅读(2449) 评论(0) 推荐(0) 编辑
摘要: 1、问题 使用python脚本连接es报错,The client noticed that the server is not a supported distribution of Elasticsearch 2、原因 https://blog.csdn.net/songkai558919/art 阅读全文
posted @ 2022-04-29 10:21 代码诠释的世界 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 1、问题 通过 dbeaver 配置 jdbc 连接 es时报错 current license is non-compliant for [jdbc] 2、原因 https://blog.csdn.net/ctypyb2002/article/details/106115691 3、JDBC Cl 阅读全文
posted @ 2022-04-29 10:17 代码诠释的世界 阅读(3126) 评论(0) 推荐(0) 编辑
摘要: 1、 官网 https://www.elastic.co/cn/downloads/elasticsearch 2、安装 A、二进制安装 https://www.elastic.co/cn/downloads/elasticsearch B、apt-get 安装 https://www.elasti 阅读全文
posted @ 2022-04-29 10:12 代码诠释的世界 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 1、 官网 https://www.elastic.co/cn/downloads/elasticsearch 2、python库 https://pypi.org/project/elasticsearch/ 注意:安装的版本要和操作的es版本一致 pip install elasticsearc 阅读全文
posted @ 2022-04-29 10:04 代码诠释的世界 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1、RedisDesktopManager 新版本收费了,所以用下老版本 github https://github.com/uglide/RedisDesktopManager win安装包 https://github.com/uglide/RedisDesktopManager/release 阅读全文
posted @ 2022-04-27 16:09 代码诠释的世界 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://redis.io/ 2、redis库 pypi https://github.com/redis/redis-py/ https://pypi.org/project/redis/ 3、安装 pip install redis 4、基于哨兵模式封装的增删改查 参考链接: h 阅读全文
posted @ 2022-04-27 15:08 代码诠释的世界 阅读(362) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 46 下一页