-
演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。...
演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。-Winsock demonstration of network programming model port completed, will help beginners to deepen the understanding of the principles model.
- 2022-08-15 13:26: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
-
a simple chat room source code. it is used to introduce the employment SOCKET in...
粗略写的一个聊天室,介绍了SOCKET在C#中的运用-a simple chat room source code. it is used to introduce the employment SOCKET in C#.
- 2022-08-22 08:24:15下载
- 积分:1
-
这个是与上一个配套的客户端程序,程序实现功能:在客户端发送消息,服务端将消息收到后能够同时显示在屏幕上...
这个是与上一个配套的客户端程序,程序实现功能:在客户端发送消息,服务端将消息收到后能够同时显示在屏幕上-This is associated with a client program, program functions: send a message on the client, service after the end of the message received at the same time displayed on the screen
- 2022-10-07 21:45:03下载
- 积分:1
-
IE插件
IE插件的编写,如果百度和3721,相同,呵呵,大家要做的易于删除呀,-IE plug-in the preparation, if Baidu and 3721, the same, what we need to do easy to delete it, huh
- 2023-07-29 14:55:03下载
- 积分:1
-
这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7...
这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7 就可以连接上,然后你输入什么屏幕就显示什么。-This a complete port with (IO Completion port) was the echo server, running iocp.exe after the console using telnet 127.0.0.1 7 can be connected to, then you input on what the screen shows what.
- 2022-03-05 12:51:26下载
- 积分:1
-
通过件包头信息和管理员设定的规则表比较,读出并拒绝那些不符合标准的包,过滤掉不应入站的信息。...
通过件包头信息和管理员设定的规则表比较,读出并拒绝那些不符合标准的包,过滤掉不应入站的信息。 -Through the pieces of header information and administrators set the rules of table comparison, and refused to read out those who do not meet the standard package, should not filter out the information into the station.
- 2022-05-14 02:47:02下载
- 积分:1
-
HTML transfer to TXT.
HTML transfer to TXT.
- 2022-07-21 22:33:06下载
- 积分:1
-
PE executable files into the type of correction procedures and sample preparatio...
PE可执行文件的镶入式程序的编写方法及示例。注意:编译时注意安全。-PE executable files into the type of correction procedures and sample preparation methods. Note : compile-time pay attention to security.
- 2022-02-05 23:57:04下载
- 积分:1
-
这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况...
这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况-dephi used for the preparation of the surveillance tcp/udp port procedures to real-time monitoring of various ports
- 2022-12-09 15:50:03下载
- 积分:1