随笔分类 - 软件使用
各大软件的使用
摘要:https://www.elastic.co/cn/what-is/elasticsearch 初步检索 1、_cat GET /_cat/nodes:查看所有节点 GET /_cat/health:查看 es 健康状况 GET /_cat/master:查看主节点 GET /_cat/indice
阅读全文
摘要:无标题 下载es镜像和可视化镜像 docker pull elasticsearch:7.4.2 存储和检索数据 docker pull kibana:7.4.2 可视化检索数据<wiz_code_mirror> 2 1 docker pull elasticsearch:7.4.2 存储和检索数据
阅读全文
摘要:下载 git;https://git-scm.com 配置 git,进入 git bash # 配置用户名 git config --global user.name "username" //(名字) # 配置邮箱 git config --global user.email "username@
阅读全文