20211406张顺扬

导航

2023年12月8日 #

web服务器-socket编程

摘要: 客户端 #include<stdio.h> #include<stdlib.h> #include<string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/i 阅读全文

posted @ 2023-12-08 12:00 20211406张顺扬 阅读(13) 评论(0) 推荐(0) 编辑

Web服务器2

摘要: 代码 #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <stdlib.h> #include <errno.h> #include <string.h 阅读全文

posted @ 2023-12-08 11:42 20211406张顺扬 阅读(9) 评论(0) 推荐(0) 编辑