-
并发服务(三)多路IO模型
多进程,多线程并发模型的缺陷
linux I/O模式:阻塞模式,非阻塞模式,I/O多路复用,信号驱动I/O,异步I/O
select与poll函数
多路I/O并发服务模型
实验提莫
- 2022-02-26 18:58:29下载
- 积分:1
-
Linux下的MUD客户端程序
Linux下的MUD客户端程序-Linux MUD customer end procedure
- 2022-08-21 08:56:07下载
- 积分:1
-
年龄别生育率ASFRecorder在改进版,基础可以:与巴…
ASFR+是在ASFRecorder的基础上的改进版本,它可以: ◇支持中文文件名. ◇多线程下载ASF文件. ◇断点续传,自动重试. ◇支持MMS(TCP)协议和HTTP协议(自动探测). ◇在下载时修正数据,确保100%与原文件相同.-ASFR ASFRecorder is on the basis of the improved version, it could : With the backing file. With the multi-threaded download ASF. Over HTTP, automatic retry. With the support of MMS (TCP) protocol and the HTTP protocol (automatic detection). With the amendments to the download data to ensure that 100% of the same original document.
- 2022-01-26 03:57:39下载
- 积分:1
-
RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。...
RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of http client and server are also included.
- 2023-02-05 06:20:03下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
VC++实现收发电子邮件
VC++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2023-08-11 23:15:04下载
- 积分:1
-
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释...
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释-This is a single-threaded data source to send and receive functions, and has clear notes
- 2022-08-19 07:16:44下载
- 积分:1
-
ping 的实现代码 多线程实现
ping 的实现代码 多线程实现
ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码
- 2022-09-06 19:10:02下载
- 积分:1
-
Fireworks常见问题解答
Fireworks常见问题解答-Fireworks FAQ
- 2023-01-02 21:55:03下载
- 积分:1
-
简单的HTTP代理测试
应用背景之前你- & gt;youtube.com你& lt;- youtube.com经过与SOCKS5传统联系你的听众SOCKS5,因为NAT/防火墙不好..SOCKS5服务器需要在1080端口监听。你socks5:1080 SW - >;>;youtube.com你& lt;- socks5:1080 SW & lt;- youtube.com经过与SOCKS5逆转(你的听众)你- & gt;隧道127.0.0.1:1080 - & gt;隧道127.0.0.1079 - & gt;远程计算机SOCKS5 - & gt;youtube.com你& lt;隧道127.0.0.1:1080 & lt;隧道127.0.0.1079
- 2022-07-17 07:24:56下载
- 积分:1