摘要: Tcp编程: 头文件: #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <netinet/ip.h> 函数原型: int socket(int domain, int type, int protocol 阅读全文
posted @ 2021-07-18 17:32 西北小蚂蚁 阅读(58) 评论(1) 推荐(0) 编辑
摘要: int pthread_create(pthread_t *tid, const pthread_attr_t *attr, void *(*func) (void *), void *arg); int pthread_join (pthread_t tid, void ** status); p 阅读全文
posted @ 2021-07-18 11:06 西北小蚂蚁 阅读(348) 评论(1) 推荐(0) 编辑
摘要: https://v1.hitokoto.cn/?c=f&encode=text 阅读全文
posted @ 2021-07-18 10:12 西北小蚂蚁 阅读(207) 评论(1) 推荐(0) 编辑