
linux 编程工具相关
笨笨熊_穆
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
objdump --- 生成符号表
objdump -t **.a/obj/.. > 1.txt ------------------------------------------------ 将符号表保存在1.txt里面原创 2013-06-01 11:44:40 · 3592 阅读 · 0 评论 -
Source Insight --- 配置 SVN
SVN Diff option->Custom Commands 添加一个命令 名字:SVN Diff (随便自己写) 运行:"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:log /path:%f /notempfile /closeonend TortoiseProc.exe的目录以自己电脑上的为是。原创 2013-06-01 11:46:06 · 3937 阅读 · 0 评论 -
用GCC 展开 源文件
gcc -E -P 源文件 这个命令只处理源文件,把相关的代码全部展开。原创 2014-09-03 15:31:33 · 974 阅读 · 0 评论 -
Source Insight 添加 文件格式化命令
1. 下载Astyle.exe文件 http://d.119g.com/f/FB635F8C19491D1D.html 如,解压后位置为:"E:\installer\AStyle_2.03_windows\AStyle\bin\AStyle.exe" 2. 打开sourceinsight 3. options->custom commands -> add 加一个新原创 2015-09-20 17:03:31 · 800 阅读 · 0 评论