03 2018 档案

摘要:一 使用yum安装 1、配置yum源 vim /etc/yum.repos.d/gitlab-ce.repo 复制以下内容: [gitlab-ce] name=Gitlab CE Repository baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitl 阅读全文
posted @ 2018-03-16 15:44 lpfuture 阅读(32727) 评论(0) 推荐(0) 编辑
摘要:传统方式read/write send/recv 在传统的文件传输里面(read/write方式),在实现上事实上是比較复杂的,须要经过多次上下文的切换。我们看一下例如以下两行代码: 1. read(file, tmp_buf, len); 2. write(socket, tmp_buf, len 阅读全文
posted @ 2018-03-12 10:42 lpfuture 阅读(1026) 评论(0) 推荐(0) 编辑