-
一个有用的对等点的程序,值得学习
一个有用的P2P程序,值得学习-a useful P2P procedures, it is worth learning
- 2022-02-01 13:33:27下载
- 积分: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
-
sockt编程,局域网实现客户端和服务器端的通信…
sockt编程,局域网内实现客户端和服务器的通信-sockt programming, local area network to achieve client and server communications
- 2022-03-03 03:36:40下载
- 积分:1
-
远程自动备份,可配置服务器信息。
采用TCP
远程自动备份,可配置服务器信息。
采用TCP-WINSOCK多线程实现,可以多对多备份。-Remote automatic backup allows you to configure the server information. Using TCP-WINSOCK realize multi-threaded, you can back up many-to-many.
- 2022-05-26 15:03:37下载
- 积分:1
-
我收集的C++ builder编写socket的文章.
我收集的C++ builder编写socket的文章.-I collected C builder prepared socket article.
- 2022-02-07 08:21:21下载
- 积分:1
-
ie7缓存密码的获取,通过读取注册表与urlcache的对比获取ie7的自动缓存密码...
ie7缓存密码的获取,通过读取注册表与urlcache的对比获取ie7的自动缓存密码-ie7 cache access password by reading the registry with the contrast urlcache automatic access to the cached password ie7
- 2022-01-26 01:24:19下载
- 积分:1
-
Another IOCP code all good VC source code package has a certain degree of study...
另一个IOCP的代码所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来-Another IOCP code all good VC source code package has a certain degree of study and research the role of U.S. can be downloaded to
- 2022-07-23 08:37:41下载
- 积分:1
-
C:Documents and Settingsyyy桌面新建文件夹TCPsocket33.rarC:Documents and Settingsyyy桌面新建...
C:Documents and Settingsyyy桌面新建文件夹TCPsocket33.rarC:Documents and Settingsyyy桌面新建文件夹TCPsocket33.rar
- 2022-03-22 08:42:28下载
- 积分:1
-
点对点服务端源码,希望能对大家通讯编程有一定的帮助
点对点服务端源码,希望能对大家通讯编程有一定的帮助-failed to translate
- 2023-07-16 10:35:03下载
- 积分:1
-
用C#实现的网络聊天程序,分为客户端和服务器端两个程序,可以用...
用C#实现的网络聊天程序,分为客户端和服务器端两个程序,可以用-C# Internet chat program, divided into client and server-side two procedures can be used
- 2022-08-05 19:44:00下载
- 积分:1