runnable
- 网络就绪;可运行;可运行状态
-
The Runnable is run on the J2EE worker thread .
可运行线程在J2EE工作线程上运行。
-
You 'll need to have that application built and runnable in order to proceed with the examples here .
您需要构建该应用程序,确保它是可运行的,这样才能继续学习本文的示例。
-
Last , I analyze , design and develop a runnable agent management system .
最后,分析、设计并开发了一个可以运行的代理商管理系统,从应用角度解决了代理商管理问题。
-
Using a thread pool to work its way through the Runnable operations
使用线程池来完成Runnable操作
-
The new ideas and methods for runnable and manageable campus network have been provided .
为建造可运营可管理的园区网络提供了新的思路和方法。
-
In order to form a runnable CSCW application system , group awareness and session management are indispensable .
一个基本的CSCW应用系统还包括协同感知、会话管理等功能模块。
-
The Executor interface has a single method execute () that accepts the Runnable parameter .
Executor接口有一个execute()方法,它接受Runnable参数。
-
The process would be runnable again on receipt of signal SIGCONT .
接收到SIGCONT信号之后,进程将再次变得可运行。
-
I recently experienced this first hand when I had to deliver a runnable Java application to a client .
最近,我第一次对此有了亲身体会。
-
A Runnable is submitted to a custom thread pool .
将可运行线程提交到自定义线程池。
-
A run queue is a list of runnable threads , sorted by thread priority value .
运行队列是由运行线程所组成的列表,按照线程优先级的值进行排序。
-
R & The average number of runnable kernel threads over the timing interval you have specified .
r&在您指定的时间间隔内,可运行内核线程的平均数量。
-
This is the highest priority runnable task on the system and is the task the scheduler will run .
这就是系统中优先级最高的可执行进程,也是马上会被调度执行的进程。
-
There are lots of runnable threads and not enough CPU cycles to process what needs to be done .
有大量可运行线程,但没有足够的CPU周期来处理需要完成的工作。
-
The Executor interface accepts Runnable objects to execute .
Executor接口接受Runnable对象并执行。
-
We recommend you browse the source and see the ideas we have been discussing implemented as runnable code .
我们建议您阅读源代码,看看我们所讨论的理论如何实现为可运行的代码。
-
Handler : A Handler allows you to send and process Message and Runnable objects associated with a thread'sMessageQueue .
Handler允许你发送以及处理与某个线程的消息队列关联的消息和Runnable对象。
-
However , a threaded program may have multiple runnable threads , so blocking in a system call should be avoided .
但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。
-
For example , if you wish to use multiple threads , implement the Runnable interface rather than extending the Thread class .
举例来说,如果你希望使用多线程,实现Runnable接口比扩展Thread类好。
-
Leaves in a red-black tree contain no information , but internal nodes represent one or more tasks that are runnable .
红黑树的叶子不包含信息,但是内部节点代表一个或多个可运行的任务。
-
The kernel scheduler always picks the highest-priority runnable thread to put on a CPU .
内核调度器总是将具有最高优先级的可运行线程放到CPU中。
-
Well , remember with the MVC model , all execution goes through the controller , the views themselves are not runnable .
是的,请务必谨记在MVC模型中,所有的执行都要经过控制器,视图自身是不能运行的。
-
RMInvoker : This is a runnable component that dispatches web service requests to the actual service .
RMInvoker:此组件为将Web服务请求调度到实际的服务的可运行组件。
-
The model of a preemptive scheduler is that many threads might be runnable , but only one thread is actually running .
抢占式调度模型就是许多线程属于可以运行状态(等待状态),但实际上只有一个线程在运行。
-
Jobs are analogous to a Runnable : they describe the task , not the thread to run on .
Job类似于Runnable:它们描述task,而不是所运行的线程。
-
The goal of this stage is to produce a runnable DB2 SQL query that will return what the user expects .
这一阶段的目标是生成可运行的DB2SQL查询并将返回用户期望的结果。
-
A thread might cease to runnable ( that is , because blocked ) for a variety of reasons .
线程可以因为各种各样的原因终止并进入可运行状态(因为堵塞)。
-
The1.2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy .
Linux调度器使用了环形队列用于可运行的任务管理,使用循环调度策略。
-
The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout .
独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。
-
For example , if you have four runnable tasks , then fair_clock will increase at one quarter of the speed of wall time .
例如,如果具有4个可运行的任务,那么fairclock将按照实际时间速度的四分之一增加。