摘要: 批量替换文件中字符串: sed -i "s/ITSApi/icallApi/g" `grep ITSApi -rl icallbiz` 解释: 将icallbiz目录文件中包涵的ITApi字符串修改为icallApi 阅读全文
posted @ 2018-05-21 16:18 helloxiaoou 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 创建本地库,提交,和绑定github ,上传代码 git init git add README.md git commit -m "first commit" git remote add origin git@github.com:Fenglin0721/pgcms.git git push - 阅读全文
posted @ 2018-04-21 14:22 helloxiaoou 阅读(117) 评论(0) 推荐(0) 编辑