03 2011 档案

摘要:首先是安装:sudo apt-get install emacs23然后安装:sudo apt-get install cscope然后在~/.emacs文件中添加, 没有就新建一个(require 'xcscope)这样就加载了CSCOPE,如何随便打开一个C的就看到工具栏上的CSCOPE,我一直没有打开C的文本,一直以为没有加载成功,晕,白菜一名,真是郁闷。。。。。。。。1.在项目根目录下运行cscope -Rbkq生成一个cscope数据库,就会在根目录下生成三个文件cscope.out, cscope.in.out, cscope.po.out,其中cscope.out是基本的 阅读全文
posted @ 2011-03-04 22:37 flying1104 阅读(290) 评论(0) 推荐(0)
摘要:rarsudo apt-get install rar unrarzipsudo apt-get install zip unzip7zsudo apt-get install p7zip指令比较少用,多是tar,留着命令方便以后查看.zip解压:unzip FileName.zip压缩:zip FileName.zip DirName---------------------------------------------.rar解压:rar x FileName.rar压缩:rar a FileName.rar DirNam下载软件aria2sudo apt-get install ari 阅读全文
posted @ 2011-03-01 22:14 flying1104 阅读(257) 评论(0) 推荐(0)