-
获得本机名、本机IP、外网IP及IP地址(即在本机的位置)
获得本机名、本机IP、外网IP及IP地址(即在本机的位置)-Access to the machine name, the local IP, external IP Net and IP address (that is, at the location of the machine)
- 2022-04-30 14:24:53下载
- 积分:1
-
socket2 eventselectb标准模型
socket2 eventselectb标准模型-socket2 eventselectb standard model
- 2022-11-03 19:25:03下载
- 积分:1
-
这里是我自己学习winsocket2 编程序时候所写的一个聊天室的程序,程序是一步一步完善过来的。
ChartSrv是服务器端
ChartCLie...
这里是我自己学习winsocket2 编程序时候所写的一个聊天室的程序,程序是一步一步完善过来的。
ChartSrv是服务器端
ChartCLient是客户端(可以开多个)
由于里面加入了获取hostname的东西所以速度有点慢,可以注释掉直接使用IP通信就快了。
代码展示了socket2的异步通信的实现,有兴趣的可以一起学习。-Here is my own time learning winsocket2 programmed written by a chat room procedures step by step procedure is to improve overnight. ChartSrv is a server-side ChartCLient the client (can be opened more than) as a result of which joined the hostname to obtain the speed of things so a bit slow, you can comment out the direct use of IP communications on faster. Code demonstrates the socket2 realize asynchronous communication, are interested in learning together.
- 2022-07-04 15:30:00下载
- 积分:1
-
Hook hook programming code. How to install the hook process, how to write global...
勾子 代码
Hook编程。如何安装钩子过程,如何编写全局钩子-Hook hook programming code. How to install the hook process, how to write global hooks
- 2022-05-28 00:54:15下载
- 积分:1
-
中国数据,中国数据uA741 uA741 uA741中文资料
UA741中文资料 UA741中文资料-UA741 Chinese data UA741 Chinese data UA741 Chinese data
- 2022-01-26 08:04:04下载
- 积分:1
-
Modem /串口通信编程 Modem编程
Modem /串口通信编程 Modem编程-Modem/Modem Serial Communication Programming Programming
- 2023-06-23 13:55:03下载
- 积分:1
-
Asp.net弹出对话框控件汉化修正版
一个很不错的代码
Asp.net弹出对话框控件汉化修正版
一个很不错的代码-Asp.net control pop-up dialog box sinicized amended version of a very good code
- 2023-08-21 15:50:04下载
- 积分:1
-
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋...
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋友一定要下载。
-one can check the Hotmail e-mail program, you can change the use of procedures to check your Hotmail account whether an e-mail instead of landing on the /. Use Hotmail friend must download.
- 2022-12-27 00:00:03下载
- 积分:1
-
VC编的提高Server.rar
VC编的提高Server.rar-VC series of the increase Server.rar
- 2022-07-10 08:39: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