摘要: 1 /************************************************************************* 2 > File Name: system.c 3 > Author: Mr.Yang 4 > Purpose:演示system()函数 5 > Created Time: 2017年05月19日 星期... 阅读全文
posted @ 2017-05-19 19:51 杨来 阅读(4085) 评论(0) 推荐(0) 编辑
摘要: 1.第一种“段错误”出现的场景 1 /************************************************************************* 2 > File Name: goto.c 3 > Author: Mr.Yang 4 > Purpose:演示goto的用法 (段错误出现的场景) 5 > Created... 阅读全文
posted @ 2017-05-19 18:55 杨来 阅读(3523) 评论(0) 推荐(1) 编辑
摘要: 1 /************************************************************************* 2 > File Name: continue.c 3 > Author: Mr.Yang 4 > Purpose:continue的运用 5 > Created Time: 2017年05月19日 ... 阅读全文
posted @ 2017-05-19 18:32 杨来 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 1、上传本地文件到服务器 scp /path/filename username@servername:/path/ 2、从服务器上下载文件 scp username@servername:/path/filename /var/www/local_dir(本地目录) 3.从服务器下载整个目录 sc 阅读全文
posted @ 2017-05-19 16:55 杨来 阅读(3474) 评论(1) 推荐(0) 编辑
摘要: 1.同时打开多个文件:vi 1.txt 2.txt 3.txt 在多个文件中来回切换,命令行模式输入“:next"表示下一个,输入":previous"代表进入上一个,”:rewind“表示进入第一个文件,”:last“表示进入最后一个文件 2.在当前行上面新插入一行,命令行模式输入”O“ ,在当前 阅读全文
posted @ 2017-05-19 15:17 杨来 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1 /************************************************************************* 2 > File Name: mybreaking.c ... 阅读全文
posted @ 2017-05-19 13:32 杨来 阅读(7459) 评论(0) 推荐(0) 编辑
摘要: apt-get install kde-l10n-zhcn, language里面改中文 亲测可用 来源:http://tieba.baidu.com/p/2489771177 阅读全文
posted @ 2017-05-19 10:13 杨来 阅读(662) 评论(0) 推荐(0) 编辑