10 2016 档案

摘要:grep -c -r --include="*.java" '.*' ./* | awk -F ":" '{sum+=$2} END {print sum}' 阅读全文
posted @ 2016-10-27 12:04 J. Lingear 阅读(810) 评论(0) 推荐(0)
摘要:It is unclear which exceptions that can be thrown from the methods. It might be difficult to document and understand the vague interfaces. Use either 阅读全文
posted @ 2016-10-25 11:26 J. Lingear 阅读(1767) 评论(1) 推荐(0)