-
局域网通信大使是一个学习网络程序员,方便公司。
局域网通讯大使是一个便于程序员学习网络通讯时的很好的一个源码-LAN communications Ambassador is a learning network programmers to facilitate communication of a good source
- 2022-06-01 16:01:25下载
- 积分:1
-
This is the winpcap Chinese document easier to understand than the English, more
这是winpcap的中文文档 比英文的容易理解多了-This is the winpcap Chinese document easier to understand than the English, more
- 2022-02-20 05:00:00下载
- 积分:1
-
一个特别小巧的,实用的留言薄系统,可直接应用,无须修改...
一个特别小巧的,实用的留言薄系统,可直接应用,无须修改-a particularly compact and practical Guestbook system can be used directly without modification
- 2022-01-26 04:57:14下载
- 积分:1
-
处理RFC822格式信件
处理RFC822格式信件-RFC822 format handling letters
- 2022-06-12 17:26:20下载
- 积分:1
-
支持附件的邮件发送接收程序
支持附件的邮件发送接收程序-In support of the annex to receive e-mail program
- 2023-07-04 21:40:03下载
- 积分:1
-
Servlet and JSP core programming, can be ported to multiple systems above
Servlet与JSP核心编程,可以移植到多个系统上面的-Servlet and JSP core programming, can be ported to multiple systems above
- 2022-03-18 22:24:11下载
- 积分:1
-
socket编程
各种socket的调用方法!!主要是网络socket调用,包括接收和发送!有包涵UDP和TCP的网络协议!
- 2022-02-05 16:36:19下载
- 积分:1
-
very easy to use calendar shows that the procedure is mainly used in the develop...
使用起来十分顺手的日历显示程序,主要是用在网页开发方面。-very easy to use calendar shows that the procedure is mainly used in the development of the website.
- 2022-03-29 11:38:33下载
- 积分:1
-
基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端程序实现网络对话传输...
基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端程序实现网络对话传输-UDP-based protocol to achieve a simple online chat room, by starting the server, the client program to achieve dialogue with the network transmission
- 2022-03-07 02:01:13下载
- 积分: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