-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1
-
本程序是使用VC++语言编写的“聊天系统源代码”请站长检查。...
本程序是使用VC++语言编写的“聊天系统源代码”请站长检查。-this program is to use the VC language "chat system source code" Please check station.
- 2023-02-17 04:15:03下载
- 积分:1
-
Test the local network traffic, in memory drawing, and then to graphic display.
测试本机的网络流量,在内存中绘图,然后以图形显示。-Test the local network traffic, in memory drawing, and then to graphic display.
- 2022-01-25 16:47:45下载
- 积分:1
-
有visual Basic 中的winsocket控件实现文件的传输,只能在局域网内使用...
有visual Basic 中的winsocket控件实现文件的传输,只能在局域网内使用-to realize the transport of file
- 2022-06-28 05:10:33下载
- 积分:1
-
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。 -a simple and practical capturing Packet Note for beginners capturing Packet networks are of great help.
- 2022-01-26 07:08:32下载
- 积分:1
-
网络五子棋系统,用vc实现.学习vc对话框编程,网络编程。
网络五子棋系统,用vc实现.学习vc对话框编程,网络编程。-331 network system, using vc achieve. Learning vc dialog programming, network programming.
- 2022-11-14 17:15:03下载
- 积分:1
-
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)-Check e-mail messages mail server program source code (to support the SOCKS proxy)
- 2023-03-07 07:40:03下载
- 积分:1
-
一个软件自动更新程序,包括更新文件版本等信息获取,md5码计算比较,http下载,cab压缩文件解压等模块...
一个软件自动更新程序,包括更新文件版本等信息获取,md5码计算比较,http下载,cab压缩文件解压等模块-an automatic software updates, including the updating of documents and other information obtained, md5 dollar terms, http download, decompress compressed files cab modules
- 2022-08-26 14:05:09下载
- 积分:1
-
用于局域网内文件的传输,不论文件多在都能正确无误地传到目的地。...
用于局域网内文件的传输,不论文件多在都能正确无误地传到目的地。-For LAN file transfers, regardless of file can be more correctly conveyed to the destination.
- 2022-09-17 13:20:03下载
- 积分:1
-
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP...
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP-example through the WinInet Programming Interface a complete FTP client, its user interface is similar to CuteFTP and LeapFTP
- 2022-07-26 23:57:56下载
- 积分:1