• Adaptive mobile computing systems need to process a broad range of composite events, which are combinations of primitive events such as logic event, time events, and temporal events, etc.

    适应性移动计算系统要求范围事件组合这些事件包括逻辑事件时间事件暂时事件

    youdao

  • Use compensation handlers to add business logic for compensating the actions that have completed before the cancellation event happens.

    使用补偿处理程序添加业务逻辑补偿取消事件发生完成动作

    youdao

  • Using this technique, you could execute custom validation logic before allowing the form to be submitted, or you could trigger a custom event after the form is submitted.

    使用这种技术可以允许提交表单之前执行定制验证逻辑或者表单提交之后触发一个定制事件

    youdao

  • Place that part of the business logic that is to be processed in parallel inside that event handler.

    将要并行方式执行部分业务逻辑放在事件处理程序内部

    youdao

  • This section shows you how the addition of different types of event processing logic can affect performance.

    小节展示添加不同类型事件处理逻辑如何影响性能。

    youdao

  • Adapters implement the application logic that handles event notification and event polling through the usage of the adapter framework API.

    适配器通过使用适配器框架API来实现处理事件通知事件探测应用逻辑

    youdao

  • By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.

    这样范围内循环事件处理程序中的逻辑就可以控制事件处理程序最终数目

    youdao

  • Event processing retrieves the event messages from the JMS queue and processes the messages based on business logic.

    事件处理jms队列查询事件消息,然后基于业务逻辑处理这些消息。

    youdao

  • Here, I made sure that the filter logic is only executed once for each event; it is only executed when the character position within the document has changed.

    在这里保证每个事件过滤逻辑执行一次只有文档中的字符位置发生变化时才会执行。

    youdao

  • Placing the logic inside an action method does not guarantee that it will be executed prior to rendering because a page view is not always preceded by a user-triggered event.

    逻辑放在一个动作方法不能保证该逻辑在视图呈现之前得到执行因为页面视图并不总是用户触发的事件之后。

    youdao

  • The logic for the type of button and the event handler to be invoked is contained in this method, shown in Listing 15.

    调用按钮事件处理程序类型逻辑包含方法中,如清单 15 所

    youdao

  • So the UI test automation will not catch the logic error if the application has the wrong method wired to a button click event (although every test would fail and you'd find the problem quickly).

    所以如果应用程序按钮单击事件关联错误的方法UI测试自动化不会捕捉逻辑错误(虽然每次测试都会失败而且很快发现问题)。

    youdao

  • For example, imagine applying retry logic in the event of particular exceptions being encountered across the DAO layer.

    比如想象一下在跨dao遭遇特殊异常时使用重试逻辑

    youdao

  • Event handlers provide the ability to integrate application logic with Content Manager document attributes.

    事件处理器能够应用逻辑整合到ContentManager文档属性中

    youdao

  • In traditional application development, you can put all of your logic for what this action should do right in the event handler, but with Ajax it's not that easy.

    传统应用程序开发中,可以所有逻辑(一操作应该做什么)都放在事件处理程序上,但是有了Ajax,似乎不是那么容易了。

    youdao

  • Define a process that executes a specific part of its business logic inside an event handler.

    定义一个执行事件处理程序业务逻辑的特定部分流程

    youdao

  • Within the process invoke this event handler multiple times and create in this way a dynamic number of parallel instances of this part of the business logic.

    流程多次调用事件处理程序从而这种方式创建业务逻辑一部分并行实例(其数量不定)。

    youdao

  • A common workflow is to create much of the GUI (presentation) using the MXML format, and then use ActionScript code for event handling and business logic.

    常用工作流使用mxml格式创建GUI的主要部分(呈现),然后使用ActionScript代码执行事件处理和业务逻辑。

    youdao

  • That method contains logic to send SIP event notifications to a listening Web service endpoint.

    方法包含SIP事件通知发送侦听Web服务端口逻辑

    youdao

  • The scope MainScope contains the logic that starts the various event handler instances for the individual reviews.

    范围MainScope中包含各个审阅人员启动各种事件处理程序实例逻辑

    youdao

  • Only when the event handler has finished its business logic, it updates the global variable result in order to return the result to MainScope.

    只有事件处理程序完成业务逻辑后,才会更新全局变量result结果返回MainScope。

    youdao

  • WebSphere Business Events logic has been implemented to receive the event and respond to the patient, but not to actually analyze the blood sugar levels.

    实现了WebSphereBusinessEvents逻辑接收事件患者进行响应但是不会实际地分析血糖水平

    youdao

  • One of our clients uses MaintainJ on a Swing application with a lot of event driven logic, which would be very difficult to understand by plain code reading.

    我们位客户Swing应用程序使用MaintainJ其中带有大量事件驱动逻辑,仅仅通过阅读源代码很难理解那些逻辑。

    youdao

  • Intermediate objects are representations of business objects that are used by the person constructing the event processing logic.

    Intermediate对象代表那些用于构建事件处理逻辑业务对象。

    youdao

  • Based on the event processing logic, Business Events will take an appropriate action defined by the user.

    BusinessEvents根据事件处理逻辑采取用户定义适当行动

    youdao

  • A button has an argument named onclick whose value is a Callback, a snippet of imperative application logic to be executed when the event occurs. In this particular case two things happen.

    按钮拥有名为onclick参数,它的Callback事件发生的时候,就会执行命令式应用程序逻辑

    youdao

  • Event handling - the custom event handler implements the core application logic and integrates ILOG JRules with Content Manager.

    事件处理定制的事件处理器实现核心应用逻辑整合了ILOGJRulesContent Manager。

    youdao

  • Next you need to define the logic for the order event; that is, on receiving the OrderEvent, if the OrderValue is greater than 1000 invoke OrderAction.

    接下来需要订单事件定义逻辑;也就是说,收到OrderEvent后,如果OrderValue大于1000则调用OrderAction

    youdao

  • This article describes how to develop a custom event handler that is driven by content-aware business logic with interaction to ILOG JRules.

    本文阐述了如何开发一个定制的事件处理器,同时该处理器通过ILOGJRules交互感知内容的业务逻辑驱动的。

    youdao

  • It is up to your discretion to use either one based on application logic. The various points to consider in the mapping process of the event semaphore are.

    应该基于应用程序逻辑判断使用哪种方法

    youdao

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

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

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