根据网上的教程,当完成了Elasticsearch 7.x安装后,会要求你用Docker命令登陆到master节点的容器执行以下命令来设置默认账户的密码。 bin/elasticsearch-setup-passwords interactive 以我的试验会得到以下报错,大致意思是抱怨连接不上这个 ...
分类:
其他好文 时间:
2020-02-11 09:30:59
阅读次数:
363
zabbix报错:
zabbix server is not running:the information displayer may not be current。
环境是centos7。首先进服务器,查看日志
分类:
其他好文 时间:
2020-02-10 19:43:28
阅读次数:
62
一、主机规划 角色名称 配置 域名 IP地址 master 2C8G/4G master.example.com 192.168.0.1 node1 2C4G/2G node1.example.com 192.168.0.2 node2 2C4G/2G node2.example.com 192.1 ...
分类:
Web程序 时间:
2020-02-08 19:42:10
阅读次数:
123
昨天某人使用SVN时,遇到这样的问题, Unable to connect to a repository at URL 'xxx'Error running context: An error occurred during authentication 解决办法: 0、如果你是win10系统,检 ...
分类:
Web程序 时间:
2020-02-07 10:47:49
阅读次数:
160
sqoop安装 sqoop镜像: http://mirror.bit.edu.cn/apache/sqoop/ https://mirrors.tuna.tsinghua.edu.cn/apache/sqoop/ http://archive.apache.org/dist/ #更多历史版本 本教程 ...
分类:
其他好文 时间:
2020-02-07 01:33:52
阅读次数:
97
anaconda安装和jupyter的使用 安装:https://zhuanlan.zhihu.com/p/32925500 anaconda一个包管理工具,提供了用户界面和命令行操作两种模式。Anaconda包含了conda、Python在内的超过180个科学包及其依赖项。 jupyter是ana ...
分类:
其他好文 时间:
2020-02-04 20:24:12
阅读次数:
59
idea debug无法启动 Error running 'Tomcat8': Unable to open debugger port (127.0.0.1:50168): java.net.SocketException "socket closed 在日志里显示在 event log 里的 E ...
分类:
其他好文 时间:
2020-02-03 16:03:44
阅读次数:
75
本文主要介绍 python 解释器的基本用法,借 helloworld 来演示传入代码的四种方式:文件,字符串,stdin,module。同时介绍在 windows 下如何使用 py 启动器运行不同版本的 python。 ...
分类:
编程语言 时间:
2020-02-03 13:41:07
阅读次数:
91
Azure Cognitive Services- Speech To Text ...
分类:
其他好文 时间:
2020-02-03 10:02:24
阅读次数:
61
利用vue写一个简单的音乐播放器,包括功能有歌曲搜索、歌曲播放、歌曲封面、歌曲评论、播放动画、mv播放六个功能。 <template> <div class="wrap"> <!-- 播放器主体区域 --> <div class="play_wrap" id="palyer"> <div class ...
分类:
其他好文 时间:
2020-02-02 10:19:35
阅读次数:
166