What is the translation of " A SEPARATE THREAD " in Chinese?

[ə 'sepəreit θred]
[ə 'sepəreit θred]
单独的线程
一个独立的线程

Examples of using A separate thread in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Will start a separate thread.
开启一个单独的线程
Any operation that takesmore than 1/10 of a second to run requires a separate thread.
任何运行时间超过1/10秒的操作都需要一个独立的线程
I have opened a separate thread.
我开启了一个单独的端口
The key point is that the runmethod contains code that you want to execute in a separate thread.
这段代码的关键在于,run方法中包含了你希望在另一个线程中需要执行的代码。
For example, a separate thread can be used to display the time of day.
例如,一个独立的线程可以用来显示当日的时间。
Requests are actively completed by a separate thread.
请求由一个单独线程主动完成。
Why do you need a separate thread for every rejection?
为什么需要对每一个违例一个单独的列表?
The GPS data is also performed on a separate thread.
GPS数据也在另一个单独线程上进行。
The WWW server spawns a separate thread for each accepted client connection.
服务器端创建一个单独的线程来处理每个连接的客户端。
Client Produce data, and run in a separate thread.
Client生产数据,运行在一个独立线程
Moving long-running actions to a separate thread so that the main thread can continue to respond to the user.
将运行时间长的操作移入单独的线程,使主线程可以继续向用户做出响应。
In this model, each task is performed in a separate thread of control.
在这个模型中,每个任务都在单独的线程中完成。
Running these components on a separate thread is difficult because they access data, like the DOM, that are not thread-safe.
在单独的线程中运行这些组件是困难的,因为它们访问数据,像是DOM,它们不是线程安全的。
That's because Blend4Web can process physics in a separate thread(worker).
这是因为Blend4Web可以在一个单独分线程(处理器)中处理物理过程。
The system does not create a separate thread for each instance of a component.
系统不会为每个组件实例创建单独的线程
Similar to any Java Servlet end-point,each client connection requires a separate thread on the server.
与JavaServlet端点类似,每个客户端连接都需要服务器上一个单独的线程
The system does not create a separate thread for each instance of a component.
系统绝对不会为每个组件实例创建单独的线程
Download Manager- Allow your program to download various files andeach one is downloading in the background on a separate thread.
下载管理器--允许程序同时下载数个文件,每个都用单独线程进行背景下载。
The system does not create a separate thread for each instance of a component.
系统并不会为每个组件的实例创建单独的线程
Java example except that all of the operations to serve aparticular client have been moved inside a separate thread class:.
Java例子非常相似,只是为一个特定的客户提供服务的所有操作都已移入一个独立的线程类中:.
With Java, each client request will be handled by a separate thread synchronously, and hence it is multi-threaded.
使用Java,每个客户端请求将由单独的线程同步处理,因此它是多线程的。
There's also a separate thread for compiling, so that the main thread can keep executing while the former is optimizing the code.
另有一个单独的线程用于编译,因此主线程可以继续执行,同时前者优化代码.
You will learn how to run your services asynchronously on a separate thread, and how your activities can communicate with them.
您将了解如何在一个单独的线程中以异步方式运行您的服务,以及活动与之通信的方法。
The asynchronous BeginPeek andBeginReceive methods allow the main application task to continue executing in a separate thread before the message arrives at the queue.
异步的BeginPeek和BeginReceive方法允许主应用程序任务在消息到达队列之前,在单独的线程中继续执行。
The Web Workersfeature of HTML5 makes it simple to create a separate thread that repeatedly decrements a value in a shared memory location.
在HTML5中的WebWorkers特性允许创建一个单独的线程,反复递减一个内存中的值来进行计时。
The virtual machineperforms this recycling process automatically as needed, in a separate thread, even if the gc method is not invoked explicitly.
根据需要在虚拟机自动执行此循环过程中,在单独的线程中,即使未明确地调用gc方法。
In the formalism,code executed within a final-field-safe context is treated as a separate thread(for the purposes of final field semantics only).
在形式上,在final属性安全上下文中执行的代码被认为是一个独立的线程(仅用于满足final属性的语义)。
For example,below is some code for a click listener that downloads an image from a separate thread and displays it in an ImageView:.
例如,下面是一个点击监听器(clicklistener)的代码,它将从另一个线程中下载一张图片并将其显示在一个ImageView中:.
Each chunk can be processed by a separate working thread, therefore increasing throughput and reducing the overall processing time.
每个块可以通过单独的工作线程进行处理,因此增加了吞吐量并减少了整个处理时间。
Usually, a separate operating system thread is created for each query request.
一般情况下,会为每个查询请求创建一个单独的操作系统线程。
Results: 97, Time: 0.0353

Word-for-word translation

Top dictionary queries

English - Chinese