您要查找的是不是:
- For strong sewing use double, not single thread. 为了缝得牢,用双线,而不要用单线。
- A single thread spun by a spider. 蜘蛛丝蜘蛛吐出的单根丝
- His life hung by a single thread. 他的生命危在旦夕。
- The event and page contexts are by nature single threaded. 事件和页面上下文天生就是是单线程的。
- A single thread can not make a cord, nor single tree a forest. 单线不成线,独木不成林。
- To merge separate execution paths into a single thread again. 可以重新将单独的执行路径合并为一个线程。
- Each process is started with a single thread, its primary thread. 每个进程在启动时都只有单个线程,即它的主线程。
- Attempted to make calls on more than one thread in single threaded mode. 在单一线程模式下,试图在一个以上线程上进行呼叫。
- Must occur on a single thread or fiber, with the same logical stack. 所有调用都必须在具有相同逻辑堆栈的单线程或单纤程上发生。
- Iterate through the array index to view properties for a single thread. 循环访问数组索引以查看单个线程的属性。
- This allows the server to manage multiple clients with a single thread. 这使得服务器可以用单个线程管理多个客户机。
- As you write a threaded application, you may need to synchronize individual threads with other parts of your program. 编写线程应用程序时,可能需要使各单个线程与程序的其他部分同步。
- All lead wires are 18 AWG, 18 inches long and exit the actuator housing through a single threaded hole designed for 1/2-inch conduit fittings. 所有引线都是18AWG,18英寸长并且穿过1/2英寸导线管,从设计的单孔中引出执行机构外壳外。
- Although each application domain is started with a single thread, code in that application domain can create additional application domains and additional threads. 虽然每个应用程序域都是用单个线程启动的,但该应用程序域中的代码可以创建附加应用程序域和附加线程。
- When you execute ALTER INDEX REORGANIZE with or without LOB_COMPACTION, the max degree of parallelism value is a single threaded operation. 当执行带有或不带LOB_COMPACTION的ALTER INDEX REORGANIZE语句时,max degree of parallelism值属于单线程操作。
- To use a thread pool rather than a single thread to run the asynchronous requests. 使用一个线程池,而不是使用单个线程来运行异步请求。
- The previous example demonstrated the limitations of applications that run only a single thread of execution. 上面的示例演示了只运行单个执行线程的应用程序的限制。
- Represents a base class for a coded Web test that uses a single thread per Web test iteration. 表示编码的Web测试的基类,该测试在每个Web测试迭代中使用单个线程。
- However, the test program contains only a single thread, and therefore is guaranteed never to experience contention. 然而,该测试程序只包含一个线程,因而显然不存在竞争。
- This example would deadlock if a single thread were not permitted to lock a lock more than once. 如果不允许一个线程重入同步锁,那么上面的例子就会发生死锁。