git tips 积累

摘要: 统计项目中所有人的代码提交次数并排序:git shortlog -s -n统计某人的代码量git log --author="_Your_Name_Here_" --pretty=tformat: --numstat \| gawk '{ add += $1; subs += $2; loc += ... 阅读全文
posted @ 2014-09-17 13:17 Dean Song 阅读(108) 评论(0) 推荐(0)

ubuntu设置root环境变量

摘要: 环境变量 root 阅读全文
posted @ 2014-08-01 10:20 Dean Song 阅读(994) 评论(0) 推荐(0)

delete指针时coredump的分析之旅

摘要: 很诡异,竟然在delete 指针时候crash,这个很少见~~~分析这个问题费了不少周折,记录在此。如能帮助到他人,不胜开心。运行时候堆栈包含如下部分:.......Back chain word : 183831f8 b930a150 [1003a150],CXC1734416%2_R1E ??:0 heap_free Back chain word : 18383208 b92ff0dc [1002f0dc],CXC1734416%2_R1E ??:0 free Back chain word : 18383218 ba161414 [10e914... 阅读全文
posted @ 2012-11-05 20:30 Dean Song 阅读(783) 评论(0) 推荐(1)