UNIX
CbdFocus
耐心是美德。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
unix ls
// // my_ls.c // myShell // // Created by baodong on 4/22/15. // Copyright (c) 2015 baodong. All rights reserved. //#include <dirent.h> #include <sys/stat.h> #include "apue.h" #include "myErr.h"int转载 2015-04-22 22:35:15 · 396 阅读 · 0 评论 -
unix file 读写
带缓冲 // // copyFile2.c // myShell // // Created by baodong on 4/22/15. // Copyright (c) 2015 baodong. All rights reserved. // #include "apue.h" #include "myErr.h"int main(void){ int n; while转载 2015-04-23 00:04:41 · 319 阅读 · 0 评论 -
Mac 查看 cpu 具体型号
sysctl machdep.cpu.brand_stringmachdep.cpu.brand_string: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz原创 2015-10-13 16:06:00 · 3381 阅读 · 0 评论
分享