摘要: 有名管道 1.client 2.server success ! 阅读全文
posted @ 2019-06-19 16:18 panda_w 阅读(461) 评论(0) 推荐(0)
摘要: 无名管道 success ! 阅读全文
posted @ 2019-06-19 15:17 panda_w 阅读(369) 评论(0) 推荐(0)
摘要: 消息队列 1.头文件 #ifndef __MSG_H__ #define __MSG_H__ #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> #include <stdio.h> #include <stdlib.h> 阅读全文
posted @ 2019-06-19 14:23 panda_w 阅读(340) 评论(0) 推荐(0)
摘要: 共享内存 1.头文件 #ifndef __SHM_H__ #define __SHM_H__ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ipc.h> #include <sys/shm. 阅读全文
posted @ 2019-06-19 09:26 panda_w 阅读(484) 评论(0) 推荐(0)