摘要: 1.doxygen不run 原因是没有选择工作目录,或者工作目录的斜杠不是"/",而是"\"。 2. enable eclipse indexer (but still not good, can not find some symbol) select the folder you choose 阅读全文
posted @ 2018-10-26 17:15 Saymour2008 阅读(138) 评论(0) 推荐(0)
摘要: - makefile syntax 'ifneq' https://www.gnu.org/software/make/manual/html_node/Conditional-Example.html - [CMake] undef a symbol https://cmake.org/piper 阅读全文
posted @ 2018-10-26 17:14 Saymour2008 阅读(159) 评论(0) 推荐(0)
摘要: 实践: 1. 我写了一个模块,在单独分支上开发,上面有几个提交,最后我要合成一个提交merge到主开发分支上,再提交到远程gerrit。 一种做法是我用git rebase -i HEAD~3, 这里会弹出一个编辑界面,把几个提交的commit id都列出来,要留下来的记录就用pick. or us 阅读全文
posted @ 2018-10-26 14:43 Saymour2008 阅读(157) 评论(0) 推荐(0)
摘要: 1.vim配置文件 https://github.com/zyedidia/dotvim 2. vim主题 https://github.com/altercation/vim-colors-solarized https://github.com/plan9-for-vimspace/acme-c 阅读全文
posted @ 2018-10-26 14:43 Saymour2008 阅读(160) 评论(0) 推荐(0)
摘要: bash之read命令 http://www.cnblogs.com/xiangzi888/archive/2012/03/27/2420084.html shell使用攻略 https://www.cnblogs.com/xiangzi888/p/4025549.html How can I re 阅读全文
posted @ 2018-10-26 13:54 Saymour2008 阅读(157) 评论(0) 推荐(0)