• 事件其他用户界面事件应用程序主线引发

    This event is raised on the application's main thread with the other user-interface events.

    youdao

  • 框架可通过多种影响模型方式界面事件作出响应,所有这些响应都是在工作站上同一内存空间中完成的。

    The framework responds to events on the interface in ways that affect the model, and all of this happens in the same memory space on the workstation.

    youdao

  • 特别是支持多个字段公开了一些用户界面改进功能一个处理取消事件模型

    In particular, it supports multiple primary key fields and exposes some user interface enhancements and a new model for handling and canceling events.

    youdao

  • 为了完成改进用户界面我们让搜索结果列表中的某个事件报告标题链接报告的副本

    To complete our improved user interface, we want the title of an incident report in the search-results list to link to a copy of the report.

    youdao

  • 可以管理控制台中使用失败事件管理器用户界面检查这些事件然后重新提交删除它们

    You can examine these events with the failed event manager user interface in the Administrative console, then resubmit or delete.

    youdao

  • 情境使用具体数据,具体的事件可能具体的用户界面有时候描述情节

    Scenarios use specific data, specific events, and possibly a specific user interface, sometimes depicted on a storyboard.

    youdao

  • 可以使用图形界面直接编辑XML定义修改事件定义

    You can define or modify event definitions using a graphical interface, or via direct XML editing.

    youdao

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

    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.

    youdao

  • 应用程序通常界面控制方面比较滞后由于API十分有限,应用程序功能被局限于键盘鼠标事件

    Applications frequently lag behind in their interfaces for control, restricting their functionality to keyboard and mouse events through a lack of APIs.

    youdao

  • 注意界面相应操作标记接受指示响应其他参与者发送访问事件的能力。

    Notice that the corresponding operations in the interfaces are denoted as receptions to indicate the ability to respond to call events sent by other participants.

    youdao

  • 实际上事件编程到程度上源于图形用户界面出现

    Indeed, event programming was largely spurred by the advent of graphical user interfaces.

    youdao

  • 一个粗略比喻的话就是asp.netWPF有点类似的模型这些模型中,通过HTML或XAML来定义用户界面,在后置代码中处理事件

    In a rough analogy, this is a slightly similar model to ASP.NET or WPF, where you define your user interface in HTML or XAML, and have a code-behind page that handles events.

    youdao

  • 手工用户可以使用用户界面触发事件

    Manually: Users may fire events by using the user interface.

    youdao

  • 这些方法页面包含大量事件时对提升性能非常重要,或者用于某些用户界面中。

    This can be important in performance situations, where events can ripple through the page, or it can be used in certain user interface situations.

    youdao

  • 框架内置工作区功能包括用于编辑业务流程混合用户界面、业务事件业务规则

    The framework's built-in workspace capabilities include tools used for the editing of business processes, mashup user interfaces, business events, and business rules.

    youdao

  • 通过使用事件可以采用简单编程模型消除用户界面对模型的依赖性

    Through the use of eventing, you can use a simplified coding model to remove the dependency of the model on the user interface.

    youdao

  • 细粒度事件处理用户界面至关重要

    Fine-grained event handling is the key to a rich user interface.

    youdao

  • 传输概要指定事件总线JNDI名称CEI服务器e jb界面的JNDI名称。

    The event bus JNDI name specified in the transmission profile is the JNDI name of the CEI server EJB interface.

    youdao

  • 这里配置事件1使用同步发射器通过ejb界面发送事件,而事件源2利用异步发射器发送事件jms队列

    Event source 1 will be configured to use a synchronous emitter to send events through an EJB interface. Event source 2 will use an asynchronous emitter to post events to a JMS queue.

    youdao

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

    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.

    youdao

  • Flex中的大多数用户界面组件都可以处理用户事件

    Most of the user interface components in Flex can handle user events.

    youdao

  • 列表1 .添加一个onclick事件用户界面按钮上

    Listing 1.adding an onclick event to the user interface button.

    youdao

  • 通过使用图形用户界面用户可以创建窗体,向窗体中添加控件然后连接这些控件的事件创建Palm应用程序

    By using a graphical interface, the user could create forms, populate them with controls, and then wire events from these controls to create the Palm application.

    youdao

  • jQueryUITabs提供选项卡式界面生命周期一些定制事件挂钩

    JQuery UI Tabs also provide some custom event hooks within the life cycle of the TAB interface.

    youdao

  • 模块化模式分离界面插件服务定位事件聚合外观模式

    Modularity patterns: Separated Interface and Plug In, Service Locator, Event Aggregator, facade.

    youdao

  • 现在通过简单事件循环简单用户界面UI功能基础再增加一些功能,我们具体展示ParseRecDescent文法所具有特定能力

    We will now showcase specific abilities of the Parse: : RecDescent grammar by adding on to the UI features from a simple event loop and a simple user interface.

    youdao

  • 为了构建ada设计可以使用行为性界面端口这样您就可以创建带有正确界面发送程序功能事件以及激发操作端口之间连接

    To build Ada designs, you can use behavioral and multi-interface ports, so you can create links between ports with the correct interfaces, send procedures, functions, events and triggered operations.

    youdao

  • 必须手动添加用户界面控件它上面设置绑定生成DataSet需要将代码添加窗体Load事件,以便利用DataSet填充数据适配器

    You had to manually add the user interface control, set the binding on it, generate the DataSet, and also add the code to the Load event of the form to fill the data adapter with the DataSet.

    youdao

  • AIX具有使用文件系统界面事件通知机制,它称为AIXEventInfrastructure

    AIX has an event notification mechanism using file system interfaces that is called the AIX event Infrastructure.

    youdao

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

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

    youdao

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

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

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