摘要:
1.安装64位redhat6.4操作系统(客户机为64位)为软件开发工作站模式。 2.卸载yum源,重新安装为免费的CentOS6.4 yum源(yum能解决软件安装中的包依赖问题,redhat 未注册用户不能使用yum安装软件): # mv /etc/yum.repos.d/*.repo /etc 阅读全文
posted @ 2016-11-23 17:51
飞错的雪
阅读(2535)
评论(0)
推荐(0)
摘要:
fgets的用法: char *fgets(char *s, int size, FILE *stream); fgets() reads in at most one less than size characters from stream and stores them into the bu 阅读全文
posted @ 2016-11-23 17:41
飞错的雪
阅读(374)
评论(0)
推荐(0)