07 2015 档案

git 实用操作
摘要:查看某文件的某些行的变化历史:$git log --pretty=short -u -L 2003,2005:Executor.cpphttp://stackoverflow.com/questions/8435343/retrieve-the-commit-log-for-a-specific-l... 阅读全文

posted @ 2015-07-28 10:27 jjtx 阅读(186) 评论(0) 推荐(0)

我的 C++ style
摘要:1 int g_tennis; // not use as possible 2 3 int make_world() { 4 int size = 0; 5 6 return size; 7 } 8 9 const int NUMBER = 100;10 11 enu... 阅读全文

posted @ 2015-07-15 14:24 jjtx 阅读(342) 评论(1) 推荐(0)

Linux上的常用软件
摘要:zsh (fish): a new shelloh my zsh: zsh's conf fileapvlv: pdf viewer(vim style)autojump: quick 'cd' 阅读全文

posted @ 2015-07-14 15:37 jjtx 阅读(255) 评论(0) 推荐(0)

导航