-
using socket communications program heterogeneous environments under the Data Co...
利用socket通信程序实现异构环境下的数据通信-using socket communications program heterogeneous environments under the Data Communication
- 2022-08-21 06:53:22下载
- 积分: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
-
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)...
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)-ctrol (client)sorce code for extend the access to the network server database management software
- 2022-07-16 23:31:33下载
- 积分:1
-
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容...
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容-ARQ protocol implementation experiment to simulate the sender and receiver, a data file sent to the paper 3, in which the middle of the contents of the file to save two
- 2022-03-16 06:15:34下载
- 积分:1
-
一个可以检测网络连接状况并能查询当日各大城市的天气状况的程式...
一个可以检测网络连接状况并能查询当日各大城市的天气状况的程式-can detect an Internet connection and check the date of the major cities in weather conditions formula
- 2022-01-25 23:18:15下载
- 积分:1
-
MFC prepared using chat programs, chat rooms realize functions, can automaticall...
用MFC编写的聊天程序,实现聊天室功能,客户端能够自动检测到服务器。-MFC prepared using chat programs, chat rooms realize functions, can automatically detect the client to the server.
- 2022-02-02 01:54:03下载
- 积分:1
-
加强版的netstat。有嗅探功能(需更改源码手动打开),发现新连接时还有任务栏弹出窗口提示功能。需要sdk。...
加强版的netstat。有嗅探功能(需更改源码手动打开),发现新连接时还有任务栏弹出窗口提示功能。需要sdk。-strengthened version of netstat. A sniffer function (subject to change manually open source), the discovery of new connections have taskbar pop-up reminder feature. Need sdk.
- 2023-02-01 19:05:03下载
- 积分:1
-
Multiget档案下载器!新Multiget为您提供更快速的下载多线程和服务器下载源代码....
Multiget档案下载器!新Multiget为您提供更快速的下载多线程和服务器下载源代码.-Download file Multiget browser! New Multiget provide you with faster and server multi-threaded download download the source code.
- 2022-04-25 03:44:46下载
- 积分:1
-
这是一个VB编写的邮件检查程序,通过这个程序,可以快速的对邮件进行检查...
这是一个VB编写的邮件检查程序,通过这个程序,可以快速的对邮件进行检查-This is a VB prepared by the mail screening procedures, through this process, to quickly check for mail
- 2022-02-20 17:07:49下载
- 积分:1
-
FTP接口实现
项目中新增对FTP的支持,需求的变更是开发过程中不可避免的事情,只是变更的时间越靠近项目末期,就越是灾难。还好这个需求可以设计的相对独立,做到尽量不影响已实现部分。
说的FTP,就想起曾经写的一个FTP接口对象,由于现在FTP的实现库到处都是,因此在写好此对象时,被同事称为:做轮子的人~我的想法是,组装车和制作车应该还是有区别的~
- 2022-02-01 23:17:42下载
- 积分:1