nio
美
英 
- 网络氧化镍(nickel oxide);氧化亚镍;尼加拉瓜科多巴
例句
One thing missing through all this, however, was an adequate demonstration of just how NIO might improve the scalability of a J2EE Web tier.
但它们所遗漏的一件事正是,没有充分地展示NIO如何可以提高J2EEWeb层的可伸缩性。
Moving his server communication engine to use NIO in an impressively short amount of time, Marcos was able to solve his scalability problem.
通过在相当短的一段时间内将服务器通信引擎改为使用NIO,Marcos能够解决所面对的可伸缩性问题。
The Server class holds the multiplexer loop, the heart of any NIO-based server.
Server类拥有多路复用循环——任何基于NIO服务器的核心。
The objective was to determine if NIO gives any considerable performance benefits and under what conditions.
目标是要确定NIO是否给出了大量的性能优势,以及是在什么条件下给出的。
java. nio. attribute. *AttributeView allow you to view file and directory attributes that were previously hidden from Java users.
AttributeView允许查看此前对于Java用户隐藏的文件和目录属性。
JFA: Grizzly modules can be separated into two categories: The NIO Framework and its extension.
Grizzly模块可分成两类:第一类是NIO框架及其扩展。
This connector is built on the java. nio APIs, allowing it to hold connections open without consuming a thread for each.
这个连接器构建在java.nioAPI之上,因此使它能够不用消耗每个连接的线程就可以持有开放的连接。
Nio likes Sam taking her for walk . After a walk , he always gives her a snack . It's the routine.
妞喜欢小宇带她去散步。每次散步回来,他都会给妞妞一块狗饼乾。这是例行公事。
Comparison has also been made with the case of MgO which has the same structure as NiO but weaker scattering power.
比较方面也取得了与案件氧化镁具有相同的结构,氧化镍,但较弱的散射能力。
More importantly, by using the NIO package it is possible to access a file as a CharSequence.
更重要的是,通过使用NIO包,将一个文件作为CharSequence进行访问是可能的。
This in turn results in one thread per user on Tomcat, while the NIO server handles the same load with a constant number of threads.
然后它导致了在Tomcat上为每个用户分配一个线程,而NIO服务器用固定数量的线程来处理相同的负载。
Within NIO the receiving end is comparable to a "selector" (see java. nio. channels. Selector).
在NIO中,接收端相当于“选择器”(参阅java.nio.channels.Selector)。
Two of the most popular open source servers, Apache Tomcat and Jetty, have both leveraged NIO to add non-blocking IO and thus enable Comet.
两种最流行的开源服务器ApacheTomcat和Jetty都利用NIO增加非阻塞IO,从而支持Comet。
The Servlet-based NIO Web server yields better performance when it comes to handling clients that keep and hold socket connections.
当基于Servlet的NIOWeb服务器用来处理保持和拥有socket连接的客户机时,会获得更好的性能。
Think of it as NIO to traditional, blocking IO.
可以将其看作是NIO与传统的阻塞性IO之间的关系。
NIO is a constituent laboratory of the Council of Scientific & Industrial Research.
该所是科学与工业研究委员会下属的一个实验室。
TCP transport communication on JXTA is fully NIO enabled providing scalable message handling and throughput.
JXTA上的TCP传输通信完全是基于NIO的,因而能够提供可伸缩的消息处理和吞吐量。
Regarding parsing, Java NIO, and pseudo-database access, there's no question that indexing is a complicated process.
相对解析、JavaNIO以及伪数据库访问来说,毫无疑问,索引是一个复杂的过程。
NIO channels can be asynchronously closed and interrupted.
可以异步地关闭和中断NIO通道。
NIO, also called asynchronous IO, enables the processing of other requests to continue before the current request processing is completed.
NIO也称为异步IO,支持在当前请求处理完之前处理其他请求。
The NIO framework can be used to build powerful server side application.
NIO框架可用来构建强大的服务器端应用。
As Figure 2 shows, there are quite a few channel interfaces in the java. nio. channels package.
如图2所示,在java.nio.channels包中有不少通道接口。
Although the NIO server can be configured to listen on port 80, it typically resides on a separate port.
尽管我们可以通过配置的方式让NIO服务器监听80端口,但通常它却驻留在其它端口上。
NIO servers are relieved of this and therefore can scale to larger numbers of users.
NIO服务器完全不用担心这一点,因此它们可以扩展到大量用户。
The client cannot access a NIO endpoint through a client side proxy.
客户端无法通过客户端代理访问NIO端点。
Grizzly main component, NIO framework and its http extension will stay under the Grizzly umbrella.
Grizzly的主要组件、NIO框架及其http扩展仍旧保留在Grizzly下。
Parallel delivery allows to send a message to multiple destinations in parallel using one thread (NIO).
平行传递则允许一个线程发送消息给多个目的地(NIO)。
The abstract Buffer class forms the foundation of the java. nio package's buffer support.
抽象的Buffer类是java.nio包支持缓冲区的基础。
In contrast, the NIO-based server's performance degraded in a linear fashion.
相反,基于NIO的服务器的性能则以线性方式下降。
Throughout the tutorial, we'll work with code samples that illustrate different aspects of the NIO library.
在本教程中,我们将使用展示NIO库的不同方面的代码示例。
We have highlighted these two primary advantages of the new java. nio package.
我们已经着重论述了新的java.nio包的这两大优点。
The practicability on Ti-Ni alloy manufactured by direct electrochemical reduction of TiO2 and NiO oxides was investigated.
研究了利用熔盐电解法从金属氧化物中直接电解制备钛镍合金的可行性。
Tomcat uses NIO (Non-blocking IO) to keep the connection alive without wasting the waiting threads.
Tomcat使用NIO(无阻塞IO)来保持连接活动,无需浪费等待中的线程。
The principal force behind the design of NIO is the Reactor design pattern.
NIO设计背后的基石是反应器设计模式。
With the arrival of Merlin and the java. nio package, however, everything has changed.
不过,随着Merlin和java.nio包的到来,一切都变了。
To handle Comet efficiently, you need non-blocking IO, and Java has this via its NIO library.
为了有效地处理Comet,需要非阻塞IO,Java通过它的NIO库提供非阻塞IO。
It may encourage the further adoption of NIO on Web servers.
它可能鼓励进一步在Web服务器上采用NIO。
Nonblocking reads and writes are essential to NIO, but they don't come trouble free.
对于NIO,非阻塞读写是必要的,但它们并不是完全没有麻烦。
The provided API is higher-level than the plain NIO API, but it's still cumbersome to use.
所提供的API要比普通NIOAPI更加高级,但是使用起来仍然很枯燥。
After reading this article, you should understand NIO, from basic get and put operations to reading a memory-mapped file.
在阅读完本文之后,您应该了解了NIO从基本的get和put操作到读取内存映射文件方面的知识。