2016年3月31日

Linux命令

摘要: 原创作者:quietheart 一、文件管理: 1.创建名字为1的目录:mkdir 1 2.创建名字为1的文件:touch 1 3.删除名字为1的文件:rm 1 4.查看文件1的内容:cat 1 5.rmdir dirname 删除一个空目录dirname 6.强制删除目录:rm -f (rm -r 阅读全文

posted @ 2016-03-31 21:47 Alex0111 阅读(820) 评论(0) 推荐(0)

vimrc

摘要: set nusyntax onset foldenable " 允许折叠 set foldmethod=manual " 手动折叠 "C,C++ 按F5编译运行map <F5> :call CompileRunGcc()<CR>func! CompileRunGcc() exec "w" if &f 阅读全文

posted @ 2016-03-31 20:42 Alex0111 阅读(204) 评论(0) 推荐(0)

sougoupinyin for linux 安装步骤(精简版)

摘要: download deb double-click to install select fcitx reboot click it in the bar and choose the"text entry setting"(Sougou pinyin is in the last line) reb 阅读全文

posted @ 2016-03-31 17:58 Alex0111 阅读(538) 评论(0) 推荐(0)

导航