08 2019 档案
摘要:Missing semicolon 缺少分号 Missing space before opening brace 左大括号前缺少空格 Trailing spaces not allowed 不允许尾随空格 Unexpected trailing comma 意外的尾随逗号 Multiple spaces found before '+' 在“+”之前找到多个空格 A space is requi
阅读全文
摘要:git log --author="xxxxxxxx" --pretty=tformat: --numstat | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "增加的行数:%s 删除的行数:%s 总行数: %s\n"
阅读全文