-
异步套接字的源码,同时还有文档可以参考,很方便
异步套接字的源码,同时还有文档可以参考,很方便-Asynchronous socket source code, along with the document can refer to, it is convenient
- 2022-01-26 01:24:23下载
- 积分: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
-
利用拨号上网的简单例子。
利用拨号上网的简单例子。-use dial-up Internet access simple example.
- 2023-01-26 19:00:03下载
- 积分:1
-
c#的网络传输程序。一个server程序,可以chat也可以传文件,适合初次适用c#编网络程序的用户...
c#的网络传输程序。一个server程序,可以chat也可以传文件,适合初次适用c#编网络程序的用户-c# network transmission procedures. A server process, can also chat documents, the initial application for c# series of procedures network users
- 2023-06-13 03:25:03下载
- 积分:1
-
完成端口,多线程,支持65535个连接,效果很好,请放心下载使用
完成端口,多线程,支持65535个连接,效果很好,请放心下载使用-Completion port, multi-threaded to support 65,535 connections, well, please rest assured download
- 2022-03-24 07:18:46下载
- 积分:1
-
一个实现点对点传输的小程序,可以用来了解WINDOWS套接字
一个实现点对点传输的小程序,可以用来了解WINDOWS套接字-achieve a point-to-point transmission of small programs can be used to understand the Windows Sockets
- 2022-01-26 00:59:49下载
- 积分:1
-
CTelnet:该程序是telnet的Client,实现比较简陋。登录到任何bbs做测试。...
CTelnet:该程序是telnet的Client,实现比较简陋。登录到任何bbs做测试。-CTelnet : The procedure is a telnet client to achieve humble. Log on to a bulletin board do any testing.
- 2022-02-24 14:02:59下载
- 积分:1
-
邮件客户端的代码示例
邮件客户端的代码示例-E-mail client sample code
- 2022-09-12 13:10:02下载
- 积分:1
-
The code of LAN Multicast Communication, a multicast group by adding features fr...
本代码时对局域网中多播通信的实现,有加入多播组功能,退出多播组功能,多播显示发送接收消息等。-The code of LAN Multicast Communication, a multicast group by adding features from the multicast group function, multicast, etc. show the send receive messages.
- 2022-03-25 03:23:50下载
- 积分:1
-
一个tftp文件传输的客户端 方便初学者学习使用
一个tftp文件传输的客户端 方便初学者学习使用-a tftp file transfer client convenience beginners learning to use
- 2022-06-22 05:44:47下载
- 积分:1