查询
1 词典释义:
runnable
时间: 2025-05-21 04:03:46
英 [ˈrʌnəbl]

adj.(鹿)适于猎取的

双语例句
  • Both NUnit and console runnable tests.

    可以在NUnit和控制台中运行的测试。

  • The Runnable is run on the J2EE worker thread.

    可运行线程在J2EE工作线程上运行。

  • A Runnable is submitted to a custom thread pool.

    将可运行线程提交到自定义线程池。

  • The Executor interface accepts Runnable objects to execute.

    Executor 接口接受 Runnable 对象并执行。

  • Spawning Runnable tasks to find more URIs on a site's pages.

    生成Runnable任务,在网站的页面上找到更多的URI。

  • Using a thread pool to work its way through the Runnable operations

    使用线程池来完成 Runnable 操作

  • The process would be runnable again on receipt of signal SIGCONT.

    接收到SIGCONT信号之后,进程将再次变得可运行。

  • A run queue is a list of runnable threads, sorted by thread priority value.

    运行队列是由运行线程所组成的列表,按照线程优先级的值进行排序。

  • The bin directory in UNIX is where binaries and other runnable programs are stored.

    UNIX 中的 bin 目录是存储二进制和其它可运行程序的位置。

  • So when a new task becomes runnable, there are strict requirements for its placement.

    因此,当一个新任务变为可运行状态时,对其位置有严格的要求。

  • The java.util.concurrent.Executor interface has only a single method: execute (Runnable).

    Executor接口仅有一个方法:execute (Runnable)。

  • The Executor interface has a single method - execute - that accepts the Runnable parameter.

    Executor接口有一个execute方法,它接受Runnable参数。

  • Your nascent developer community needs to have something runnable and testable to play with.

    你初建的社区至少需要一个可以运行和测试的东西。

  • r—The average number of runnable kernel threads over the timing interval you have specified.

    r——在您指定的时间间隔内,可运行内核线程的平均数量。

  • But because not all tasks are runnable, you won't find any CFS-related fields in task_struct.

    但是因为不是所有任务都是可运行的,您在task_struct中不会发现任何与CFS相关的字段。

  • There are lots of runnable threads and not enough CPU cycles to process what needs to be done.

    有大量可运行线程,但没有足够的CPU周期来处理需要完成的工作。

  • The following code essentially combines all our prior code examples into one runnable program.

    下面的代码本质上是由先前所有的代码示例组合而成的一个可运行程序。

  • R — The average number of runnable kernel threads over whatever sampling interval you have chosen.

    r——在所选择的任意采样间隔期间的平均可运行内核线程数。

  • tracexsl-sample1.xsl -- The runnable version of Stefan's sample stylesheet, as shown in Listing 1.

    tracexsl-sample1.xsl — Stefan 的样本样式表的可运行版本,如 清单 1所示。

  • You'll need to have that application built and runnable in order to proceed with the examples here.

    您需要构建该应用程序,确保它是可运行的,这样才能继续学习本文的示例。

  • Internally, it starts a short-lived RealtimeThread in the supplied memory area to execute the Runnable.

    在内部,它在所提供的存储区内启动一个短期的RealtimeThread,从而执行Runnable。

  • For example, in order to become multi-threaded, Foo would need to implement Runnable, or extend thread.

    比如,为了变成多线程的,Foo将需要实现Runnable,或者扩展Thread。

  • RMInvoker: This is a runnable component that dispatches web service requests to the actual service.

    RMInvoker:此组件为将Web服务请求调度到实际的服务的可运行组件。

  • The goal of this stage is to produce a runnable DB2 SQL query that will return what the user expects.

    这一阶段的目标是生成可运行的DB 2 SQL查询并将返回用户期望的结果。

  • That is, when there are more than latency_nr runnable tasks, the scheduling period is linearly extended.

    这表示,当可运行任务数大于latency_nr时,将线性延长调度周期。

  • We recommend you browse the source and see the ideas we have been discussing implemented as runnable code.

    我们建议您阅读源代码,看看我们所讨论的理论如何实现为可运行的代码。

  • As with the Work interface, this class extends Runnable, and Timer invokes the run method at the appropriate times.

    同使用Work接口时一样,这个类扩展了Runnable,而且Timer会在适当的时间调用run方法。

  • The BrokerConnection class implements the Runnable interface and manages client application connections to the broker.

    brokerconnection类实现了Runnable接口,并且管理客户端应用程序与代理的连接。

  • Therefore, each runnable task chases the other to maintain a balance of execution across the set of runnable tasks.

    因此,每个可运行的任务都会追赶其他任务以维持整个可运行任务集合的执行平衡。