上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 62 下一页
摘要: 场景: Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.i686 处理办法: 1> vi /etc/yum.repos.d/CentOS-Debuginfo.repo 修改enabled=... 阅读全文
posted @ 2014-08-03 17:50 172257861 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 场景: Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.i686 处理办法: 1> vi /etc/yum.repos.d/CentOS-Debuginfo.repo 修改enabled=... 阅读全文
posted @ 2014-08-03 17:50 172257861 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 首先测试标准输入是否可以进行lseek操作 [root@luozhonghua 03]# cat ex03-lseek-01.c /*文件ex03-lseek-01.c, 使用lseek函数测试标准输入是否可以进行seek操作*/ #include #include #include #i... 阅读全文
posted @ 2014-08-03 15:16 172257861 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 首先测试标准输入是否可以进行lseek操作 [root@luozhonghua 03]# cat ex03-lseek-01.c /*文件ex03-lseek-01.c, 使用lseek函数测试标准输入是否可以进行seek操作*/ #include #include #include #i... 阅读全文
posted @ 2014-08-03 15:16 172257861 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 首先测试标准输入是否可以进行lseek操作 [root@luozhonghua 03]# cat ex03-lseek-01.c /*文件ex03-lseek-01.c, 使用lseek函数测试标准输入是否可以进行seek操作*/ #include #include #include #i... 阅读全文
posted @ 2014-08-03 15:16 172257861 阅读(172) 评论(0) 推荐(0) 编辑
摘要: read code: [root@luozhonghua 03]# cat ex03-read-01.c /*文件ex03-open-03.c, O_CREAT和O_EXCL的使用*/ #include #include #include #include int main(vo... 阅读全文
posted @ 2014-08-03 12:31 172257861 阅读(234) 评论(0) 推荐(0) 编辑
摘要: read code: [root@luozhonghua 03]# cat ex03-read-01.c /*文件ex03-open-03.c, O_CREAT和O_EXCL的使用*/ #include #include #include #include int main(vo... 阅读全文
posted @ 2014-08-03 12:31 172257861 阅读(191) 评论(0) 推荐(0) 编辑
摘要: read code: [root@luozhonghua 03]# cat ex03-read-01.c /*文件ex03-open-03.c, O_CREAT和O_EXCL的使用*/ #include #include #include #include int main(vo... 阅读全文
posted @ 2014-08-03 12:31 172257861 阅读(625) 评论(0) 推荐(0) 编辑
摘要: [root@luozhonghua 03]# cat ex03-open-03.c/*文件ex03-open-03.c,O_CREAT和O_EXCL的使用*/#include #include #include #include int main(void){ int fd = -1; char... 阅读全文
posted @ 2014-08-03 11:51 172257861 阅读(114) 评论(0) 推荐(0) 编辑
摘要: [root@luozhonghua 03]# cat ex03-open-03.c/*文件ex03-open-03.c,O_CREAT和O_EXCL的使用*/#include #include #include #include int main(void){ int fd = -1; char... 阅读全文
posted @ 2014-08-03 11:51 172257861 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 62 下一页