摘要: Command line instructionsGit global setupgit config --global user.name "kaniel"git config --global user.email "kaniel520@foxmail.com"Create a new repo 阅读全文
posted @ 2018-04-27 16:44 balder_m 阅读(334) 评论(0) 推荐(0) 编辑
摘要: const char *fifo_name = "/tmp/my_fifo"; int pipe_fd = -1; int data_fd = -1; int res = 0; const int open_mode = O_WRONLY; int bytes_sent = 0; char buffer... 阅读全文
posted @ 2018-04-27 16:35 balder_m 阅读(302) 评论(0) 推荐(0) 编辑