摘要: //服务器端: #include <iostream> #include <string> #include <cstring> #include <cstdio> #include <cstdlib> #include <sys/types.h> #include <sys/stat.h> #in 阅读全文
posted @ 2024-10-28 10:37 快乐的提千万 阅读(10) 评论(0) 推荐(0) 编辑
摘要: select select() 确定一个或多个套接口的状态,如:需要则等待。 #include <winsock.h> int PASCAL FAR select( int nfds, fd_set FAR* readfds, fd_set FAR* writefds, fd_set FAR* ex 阅读全文
posted @ 2024-10-28 10:35 快乐的提千万 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet. 阅读全文
posted @ 2024-10-28 10:27 快乐的提千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netdb.h> #i 阅读全文
posted @ 2024-10-28 10:21 快乐的提千万 阅读(10) 评论(0) 推荐(0) 编辑