摘要:
使用 vim /etc/vimrc 然后进入之后再 set ruler" show the cursor position all the time 底下再加上 set nu 保存退出 :wq 即可 阅读全文
posted @ 2014-02-15 14:49
aspirant
阅读(328)
评论(0)
推荐(0)
摘要:
原来是因为\ 后面多了一个空格 检查写的代码中将\后面的空格去掉就可以了. 阅读全文
posted @ 2014-02-15 11:04
aspirant
阅读(5629)
评论(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
阅读(1342)
评论(0)
推荐(0)