2042穿越而来

 

2022年1月25日

elasticserch常用命令api

摘要: 集群curl -XGET 'localhost:9200/_cluster/health?pretty=true' 集群健康curl -XGET 'localhost:9200/_cluster/settings?pretty=true' 集群设置curl -XGET 'localhost:9200 阅读全文

posted @ 2022-01-25 17:06 2042穿越而来 阅读(210) 评论(0) 推荐(0) 编辑

GIT 常用命令梳理

摘要: 1.常用命令列表 git branch 查看分支列表 -r 查看远程分支 -D 删除分支 -vv 查看关联的远程分支 git checkout -b branchName origin/branchName 检出远程分支 git checkout branchName 切换分支 git log -- 阅读全文

posted @ 2022-01-25 17:01 2042穿越而来 阅读(20) 评论(0) 推荐(0) 编辑

导航