随笔分类 -  ios

摘要:1)阻塞I/O(blocking I/O) 发起请求,等待数据报准备好,拷贝数据,数据返回指令 应用程序调用一个IO函数,导致应用程序阻塞,等待数据准备好。 如果数据没有准备好,一直等待….数据准备好了,从内核拷贝到用户空间,IO函数返回成功指示。 2)非阻塞I/O (nonblocking I/O 阅读全文
posted @ 2016-09-23 18:58 bierxiaobia 阅读(359) 评论(0) 推荐(0)
摘要:Xcode创建的group是相对路径 阅读全文
posted @ 2015-12-22 11:21 bierxiaobia 阅读(169) 评论(0) 推荐(0)
摘要:整合网络资源和自己的实际经验,表述于此。1 Xcode详解 非常实用的xcode介绍,详情请见外部链接http://demo.netfoucs.com/shulianghan/article/details/38424965# 阅读全文
posted @ 2015-12-22 09:33 bierxiaobia 阅读(111) 评论(0) 推荐(0)