计算机网络课程设计——简单Web Server程序的设计与实现

上代码html 运行完打开浏览器访问127.0.0.1:8000ios #include <cstdio> #include <string> #include <fstream> #include <WinSock2.h> #include <iostream> using namespace std; #define BUFFER_SIZE 1024 #define HOST "127.0.0
相关文章
相关标签/搜索