会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Liu_Jing
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年6月19日
文件数据流向
应用程序A写“hello”,首先到C标准缓冲区,再通过fprintf,fputs等把“hello”写到内核缓冲区,最终写到磁盘文件中。 eg:应用程序A把“hello”写到C标准缓冲区时,应用程序B读磁盘能否读到“hello”? 答:不能读到。 每一个应用程序都有一个自己的地址空间(0-4G),故C
Read More
posted @ 2017-06-19 10:59 Liu_Jing
Views(443)
Comments(0)
Diggs(0)
Edit
公告