-
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。...
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。-a lightweight framework for network programming uploaded socketman ahead of cross-platform C version, I ended up version of the VC, with many people again.
- 2022-05-09 13:53:58下载
- 积分: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
-
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以...
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以查看对方的共享资源; 4.可以直接登录对方计算机,可以建立空连接; 5.可以点对点的进行语音通话; 6.可以匿名发送消息; 7.可以传送文件,(最好是小于10M的文件,这个功能还没有优化好);-main functions : 1. LAN can search all the working group and the computer; 2. Win2k use of the net send function. To be sent directly to end desktop news is not right side of the proceedings; 3. View can share each other"s resources; 4. The other side can be directly logged in the computer, we can establish air links; 5. Could the point-to-point voice calls; 6. Anonymous information can be sent; 7. documents can be transmitted, (preferably less than 10M of the document, and the optimization feature is not good);
- 2022-03-22 07:50:43下载
- 积分:1
-
孙鑫老师网络编程教学的Socket服务器与客户机的源代码
孙鑫老师网络编程教学的Socket服务器与客户机的源代码-source code of Mr SUN Xin about network
programming teaching--server and client
- 2022-01-28 15:54:05下载
- 积分:1
-
Win32_Packed自己写的win32包装类
Win32_Packed自己写的win32包装类-Win32_Packed himself wrote the win32 packaging category
- 2022-05-19 03:41:46下载
- 积分:1
-
一个使用window sdk写的抓包的小程序
一个使用window sdk写的抓包的小程序-A use of the capture window sdk to write a small program
- 2022-05-13 04:40:22下载
- 积分:1
-
source code of leach protocol part uamps
source code of leach protocol part uamps
- 2022-07-17 11:52:48下载
- 积分:1
-
一套不错的TCP/IP编程指导,对几乎所有人都有指导意义。大家来看下...
一套不错的TCP/IP编程指导,对几乎所有人都有指导意义。大家来看下-A good TCP/IP programming guide, almost everyone has a guiding significance. Under the U.S. point of view
- 2022-01-23 10:09:55下载
- 积分:1
-
The use of WinPcap to capture IP traffic within a local area network and conduct...
利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即
可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box application, directly to double-click the executable file (IPCapture.exe) to run.
- 2022-03-03 10:26:50下载
- 积分:1
-
一个用完成端口编写的聊天程序,包括服务器和客户端
一个用完成端口编写的聊天程序,包括服务器和客户端-a port with the completion of the preparation of chatting procedures, including server and client
- 2022-09-27 18:20:03下载
- 积分:1