摘要: 创建或修改/root/.vimrc文件,常用的内容如下:" Windows兼容" 启用C-C,V,X"if has("gui_running")source $VIMRUNTIME/mswin.vim"endifbehave mswin" 关闭VI兼容模式set nocompatiblefiletype plugin indent onset modeline"set modelines=2" 缩写iab xdate =strftime("%Y-%m-%y")iab xdate1 =s 阅读全文
posted @ 2012-12-06 17:28 风风清清扬扬 阅读(1132) 评论(0) 推荐(0)
摘要: 本文主要介绍CodeBlock的安装与配置(Ubuntu 10.10环境下)整个过程。1.安装codeblocksudo apt-get install codeblockssudo apt-get install codeblocks-dbgsudo apt-get install wxformbuilder还有个codeblocks-contrib其实安装的是wxSmith,我还是喜欢wxfb,所以就没有安装。2.安装wxWidgetssudo apt-get install libwxbase2.8 sudo apt-get install libwxbase2.8-dev sudo . 阅读全文
posted @ 2012-12-06 15:52 风风清清扬扬 阅读(357) 评论(0) 推荐(0)