您要查找的是不是:
- Gets or sets the threading model used for a particular thread. 获取或设置用于特定线程的线程模型。
- COM thread model is tried to introduce clearly by clarifying easily confused terminologies. 但由于各种原因,COM线程模型也是较难理解的一部分。
- The threading model used by in-process COM classes. 进程内COM类所使用的线程处理模型。
- The paper discusses the thread model of COM/DCOM apartment model and the COM object's multiple examples in the application program server. 讨论com/Dcom的ApartmentModel线程模型和应用程序服务器中com对象的Multple实例 ,总结出开发多线程应用系统所需的四种技术。
- Specifies that the threading model used by the control. 指定控件使用的线程模型。
- By default, the threading model for the main thread of Visual Basic console applications is STA. 默认情况下,Visual Basic控制台应用程序的主线程的线程模型为STA。
- Bill Pugh at the University of Maryland is spearheading the effort to revise the JLS with an improved threading model. 马里兰大学的Bill Pugh正在致力修改JLS来提高其线程模型。
- Its efficient threading model can take maximum advantage of the underlying hardware. 它高效的线程模式可充分发挥硬件的作用。
- The fundamental problem with the Java threading model is the fact that it is not in the least bit object oriented. Java线程模型的根本问题是它完全不是面向对象的。
- This may cause proxies to be used for COM components that have a threading model different from the current one. 这可能会导致代理将要用于的COM组件的线程处理模型与当前的不同。
- It may take an hour to wind off all the thread. 把所有线都松下需一个小时。
- Threading model of RTI is an important problem during its design, implement, and application. 摘要RTI的线程模型是RTI的设计、实现和应用中都十分重要的一个问题。
- The thread seems to match the cloth. 这线和这布似乎很相称。
- STA threading model issues - Two things developers should be aware of when programming with the STA threading model. 在处理STA线程模型时,有两件事情开发人员应该注意。
- How many spools of thread did you use? 你用了几轴线?
- The ConcurrencyMode property controls the internal threading model, enabling support for reentrant or multithreaded callback objects. ConcurrencyMode属性可控制内部线程模型,使系统可以支持可重入或多线程回调对象。
- I'm afraid I've lost the thread of your argument. 我恐怕没有抓住你的论据的思路。
- A loose end, fringe, or tuft of thread. 碎屑松散的线的末端、毛边或一束线
- For strong sewing use double, not single thread. 为了缝得牢,用双线,而不要用单线。
- The preemptive threading model requires that threads use shared resources appropriately, while the cooperative model requires threads to share execution time. 抢占式线程模型要求线程正确共享资源,协作式模型却要求线程共享执行时间。