摘要:
Elasticsearch Tutorial Concepts Mapping concepts across SQL and Elasticsearch While SQL and Elasticsearch have different terms for the way the data is 阅读全文
摘要:
Docker Tutorial Basic Docker Commands pull an image docker pull {image name}:{image version} list all docker images docker image ls -a create and run 阅读全文
摘要:
解决动态链接库缺失的问题 在 Linux 系统下,时常会发生动态链接库(.so文件)缺失的问题,例如下面的报错: ImportError: libSM.so.6: cannot open shared object file: No such file or directory 这时,我们需要安装与 阅读全文