• Threads are divided into Worker Thread and User Interface Thread.

    线程分为辅助线程(工作者线程)用户界面线程。

    youdao

  • Enables background tasks that interact with the user interface, communicating via events raised on the user-interface thread.

    启用使用者互动背景工作,透过使用者介面执行绪引发的事件来沟通

    youdao

  • YS-1600 piston pressure gauge specifications include: accuracy class, range, piston area, piston chassis and connectors, special weights, interface thread and so on.

    YS- 1600型活塞压力的技术参数包括精度等级测量范围、活塞面积、活塞的底盘及其连接件质量专用砝码质量接口螺纹参数。

    youdao

  • YS-1000 piston pressure gauge specifications include: accuracy class, range, piston area, piston chassis and connectors, special weights, interface thread and so on.

    YS- 1000型活塞压力的基本参数包括精度等级测量范围、活塞有效面积、活塞底盘及其连接件专用砝码质量接口型式参数。

    youdao

  • This is because remote invocations in JSR 172 are blocking calls, and if invoked in the main event thread, the user interface will freeze until the remote invocation completes.

    由于JSR 172中的远程调用模块进行的,而且如果事件线程调用用户界面冻结直到远程调用结束

    youdao

  • It is through this interface that you can gather thread statistics by making use of functions available in the IBM-released JVM.

    通过界面可以利用IBM发布JVM可用功能收集线程统计信息

    youdao

  • Job offers a similar interface as Thread, and can be used to asynchronously execute code.

    Job提供Thread类似的接口可以用于异步执行代码。

    youdao

  • When a pluglet is executed, it runs on the Rational Software Architect (User Interface) UI thread.

    运行pluglet 时,RationalSoftware Architect(用户界面)UI 线程上运行。

    youdao

  • This interface processes various requests in the handler?s thread of control using a run() method.

    接口使用run()方法处理程序控制线程处理各个请求

    youdao

  • You can create a ThreadPoolStatus MBean to provide the management interface for the thread pool used to process these tasks and register it with JMX.

    可以创建ThreadPoolStatusMBean提供处理这些任务使用线程管理接口,并把JMX注册

    youdao

  • The PresentationReconciler class updates the text's appearance with every keystroke, and the Reconciler class runs in a daemon thread, parsing the document without holding up the user interface (UI).

    presentationreconciler根据每次更新文本外观,而Reconciler运行一个守护线程必将用户界面(UI)挂就能解析文档

    youdao

  • AWT and Swing use this model, in which there is a GUI event thread, and all work that causes changes in the user interface must execute in that thread.

    AWTSwing就使用这个模型这个模型中一个GUI事件线程导致用户界面发生变化所有工作必须线程中执行

    youdao

  • It implements the run method of the Runnable interface and USES a thread to check if it is time to start making coffee.

    实现Runnable接口run方法使用线程检查是否开始煮咖啡了。

    youdao

  • Each thread will also have a scope to enter if it needs to use the WorkerConsole interface (where objects would be created).

    每个线程一个作用进入如果需要使用WorkerConsole接口(对象其中创建)。

    youdao

  • Eclipse has a single thread for managing the user interface, and some SWT API methods may only be called from that thread. (see Resources for more information).

    Eclipse用于管理用户界面线程而且某些SWTAPI方法只能通过线程调用(有关更多信息,请参阅参考资料)。

    youdao

  • This article examined how you can use the WorkManager interface to schedule work for processing on a thread under the application server's control, either synchronously or asynchronously.

    本文介绍了如何WorkManager接口工作进行调度,以便应用程序控制处理这些工作。

    youdao

  • If we consider the WeighingMachine interface, the weighJar() method needs to be frequently polled, so it's sensible to have a dedicated thread for each ProductionLine to make the design scalable.

    如果考虑WeighingMachine接口weighJar()方法需要频繁因此明智的做法是每个ProductionLine 使用一个专用线程使设计可伸缩

    youdao

  • Specifically, if everything is happening in a single thread, performing long operations such as network access or database queries on the UI thread will block the whole user interface.

    特别是如果把所有事件放在主线程中来处理,需要长时间来处理的事件比如网络访问或者数据库查询阻塞整个UI

    youdao

  • So, you must not manipulate your UI from a worker thread-you must do all manipulation to your user interface from the UI thread.

    因此允许工作线程中操作ui——只能从UI线程中操作用户界面

    youdao

  • To ensure that your implementation is thread-safe, a class that implements this interface should use either the synchronized keyword on the methods or synchronized blocks within the methods.

    为了确保实现线程安全的,实现接口应该方法使用synchronized关键字或者在方法内部使用同步锁。

    youdao

  • This thread is very important because it is in charge of dispatching events to the appropriate user interface widgets, including drawing events.

    主线非常重要因为负责事件分发相应用户界面widget——包括屏幕绘图事件。

    youdao

  • Instead of providing an abstraction of logical SPUs, this interface is thread-oriented and behaves in a similar way to the pthread library.

    这个接口不是提供一个逻辑spu抽象,而是面向线程的,它工作方式pthread类似

    youdao

  • For this, the JSR-166 experts created a far more useful abstraction, the ExecutorService interface, which models the thread-starting factory as a service that can be controlled collectively.

    对于问题,JSR- 166专家创建了更加有用的抽象(ExecutorService接口),将线程启动工厂建模一个集中控制服务

    youdao

  • To facilitate this, the debugger interface takes control of the thread by placing a special exception filter in the thread's filter chain.

    为了便于执行规定,调试接口线程筛选中放置一个特殊异常筛选器来控制线程。

    youdao

  • Occurs on the application UI (user interface) thread when the user lifts the tablet pen from the digitizer.

    数字化仪上时,应用程序ui(用户界面)线程发生

    youdao

  • The debugger user interface (UI) may want to take this information into account if it displays the operating system (OS) suspend count of the thread to the user.

    如果调试器用界面(UI)要向用户显示线程操作系统(OS)挂起计数,便可能需要考虑信息

    youdao

  • On top of all that, the operating system can also adjust thread priorities dynamically as an application's user interface is moved between foreground and background.

    除此之外应用程序用户界面前台和后台之间移动时,操作系统可以动态调整线程优先级

    youdao

  • Callback interface for discovering when a thread is going to block waiting for more messages.

    发现一个线程什么时候将要阻塞以等待更多消息回调接口

    youdao

  • Callback interface for discovering when a thread is going to block waiting for more messages.

    发现一个线程什么时候将要阻塞以等待更多消息回调接口

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定