What is the translation of " RUNNABLE " in Chinese? S

runnable
一个runnable

Examples of using Runnable in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
By implementing the Runnable interface.
通过实现Runnable接口来构造.
Runnable represents a task to be executed.
Runnable表示要执行的任务。
Otherwise, the Runnable action is performed.
否则,会执行Runnable动作。
In a simple to understand explanation, what is Runnable in Java?
在一个简单易懂的解释中,Java中的Runnable是什么??
Write runnable and deployable code for OpenWhisk.
为OpenWhisk编写可运行和部署的代码.
Once you invoke the start method, the thread is in the runnable state.
一旦调用start方法,线程处于runnable状态。
Runnable- After a newly born thread is started, the thread becomes runnable.
Runnable:经过一个新生的线程启动时,该线程进入可运行状态。
Test run your code in a new,empty R session to make sure the code is runnable.
测试在新的空R会话中运行您的代码,以确保代码是可运行的
You can evenadd code examples which are actually runnable via the web interface or locally.
你甚至可以添加一些通过网络界面或者在本地可以实际运行的代码示例。
The ifPresentOrElse() method takes two arguments: a Consumer and a Runnable.
IfPresentOrElse()方法带有两个参数:Consumer和Runnable
The minimal runnable code necessary to reproduce the error, which can be run on the given dataset.
最小的运行重现错误所需的代码,可以在给定的数据集上运行。
The ifPresentOrElse() method takes two arguments: a Consumer and a Runnable.
IfPresentOrElse()方法需要两个参数:一个Consumer和一个Runnable
The Runnable interface is preferred, as it does not require an object to inherit the Thread class.
Runnable接口是首选的,因为它不需要对象继承Thread类。
Time Slicing is the process todivide the available CPU time to the available runnable threads.
时间分片是指将可用的CPU时间分配给可用的Runnable线程的过程。
The Runnable interface is preferred, as it does not require an object to inherit the Thread class.
实现Runnable接口这种方式更受欢迎,因为这不需要继承Thread类。
Besides that, some built-in classes don'tallow any checked exceptions to be thrown, like Runnable. run().
除此之外,一些内置的类不允许抛出任何需检查的异常,比如说Runnable.run()。
Runnable scripts are written directly in src/, and classes and utilities are written in codebase/.
可运行的脚本都是直接写在src/上的,类和实用程序写在了codebase/上。
Instead, the first thread must employ sophisticatednonblocking techniques to ensure that the process remains runnable.
因此,第一个线程必须使用复杂的非阻塞技术来确保进程仍然是可运行的
Note that we do notintend to make arbitrary Kotlin/JVM programs runnable on Kotlin/Native or Kotlin/JS.
注意我们不想专门使Kotlin/JVM程序在Kotlin/Native或者Kotlin/JS上运行
We can now submit a Runnable or a Callable to an ExecutorService, which manages its own thread-pool.
我们现在可以提交一个Runnable对象或者一个Callable对象到ExcutorService,它管理自己的线程池。
Java's multithreading system is built upon the Thread class, its methods,and its companion interface, Runnable.
Java的多线程系统建立于Thread类,它的方法,它的共伴接口Runnable基础上。
So CFS always tries to split up CPU time between runnable tasks as close to'ideal multitasking hardware' as possible.
CFS总是试着在可运行任务间分割CPU时间,使之尽可能接近“理想多任务硬件”。
At the same time, each thread can be scheduled independently by the kernel so thatone may sleep while another remains runnable.
同时,每个线程都可以由内核独立调度,以便一个睡眠的同时另一个仍然可以运行
The sates in the thread life cycle are: New, Runnable, Terminated, Waiting, and Blocked.
Java中的线程的状态有以下几种:New,Runnable,Waiting,TimedWaiting,Blocked,Terminated。
So the book contained runnable code for things like a SHOUTcast server so you could stream music to devices and a full text indexing system.
因此这本书包含有可运行的代码,比如SHOUTcast服务器,因此你能够向设备添加音乐,以及一个全文索引系统。
Note that we do notintend to make arbitrary Kotlin/JVM programs runnable on Kotlin/Native or Kotlin/JS.
需要注意是,我们不打算在Kotlin/Native或Kotlin/JS上运行任意的Kotlin/JVM程序。
Today, we are going to learn about Orbital Apps orORB(Open Runnable Bundle) apps, a collection of free, cross-platform, open source applications.
今天,我们要了解OrbitalApps或ORB(OpenRunnableBundle)apps(开放可运行程序包),一个自由的、跨平台的开源程序集合。
Interfaces are named like classes, for example, Collection or Comparator, or with an adjective ending in able or ible,for example, Runnable, Iterable, or Accessible.
接口被命名为类,例如,Collection或Comparator,或者以能够或者为结尾的形容词,例如,Runnable,Iterable或Accessible。
To access JavaFX data you have to wrap your code in a Runnable object and call the Platform. runLater method:.
不论何时要改变JavaFX数据都要把你的代码用一个Runnable对象包围起来并调用Platform.runLater方法。
Example Here is an example that creates a new thread and starts running it:class RunnableDemo implements Runnable{ private Thread t; private String threadName;
Voidstart();下面是一个创建线程并开始让它执行的实例:classRunnableDemoimplementsRunnable{privateThreadt;privateStringthreadName;RunnableDemo….
Results: 74, Time: 0.0318
S

Synonyms for Runnable

Top dictionary queries

English - Chinese