-
获取本地或远程的网络信息。比如:输入计算机名,就可以获得IP地址等信息....
获取本地或远程的网络信息。比如:输入计算机名,就可以获得IP地址等信息.-Access to local or remote network information. For example: Enter the computer name, IP address, etc. on the available information.
- 2023-01-14 19:30:03下载
- 积分:1
-
ASP.NET信息管理系统开发实例导航 第3章 物业管理系统
ASP.NET信息管理系统开发实例导航 第3章 物业管理系统-ASP.NET development of information management system navigation example, Chapter 3 of the property management system
- 2022-03-12 18:19:00下载
- 积分:1
-
Auto Draw Auto Draw program automatically automatically draw draw draw automatic...
自动绘图自动绘图程序自动自动绘图自动绘图程序自动绘图
- 2022-03-23 15:19:54下载
- 积分:1
-
mail server code
邮件代码服务器端-mail server code
- 2022-02-13 05:54:06下载
- 积分:1
-
《VC网络高级编程》随书光盘
《VC网络高级编程》随书光盘- "VC Network High-level Programming" along with book compact
disc
- 2022-01-26 05:30:00下载
- 积分:1
-
请大家试用此程序之目的在于训练大家的编程能力,而非具有真正的特别实用的功能....
请大家试用此程序之目的在于训练大家的编程能力,而非具有真正的特别实用的功能.-trial purposes of this program is to train all the programming capabilities rather than truly special practical function.
- 2022-03-13 23:22:50下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
network authentication software source code, very handy! Good to detect the cert...
本文件包含网络认证软件的源代码,非常好用!能够很好地检测认证过程中的网络状态。-network authentication software source code, very handy! Good to detect the certification process, the network state.
- 2022-08-22 09:40:48下载
- 积分: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
-
主机名到IP的转换
主机名到IP的转换-host name to IP conversion
- 2022-05-20 14:24:53下载
- 积分:1