-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
mySniff网络监控源码。学习VC++网络必看的程序。
mySniff网络监控源码。学习VC++网络必看的程序。-Network Monitoring mySniff source. Learning VC++ Network procedures must-see.
- 2023-02-14 13:50:03下载
- 积分:1
-
asp语言资料大全 里面详细的介绍了asp的技术。 是本人力作。
asp语言资料大全 里面详细的介绍了asp的技术。 是本人力作。-asp language Encyclopaedia inside information detailed account of the asp technology. Yes I masterpieces.
- 2022-03-19 19:10:55下载
- 积分:1
-
Multi
多线程文件下载器
显示在listbox里
轮询
从downloadlist.ini中获取要下载的文件,并且校验MD5,存储数据库,重复的不再下载-Multi-threaded file download device displayed in the listbox inside polling from downloadlist.ini get to download the file, and verify MD5, store databases, repeat no longer download
- 2022-03-23 19:39:38下载
- 积分:1
-
几只游动的金鱼和网页页面经常碰见的小水滴,很漂亮哦,供初学者参考...
几只游动的金鱼和网页页面经常碰见的小水滴,很漂亮哦,供初学者参考-handful of goldfish swimming and Web pages often met with a small drop of water, and very pretty, oh reference for beginners
- 2022-02-04 00:14:40下载
- 积分:1
-
ASP数据库,ASP数据库设计库,表,字段说明!
ASP数据库,ASP数据库设计库,表,字段说明!-ASP database, ASP database design library, table, field note!
- 2022-12-24 14:00:03下载
- 积分:1
-
不错的获得多数当前IP网络配置信息的程序。
不错的获得多数当前IP网络配置信息的程序。-A good program which can get current most IP netware config information
- 2022-11-29 10:20:04下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-06-14 05:38:31下载
- 积分:1
-
此示例演示如何使用知识产权辅助程序接口函数来操作反渗透…
This sample demonstrates the use of IP Helper API functions to manipulate the routing table.
- 2022-01-28 19:25:42下载
- 积分:1
-
推箱子源码 delphi
推箱子源码 delphi-viewing source
- 2022-05-08 17:03:56下载
- 积分:1