-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1
-
比较完整的FTP库,含上传、下载、删除文件功能,支持多级目录...
比较完整的FTP库,含上传、下载、删除文件功能,支持多级目录-relatively complete the FTP, including upload, download, delete the file functions for the multi-level directory
- 2022-05-16 22:08:53下载
- 积分:1
-
对指定IP进行端口扫描
对指定IP进行端口扫描-right designated for IP port scanning
- 2022-02-03 01:59:03下载
- 积分:1
-
C++实例(简单的Windows套接字(Socket)例子).txt
C++实例(简单的Windows套接字(Socket)例子).txt-C++ examples (a simple Windows Sockets (Socket) example). Txt
- 2022-12-13 02:35:03下载
- 积分:1
-
ppp协议源代码
ppp协议源代码-ppp agreement source code
- 2022-03-07 19:47:55下载
- 积分:1
-
这一个是silverlight和js控件cookie的例子,请各位看看如何吧
这一个是silverlight和js控件cookie的例子,请各位看看如何吧-This is cookie control silverlight and js examples, please see how you? ? ?
- 2022-05-14 09:50:59下载
- 积分:1
-
短信网关程序,开源的,很好用的,纯java程序
短信网关程序,开源的,很好用的,纯java程序-SMS Gateway Program
- 2022-05-19 10:01:15下载
- 积分:1
-
如果你的应用程序使用MFC共享DLL,和您的应用程序
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to Ger
- 2022-02-15 16:05:13下载
- 积分:1
-
替换WinStocket实例代码
替换WinStocket实例代码-replacement WinStocket code examples
- 2022-03-12 01:16:35下载
- 积分:1
-
关于局域网的点对点的对话
关于局域网的点对点的对话-on point-to-point LAN dialogue
- 2022-10-13 20:55:03下载
- 积分:1