-
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java...
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善
-The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
- 2022-02-09 15:18:54下载
- 积分:1
-
采用http协议,获取远程服务器上的文件。很不错哦。
采用http协议,获取远程服务器上的文件。很不错哦。-using http protocol, remote access to files on the server. Oh, very good.
- 2022-05-31 17:29:22下载
- 积分:1
-
网站源码,完成所有网站内容下载到本地硬盘…
网站下载源码,完成对网站内容全部下载到本地硬盘-website source, the completion of all site content downloaded to a local hard disk
- 2022-11-03 10:40:03下载
- 积分:1
-
语音聊天程序,跟主面板几个合起来使用,也可以单独使用
不错的网络编程...
语音聊天程序,跟主面板几个合起来使用,也可以单独使用
不错的网络编程-voice chat program, with several main panels together, or can be used alone good network programming
- 2022-04-19 03:47:50下载
- 积分:1
-
路由跟踪VC2005源码,封装了trace类
格式化打印路由信息,和window自带的tracert差不多...
路由跟踪VC2005源码,封装了trace类
格式化打印路由信息,和window自带的tracert差不多-VC2005 routing source tracking, packaging the type of format printing trace routing information, and the window is almost built-in tracert
- 2023-02-15 18:55:04下载
- 积分:1
-
一个很好用的网络开发sdk,可以应用与文件上传下载!
一个很好用的网络开发sdk,可以应用与文件上传下载!-A good web development using the sdk, can be applied with the file upload to download!
- 2023-02-10 11:00:04下载
- 积分:1
-
delphi源代码 / 局域网可以选择音频格式的ip电话,每秒数据量不大于7k...
delphi源代码 / 局域网可以选择音频格式的ip电话,每秒数据量不大于7k -/ LAN can choose audio format ip phones, the volume of data per second than bells
- 2022-03-05 01:34:37下载
- 积分:1
-
一个简单邮件发送和接受的编程源码
一个简单邮件发送和接受的编程源码-a simple mail sending and receiving programming FOSS
- 2022-02-14 22:10:54下载
- 积分:1
-
获取系统中多网卡信息
获取系统中多网卡信息-access system information over Ethernet
- 2023-07-23 15:25:03下载
- 积分:1
-
在 c + + 异步 HTTP 请求 WinINet 包装
WinINet 使得网络编程更容易,但它是难以使用的 c + + 由于其 C 风格的界面,所以我写这段代码来包装它。使用它,您可以轻松创建异步 HTTP 请求和接收事件回调。它可以应用于 MFC 和 ATL 项目。
这段代码主要包含两个类: 类 FC 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-26 23:19:02下载
- 积分:1