grep -nr "Base64Decode" * 查找含有某字符的文件
摘要:grep -nr "Base64Decode" * 查找含有某字符的文件
阅读全文
git查看远程仓库地址 git remote -v
摘要:git查看远程仓库地址 git remote -v
阅读全文
#find ./ -type f | xargs sed -i "s///g"
摘要:#find ./ -type f | xargs sed -i "s///g"
阅读全文
error: 'commit' is not possible because you have unmerged files.
摘要:解决方案: 1.把修改的文件add下,如:git add bidder_mod/src/common/dragon_bidder_data.cc2.git commit
阅读全文
protobuf
摘要:http://www.tuicool.com/articles/AnMRJf7
阅读全文