上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 51 下一页
摘要: 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 代码诠释的世界 阅读(1631) 评论(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 代码诠释的世界 阅读(3784) 评论(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 代码诠释的世界 阅读(873) 评论(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 代码诠释的世界 阅读(148) 评论(0) 推荐(0)
摘要: 1、RedisDesktopManager 新版本收费了,所以用下老版本 github https://github.com/uglide/RedisDesktopManager win安装包 https://github.com/uglide/RedisDesktopManager/release 阅读全文
posted @ 2022-04-27 16:09 代码诠释的世界 阅读(1522) 评论(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 代码诠释的世界 阅读(378) 评论(0) 推荐(0)
摘要: 1、首先你要有一个无线网卡(我是台机) 2、点击网络图标,打开设置选项 3、点击移动热点,然后右键,转到设置 4、设置热点名称和密码 5、然后就可以使用手机或者其他设备,搜索连接了 阅读全文
posted @ 2022-04-27 14:09 代码诠释的世界 阅读(1188) 评论(0) 推荐(0)
摘要: 1. 官网 https://docs.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2 2、下载 3、下载帮助 https://d.serctl. 阅读全文
posted @ 2022-04-26 10:05 代码诠释的世界 阅读(145) 评论(0) 推荐(0)
摘要: 1、使用lambda函数 # 匿名函数, 返回值为函数 func = lambda: "foo" print(func) 2、使用内部函数(局部函数) # 类似装饰器写法 def decorator(func): def _(*args, **kwargs): return func(*args, 阅读全文
posted @ 2022-04-25 20:58 代码诠释的世界 阅读(1634) 评论(0) 推荐(0)
摘要: 1.、起因 想更新系统为win11 2、使用健康检查工具,检查,提示未开启TPM2.0 这是开启后 3、操作步骤 重启电脑,按住F2,或者不停的按F2, 进入BIOS 按F7,进入高级模式 按照图示找到如下配置 回车或者鼠标点击进入 按照图示选择,然后点击F10保存 4. 配置完之后,重启电脑,然后 阅读全文
posted @ 2022-04-25 16:53 代码诠释的世界 阅读(5922) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 51 下一页