摘要:
1)安装git,略 $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 3)选择合适地方,创建空目录 $ mkdir test //创建空目录,目录名字为te 阅读全文
摘要:
了解了一下python对es 7.5的操作,记录下,不难: #!/usr/bin/env python # -*- coding: UTF-8 -*- from settings import Config mapping = { 'properties': { 'topic': { 'type': 阅读全文