-
套接字io的封装类
套接字io的封装类-socket io packaging category
- 2023-04-28 06:45:03下载
- 积分:1
-
Java实现的简单网络电话,可以实现局域网内的通话,但通话时延较明显...
Java实现的简单网络电话,可以实现局域网内的通话,但通话时延较明显-Java simple telephone network can be achieved within the local area network calls, but more significantly delay calls
- 2022-01-21 03:01:05下载
- 积分:1
-
delphi6实现的windows下ping源代码
delphi6实现的windows下ping源代码-Delphi6 realize the windows under the ping source code
- 2022-02-21 03:17:28下载
- 积分:1
-
UDP包的发送与接收
基于面向不可靠连接的编程 --UDP包的发送与接收-not based on reliable connectivity-oriented programming-- UDP packet transmission and reception
- 2023-05-01 09:40:03下载
- 积分:1
-
新邮件,嘿,有点简单,容易
实时监控邮箱新邮件,哎,简单的东西就是好用的-new mail, hey, something is simple and easy
- 2022-02-25 18:15:27下载
- 积分:1
-
风讯系统对于新华网之类的网站无法下载,这个程序是为了解决这个问题而编写的。...
风讯系统对于新华网之类的网站无法下载,这个程序是为了解决这个问题而编写的。-Xinhuanet system for such sites can not be downloaded, the procedure is to solve the problem of preparation.
- 2023-06-18 16:25:03下载
- 积分:1
-
能够绕过winXP sp2防火墙的代码
能够绕过winXP sp2防火墙的代码-to bypass firewall sp2 code
- 2022-07-23 00:28:31下载
- 积分:1
-
异步套接字客户端
异步套接字客户端-asynchronous socket client
- 2023-04-17 20:30:02下载
- 积分:1
-
ARP防火墙,一款很好用的ARP防火墙,编译通过
ARP防火墙,一款很好用的ARP防火墙,编译通过-ARP firewall, a good firewall to use the ARP, the compiler through
- 2022-02-25 13:56:34下载
- 积分:1
-
熟悉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