-
一品脱
一个小巧玲珑的在线调查程序,它容量很小,可读性很高,多多关照-a pint-sized online survey procedures, capacity small, highly readable, to take care of
- 2022-01-25 21:00:04下载
- 积分:1
-
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。...
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。-E-mail module, prior to use Jmail need to install components, and then in the code set up SMTP server information.
- 2022-04-27 01:00:34下载
- 积分:1
-
用vc调用delphi实现的http上传
用vc调用delphi实现的http上传-with vc call delphi achieve http upload
- 2022-03-09 22:18:50下载
- 积分: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
-
udp agreement Simulation (transmitter)
udp协议的仿真模拟程序(发送端)-udp agreement Simulation (transmitter)
- 2022-02-25 12:32:42下载
- 积分:1
-
这是我学习网络编程时做的一个局域网聊天工具,需要对网络进行配置...
这是我学习网络编程时做的一个局域网聊天工具,需要对网络进行配置-This is my learning network programming do a LAN chat tools, the need for network configuration
- 2022-01-24 18:13:11下载
- 积分:1
-
iscsi的源码,希望有用,这个是从英特尔网上连接到下载的,大家看看吧...
iscsi的源码,希望有用,这个是从英特尔网上连接到下载的,大家看看吧-ISCSI source of hope useful, this is from Intel to connect to the Internet to download, we look at it
- 2022-01-24 18:43:16下载
- 积分:1
-
比较好的自动更新程序用法:update.exe 程序名 版本 版本文件URL例如:update.exe VolleyMail 3.0 http://www.ex...
比较好的自动更新程序用法:update.exe 程序名 版本 版本文件URL例如:update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini-better use automatic update : update.exe program names versions versions of documents such as URL : update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini
- 2023-06-05 21:10:04下载
- 积分:1
-
基于vc++ 的网络五子棋游戏实现
(网络游戏类)
基于vc++ 的网络五子棋游戏实现
(网络游戏类)-Based on vc++ implementation of the network Gobang Games (online games category)
- 2023-04-04 17:30:03下载
- 积分:1
-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1