- 重点词汇
- aart. 一(个);每一(个);任一(个),用于辅音音素开头的单词前
- thereforeadv.因此;所以;因而
- executionn.实行,履行,执行,贯彻;作成,完成,签名盖印使法律文件生效,执行法律;执行死刑,强制执行,执行命令;成功,奏效,效果;
- chasesn.追逐(chase的三单形式);
- acrossprep.穿过;横穿,横过;与…交叉;在…对面;
- balance of[经] 当付款项;
- taskn.工作,任务;作业;苦差事;
- the set of一套;
- 相关例句
例如,如果具有4个可运行的任务,那么fair clock将按照实际时间速度的四分之一增加。
互联网摘选
独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。
互联网摘选
Linux调度器使用了环形队列用于可运行的任务管理,使用循环调度策略。
互联网摘选
A thread might cease to runnable ( that is, because blocked) for a variety of reasons.
线程可以因为各种各样的原因终止并进入可运行状态(因为堵塞)。
互联网摘选
这一阶段的目标是生成可运行的DB2SQL查询并将返回用户期望的结果。
互联网摘选
Jobs are analogous to a Runnable: they describe the task, not the thread to run on.
Job类似于Runnable:它们描述task,而不是所运行的线程。
互联网摘选
抢占式调度模型就是许多线程属于可以运行状态(等待状态),但实际上只有一个线程在运行。
互联网摘选
RMInvoker: This is a runnable component that dispatches web service requests to the actual service.
RMInvoker:此组件为将Web服务请求调度到实际的服务的可运行组件。
互联网摘选
是的,请务必谨记在MVC模型中,所有的执行都要经过控制器,视图自身是不能运行的。
互联网摘选
The kernel scheduler always picks the highest-priority runnable thread to put on a CPU.
内核调度器总是将具有最高优先级的可运行线程放到CPU中。
互联网摘选
红黑树的叶子不包含信息,但是内部节点代表一个或多个可运行的任务。
互联网摘选
但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。
互联网摘选
Handler允许你发送以及处理与某个线程的消息队列关联的消息和Runnable对象。
互联网摘选
我们建议您阅读源代码,看看我们所讨论的理论如何实现为可运行的代码。
互联网摘选
This is the highest priority runnable task on the system and is the task the scheduler will run.
这就是系统中优先级最高的可执行进程,也是马上会被调度执行的进程。
互联网摘选
R& The average number of runnable kernel threads over the timing interval you have specified.
r&在您指定的时间间隔内,可运行内核线程的平均数量。
互联网摘选
A run queue is a list of runnable threads, sorted by thread priority value.
运行队列是由运行线程所组成的列表,按照线程优先级的值进行排序。
互联网摘选