基于临界区的代理事件处理模型实现了数据流驱动。
The agent event handling model based on critical region implements data driven system.
NET网页的事件处理模型,并提供有关如何创建事件处理程序的说明。
NET Web pages and provide instructions on how to create event handlers.
但是这种树结构缺乏任何类型的事件处理模型,因此不适合高交互性的树窗口部件的要求。
But these tree structures lack any kind of event handling model and therefore can't meet the requirements of a highly interactive tree widget.
因此微软为了兼容那些数不尽的并且使用了Netscape事件处理模型的网页,它被强迫实现Netscape的事件处理标准。
Therefore Microsoft was, for the last time, forced to implement this standard in order to keep its browser compatible with uncounted Web pages using Netscape event handling.
特别是,它支持多个主键字段,公开了一些用户界面的改进功能和一个处理与取消事件的新模型。
In particular, it supports multiple primary key fields and exposes some user interface enhancements and a new model for handling and canceling events.
最重要的子系统是:静态模型、变更管理、虚拟装配对象和事件处理。
The most important subsystems are: the Static Model, the Change Management, the Virtual Object to Assemble, and the Event Processing.
该语言定义了功能强大的事件模型,从而可以不再需要定制脚本以处理简单的与表单相关的任务。
The language defines a powerful event model that obviates the need for custom scripts to handle simple, form-related tasks.
讨论列表中包含了许多关于更多细微差别的事件处理、视图模型等有趣的主题。
The discussion lists contain a lot of interesting topics about more nuanced event-handling, view models, and so on.
当调用某个服务时,将响应与对象模型绑定,从而达到处理任何可发生事件的效果。
When you make the call to the service, there's the matter of binding the response to model objects and dealing with any errors that may occur.
更新模型值;处理事件。
如上所述,Monitor工具包提供了创建Monitor模型的界面,该界面可以处理来自任意事件源的事件。
The monitor toolkit, as described earlier, provides the interface to create monitor models that can process events from arbitrary event sources.
对XForms的导航由XForms事件模型处理,这与客户机呈现无关。
Navigation through XForms is handled by the XForms event model, independent of the client rendering.
ApacheClick中的组件和事件模型提供了一种构建HTML控件和处理事件的方法,非常容易掌握。
The component and event model in Apache Click provides a method of building HTML controls and handling events that has a low learning curve.
我将不详细回顾Monitor编程模型的细微之处,如触发器、计时器和嵌套监视上下文,而是仅重点讨论事件处理的基础。
I won't go over many of the finer points of the monitor programming model like triggers, timers, and nested monitoring contexts, but will focus simply on the basics of event processing.
本部分将阐述如何使用WebSphereBusinessEvent:DesignData工具为业务事件处理构建数据模型。
This section explains how you can build a data model for business event processing using the WebSphere Business Event: Design Data tool.
细微的差别、不兼容的事件模型、难以协调的DOM不兼容性等等迫使Ajax开发人员编写防卫代码来处理种种差别。
Subtle differences, incompatible event models, and irreconcilable DOM incompatibilities force Ajax developers into writing defensive code that deals with the differences.
既然存在三种模型,所以事件处理程序也就不能以同样的方式在所有的浏览器里面运行。
Of course the existence of three models means that event handling doesn't work the same way in all browsers.
您现在有了一个发射用于业务监视的事件的应用程序,以及一个能够使用和处理事件以进行业务监视的监视器模型应用程序。
You now have an application that emits events for business monitoring, and a monitor model application that can consume and process the events for business monitoring.
DOM3事件模型提供了生成和处理事件消息的标准方法,这有助于在对象之间进行更好的通信和交互。
The DOM3 event model gives you a standard way of generating and handling event messages, which helps in better communication and interaction between objects.
写跨浏览器的事件处理程序的的技巧在于不要用整体的事件模型而是分别的回答每一个问题。
The trick of writing cross–browser event handling scripts is not to use an overall event model check but to answer all these questions separately.
做一个粗略的比喻的话,这就是和asp.net或WPF有点类似的模型,在这些模型中,你通过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.
存在操作处理程序扩展点的根本目的在于:允许现有基于事件或消息的系统将操作用于声明式代理模型。
The fundamental reason the action handler extension point exists is to allow for existing event - or message-based systems to contribute actions to the declarative broker model.
事件处理:事件的传入消息一般通过发布和订阅模型分发给许多端点。
Event handling: an incoming message for an event is distributed to a number of endpoints, usually through a publication and subscription model.
CPI细分模型完全由为特定处理器设计的PMC事件决定。
The CPI breakdown model is completely determined by the PMC events designed for the specific processor.
每一个线程能处理他的事件用同步的程序模型。
Each thread can then handle its event using a synchronous programming model.
在两层的客户端应用模型中,人们甚至会直接从事件处理器中访问数据库。
In 2-tier Client application models people were even accessing the database directly from the event-handlers.
在控制器类中,可以定义Swing事件(例如单击按钮或更改文本字段)的处理程序,并控制模型的状态。
The controller class is where you define handlers for Swing events (such as button clicks and text-field changes) and control the state of the model.
ecma脚本语言(ActionScript2)嵌入在MXML中以处理事件、系统事件或构造复杂的数据模型。
An ECMA scripting language (ActionScript 2) is embedded in MXML to handle user events, system events, or to construct complex data models.
在多线程分发模型中,从队列中获取事件的线程启动另一个被称作任务线程的线程,并把事件交给它处理。
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.
Flash9运行时有很多新的和改进过的API;媒体装载、数据装载和网络API也更加完善了,还有更合理的图像处理以及事件模型。
There are a lot of new and improved APIs provided by the Flash 9 runtime; better media loading, data loading, and network APIs, as well as much more rational imaging and event model.
应用推荐