• How does the Event Thread know there are pending updates?

    Event Thread如何知道存在未决更新呢?

    youdao

  • The second thread can interact with the Event thread by using a staging area and a timer.

    第二线程可以通过个中间区域(staging area)一个计时器,Event Thread进行交互

    youdao

  • Then the Event Thread will take the updates, merge them into the existing data, and show the results.

    然后Event Thread获取更新,将其与现有数据合并然后显示结果。

    youdao

  • If you need a delay like this, use a Swing Timer so you don't shut down the event thread during the sleep.

    如果需要一个延迟这样使用摆动定时器所以不要关闭事件线程睡眠

    youdao

  • A better approach is to start a timer, and have timer poke the event thread every so often to go look at the staging area for updates.

    更好方法启动计时器并且使计时器不时地提醒事件线程查看中间区域,以寻找更新。

    youdao

  • Application manager threw an uncaught exception The application manager event thread threw an uncaught exception and cannot continue execution.

    应用程序管理器遭遇一个固有程序故障导致无法继续执行

    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

  • 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

  • The idea is to dump the trace immediately after the problem occurs, then to turn tracing off and, finally, to format the event data either chronologically or by process or thread.

    方法问题出现立即转储跟踪信息,然后关闭跟踪最后按照时间顺序或者按照进程线程格式化事件数据

    youdao

  • Asynchronous processing allows more time for each event without tying up the requesting thread.

    异步处理允许每个事件上花更多时间而无需占用请求线程。

    youdao

  • The wait function on the event object blocks the calling thread until its state is set to signaled state.

    事件对象调用等待函数会阻塞调用线程直到状态设置有信号状态为止。

    youdao

  • This is because a group with the same primary keys raises one thread of event delivery.

    是因为相同分组发起一个事件交付线程

    youdao

  • Typically, such an application is split into several event loops, each residing in its own thread.

    通常这种应用程序分为若干个事件循环每个循环都自己独有的线程。

    youdao

  • In this way, one event generates a thread of event delivery and thus many threads are running simultaneously.

    这样事件将生成个事件交付线程因此许多线程同时运行

    youdao

  • You may also choose to use this thread for performing other tasks such as event logging.

    可以利用这个线程执行其它任务比如事件记录

    youdao

  • If your application has a button to cancel a long-running operation but you're doing work in the UI thread, the cancellation event won't be delivered until after the operation has finished!

    如果应用程序一个按钮用于取消某个长时间运行的操作正在使用UI线程执行操作,那么这个取消事件只有到UI线程所做的操作完成后才会被处理!

    youdao

  • The event handler will be blocked until the UI thread is able to process it.

    事件处理函数阻塞直到UI线程能够处理它。

    youdao

  • Just like the rest of the code in a typical Windows Forms application, any code that resides inside a timer event handler (for this type of timer class) is executed using the application's UI thread.

    典型窗体程序其它代码一样,任何驻留在一个定时器事件处理函数(指的是类型的定时器)中的代码也是使用应用程序UI线程所执行

    youdao

  • The code for your event handler is now running on the UI thread and, as long as your code is running, the UI thread can't respond to other UI events.

    事件处理代码现在运行ui线程而且只要这段代码在运行,UI线程就无法其他UI事件作出响应

    youdao

  • Moreover, the Manager calls notify to wake up the service delegate? S thread so that the arriving event can be processed.

    此外Manager调用notify唤醒服务委托线程以便能够处理到达事件

    youdao

  • Instead of spawning a new OS thread for each connection (and allocating the accompanying memory with it), each connection fires an event run within the Node engine's process.

    每个连接发射Node引擎进程中运行事件而不是每个连接生成新的OS线程(为其分配一些配套内存)。

    youdao

  • In the auto reset event, the state of the object remains signaled until a single waiting thread is released.

    自动重置事件(auto reset event)中,对象状态一直维持为有信号状态,直到单个正在等待线程被释放为止。

    youdao

  • Because this class supports access from different threads, it is conceivable that the Stop method may be called on a thread other than the thread that is used for the Elapsed event.

    因为这个支持不同线程访问除了时间消失事件所在线程,应该相信Stop方法能够其它线程所调用。

    youdao

  • The biggest difference is that System.Timers.Timer is a wrapper around Win32 waitable timer objects and raises an Elapsed event on a worker thread rather than a Tick event on the UI thread.

    最大区别System.Timers.Timer对Win32可等待定时对象包装工作者线程产生一个时间片消失事件不是在UI线程上产生一个时间标记事件。

    youdao

  • For the function in Listing 2, extract the data property of the event, as this is the actual data sent by the thread, and pass it to another function for updating the UI.

    对于清单2中的这个函数提取eventdata属性因为线程发送实际数据然后发送另一个函数更新ui

    youdao

  • Db2extev (external event handler thread) : The same as SIGUSR2.

    db 2 extev(外部事件处理程序线程):SIGUSR2相同。

    youdao

  • Each thread can then handle its event using a synchronous programming model.

    每一个线程处理事件同步程序模型

    youdao

  • In the classic servlet model, an open connection means a dedicated thread is doing nothing but waiting until it needs to update the client in response to an event.

    典型servlet模型中,打开连接意味着执行任何操作专用线程将一直等待直到在响应事件时更新客户端。

    youdao

  • Our main thread waits on an event that is signaled when input is dying.

    我们主线程一直等待输入任务单元结束产生的事件信号

    youdao

  • In multiple-threaded dispatching model, the thread fetching the events from the queue launches another thread called task thread, and hand the event over to it for processing.

    多线程分发模型中,队列获取事件线程启动另一个被称作任务线程的线程,事件交给处理。

    youdao

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

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

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