NEW THREAD in Chinese translation

[njuː θred]
[njuː θred]
一个新的线程
一个新的门槛

Examples of using New thread in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
If no existing thread is available, a new thread will be created and added to the pool.
如果现有线程没有可用的,则创建一个新线程并添加到池中。
Passing this as the first argument which indicates that you want the new thread to call the method run() on this object.
通过前面的语句this表明在this对象中你想要新的线程调用run()方法。
In Java, there is a Thread class that you inherit to create a new thread and override the run() method.
在Java中,有一个Thread类继承来创建一个新线程并覆盖该run()方法。
The extending class must override run() method which is the entry point of new thread.
扩展类必须重写run()方法,这是切入点的新线程
At first, this seems to work fine, because it creates a new thread to handle the network operation.
乍看起来,这段代码似乎运行良好,因为它创建了一个新线程来处理网络操作。
This reuse enables applications to avoid the cost of creating a new thread for each task.
通过这种重复使用,应用程序可以避免产生为每个任务创建新线程的开销。
The very first thing we will have to do is create the background task which will be run on the new thread.
我们需要做的第一件事是将要在新线程上运行的后台处理程序。
If no existing thread is available, a new thread will be created and added to the pool.
如果现有线程没有可用的,则创建一个新线程并添加到池中。
The extending class must override the run() method, which is the entry point for the new thread.
扩展类必须重写run()方法,这是切入点的新线程
You can then submit the instance to a thread pool, or keep it simple and start a new thread.
然后,把实例放入线程池,或者只是启动一个新线程:.
Each request gets a new thread and the various I/O operations block inside that thread until the request is fully handled.
每个请求都会产生一个新的线程,而在这个线程中的各种I/O操作会一直阻塞,直到这个请求被完全处理为止。
Every time a new request comes in, Vapor the application will spawn up a new thread or a new dispatch, a grand central dispatch process.
每当一个新的请求到来,Vapor应用将产生一个新的线程或新的调度,或一个GCD(grandcentraldispatch)进程。
In very simplistic terms, when you connect to a traditional server, such as Apache, it will spawn a new thread to handle the request.
用非常简单的术语来说,当您连接到传统服务器(如Apache)时,它将生成一个新的线程来处理请求。
While it is possible to start a new thread, albeit through a custom GAE ThreadManager, it cannot‘outlive' the request it was created in.
虽然可以启动一个新线程,尽管通过自定义GAE<code>threadmanager<code>,它不能“活过”创建它的请求。
In this example, Thread Cache%Hit is a very poor 0.05% which means nearly every new connection causes MySQL to create a new thread.
在本范例中%Hit的值为0.05%,这是非常不好的,因为它表示几乎每一个新进来的联机都会造成MySQL建立新的Thread
Perl 5.8 improved Unicode support, added a new I/O implementation, added a new thread implementation, improved numeric accuracy, and added several new modules.
Perl5.8改进了Unicode支持,添加了一个新的IO处理机制和新的线程处理,提高了数字精度,添加了一些新模块。
New threads.
新语丝.
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
创建一个可根据需要创建新线程的线程池,但是在以前构造的线程可用时将重用它们。
Each of those cores supports out-of-order execution and all the new threading, with eight threads per core, and also supports 18 cryptographic and hashing functions.
每个核心都可以支持无序执行和所有的新线程,即每个核心上八个线程,还能支持18加密法则和杂凑函数。
I have confirmed my email address but don't know how to create new threads.
我确认我的电子邮件地址,但不知道如何创建新的主题
Results: 47, Time: 0.0298

Word-for-word translation

Top dictionary queries

English - Chinese