摘要: git git clone xxxxxxx(代码地址) //github上的代码克隆到本地 默认是主分支代码 git clone -b <分支名> xxxxxxx(代码地址) //拉取分支代码 git add * //更改(跟踪)全部文件 把它们添加到暂存区 以便后续提交到远程仓库 git add 阅读全文
posted @ 2022-09-08 16:31 小毛驴luzz 阅读(38) 评论(0) 推荐(0)
摘要: url构成 http://172.17.11.23:9200/salesinchargesearch/_search?pretty 协议:http IP地址(主机):172.17.11.23 (或者域名:baidu.com) 端口号:9200 路径名:/salesinchargesearch 查询参 阅读全文
posted @ 2022-08-29 13:42 小毛驴luzz 阅读(32) 评论(0) 推荐(0)