摘要:
创建容器elasticsearch docker run --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -d elasticsearch:7.2.0 安装analysis-ik中文分词插件 阅读全文
摘要:
https://hub.fastgit.org 阅读全文
摘要:
添加放行端口 firewall-cmd --zone=public --add-port=端口号/tcp --permanent 重启防火墙 systemctl restart firewalld.service 查看防火墙状态 firewall-cmd --state 查看放行端口 firewal 阅读全文