摘要: 一、 git 操作 1. 强推,慎用git reset --hard origin/feature/api 2. submodule更新:git submodule update --init --recursive 3. 多人共同开发同一分支,避免分叉 git pull --rebase 二、wi 阅读全文
posted @ 2022-06-23 10:34 一只编程小白~ 阅读(29) 评论(0) 推荐(0)
摘要: 一、linux or xshell常用命令1. sudo是允许用户有管理员权限 2. 连接:open 3. 进入文件夹:cd /data/rcrai/.. 4. 构建docker:sudo docker build -t test1:v1 . 5. 执行docker:sudo docker run 阅读全文
posted @ 2022-06-14 15:48 一只编程小白~ 阅读(108) 评论(0) 推荐(0)
摘要: 看到一篇讲解超详细的es博客, go操作es_kismile-CSDN博客 阅读全文
posted @ 2021-09-09 14:42 一只编程小白~ 阅读(35) 评论(0) 推荐(0)
摘要: nohup +command 后,要关掉xshell窗口,而不是按control+c,echo $? , 若返回值为0,则证明执行正确 阅读全文
posted @ 2021-09-07 13:45 一只编程小白~ 阅读(103) 评论(0) 推荐(0)