会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
吧
Offer
个
给
Empirefree
博客园
首页
新随笔
联系
订阅
管理
2018年11月23日
Linux相关代码
摘要: Linux 文件管理: 实现COW(copy_on_write:也就是windows下所谓的复制、粘贴): 1 #include <sys/types.h> 2 #include <sys/stat.h> 3 #include <fcntl.h> 4 #include <unistd.h> 5 6
阅读全文
posted @ 2018-11-23 16:39 Empirefree
阅读(303)
评论(0)
推荐(0)
编辑
公告