10 2022 档案
摘要:在Linux中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory。分析:这是不同系统编码格式引起的:在windows系统中编辑的.sh文件可能有不可见字符,所以在Linux系统下执行会报以上异常信息。解决:1)在window
阅读全文
摘要:Elasticsearch is also available as Docker images. The images use centos:7 as the base image. A list of all published Docker images and tags is availab
阅读全文