2018年10月26日

各种工具问题解决

摘要: 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 阅读(137) 评论(0) 推荐(0) 编辑

makefile / CMake

摘要: - 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 阅读(153) 评论(0) 推荐(0) 编辑

vim配置和使用

摘要: 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 阅读(148) 评论(0) 推荐(0) 编辑

git & repo使用

摘要: 实践: 1. a56爆大奖在线娱乐写了一个模块,在单独分支上开发,上面有几个提交,最后a56爆大奖在线娱乐要合成一个提交merge到主开发分支上,再提交到远程gerrit。 a56爆大奖在线娱乐做法是a56爆大奖在线娱乐用git rebase -i HEAD~3, 这里会弹出一个编辑界面,把几个提交的commit id都列出来,要留下来的记录就用pick. or us 阅读全文
posted @ 2018-10-26 14:43 Saymour2008 阅读(148) 评论(0) 推荐(0) 编辑

使用bash

摘要: bash之read命令 http://www.cnblogs.com/xiangzi888/archive/2012/03/27/2420084.html shell使用攻略 /xiangzi888/p/4025549.html How can I re 阅读全文
posted @ 2018-10-26 13:54 Saymour2008 阅读(149) 评论(0) 推荐(0) 编辑