-
经典网络编程书籍:Windows网络编程第二版
经典网络编程书籍:Windows网络编程第二版 -Classic network programming books: Windows Network Programming Second Edition
- 2022-07-24 09:23:47下载
- 积分:1
-
获取客户端的操作系统,获取浏览器级版本等信息。
获取客户端的操作系统,获取浏览器级版本等信息。-To obtain the client" s operating system, access to information such as browser-level version.
- 2022-12-01 14:30:03下载
- 积分:1
-
用C++builder编写的一个用来获取天气信息的程序,其界面简单,实用性强...
用C++builder编写的一个用来获取天气信息的程序,其界面简单,实用性强-C++ builder prepared a weather information used to obtain the procedure, the interface simple. practical
- 2022-03-06 09:59:47下载
- 积分:1
-
port scanning (including source code)
端口扫描(含源代码)-port scanning (including source code)
- 2023-02-10 21:50:03下载
- 积分:1
-
A simple FTP server, use the ACE library, can use FIREFOX, IE, EXPLORE visit
一个简单的FTP服务器,使用ACE库,可以用FIREFOX,IE,EXPLORE访问-A simple FTP server, use the ACE library, can use FIREFOX, IE, EXPLORE visit
- 2022-03-15 04:22:33下载
- 积分:1
-
一个用Sockets实现的简单通信:首先运行ASCIIServer.java再运行ASCIIClient.java。然后客户端会发送65...
一个用Sockets实现的简单通信:首先运行ASCIIServer.java再运行ASCIIClient.java。然后客户端会发送65-90到服务端,并在服务端翻译为ASCII码。-A simple implementation using Sockets communication: First run ASCIIServer.java run ASCIIClient.java. And the client will be sent to the service side 65-90, and Translations Service client for ASCII code.
- 2022-08-11 10:17:36下载
- 积分:1
-
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!...
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!-based on the JAVA unlimited increase blog traffic of small tools, hoho, very useful Oh!
- 2022-01-27 09:18:45下载
- 积分:1
-
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
- 2022-03-17 19:58:41下载
- 积分:1
-
tcpdump代码 包括自己实现的协议截包驱动
tcpdump代码 包括自己实现的协议截包驱动-tcpdump including its own code to achieve an agreement cut package drive
- 2023-07-10 02:10:03下载
- 积分: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