摘要: 使用 vim /etc/vimrc 然后进入之后再 set ruler" show the cursor position all the time 底下再加上 set nu 保存退出 :wq 即可 阅读全文
posted @ 2014-02-15 14:49 aspirant 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 原来是因为\ 后面多了一个空格 检查写的代码中将\后面的空格去掉就可以了. 阅读全文
posted @ 2014-02-15 11:04 aspirant 阅读(5608) 评论(0) 推荐(1) 编辑
摘要: //file_op.c file.txt 内容 ID;NAME;SEX;COLLEGE;SUBJECT;REMARKS 1;jean;male;electron;communicate;no marks 2;luce;female;legal;legal;thanks 3;devide;male;b 阅读全文
posted @ 2014-02-15 10:55 aspirant 阅读(1321) 评论(0) 推荐(0) 编辑