• One of the cross-page wires can be additionally marked with a switch-page flag, so that, after event processing completes, the browser is redirected to the target page.

    可以使用页面切换标记来对其中一个跨页面连接进行标记以便事件处理完成以后,可以浏览器定向到目标页面。

    youdao

  • When the CIM event handlers are registered on the target CIM server, we were able to get the connection information of each established listener.

    目标CIM服务器注册 CIM事件处理程序时,我们能够获得每个建立侦听程序连接信息

    youdao

  • If the event reaches the target element without being handled and the event type allows it, the bubbling phase begins.

    如果事件抵达目标元素而没有处理并且事件类型允许,则进入冒泡阶段。

    youdao

  • Similarly, to get the PROCESS_MIGRATED event, you enable it in the target version of the process, as shown in Figure 27.

    类似地,为了获取PROCESS_MIGRATED事件可以流程目标版本中提供如图27所示。

    youdao

  • In order to increase consistency between the source and target data, source changes can trigger the consolidation phase to be executed through data event publishing.

    为了提高目标数据之间一致性数据源更改可以通过数据事件发布触发执行整合

    youdao

  • When an event is delivered to an MC, all maps that depend on the receiving subscription are run, and their target metrics are updated with the results.

    将某个事件交付某个MC时,依赖该事件的所有映射都会自动运行使用结果更新它们目标度量

    youdao

  • If you are sponsoring a charitable event, try to choose one in which your target market would participate.

    如果赞助一个慈善活动时尽量选择目标市场参加。

    youdao

  • Every event has a target, the XML or HTML element most closely associated with the event.

    每个事件都有一个目标xmlhtml元素事件的关系密切。

    youdao

  • All of NTier, Tier, and Server (Group) can be a target of these events, so for each of them you will have a start event and a stop event.

    n层服务器()都可以这些事件目标所以它们都有启动事件停止事件。

    youdao

  • You can target fans, friends of fans, or non-fans of your page, as well as users who are connected to a specific page, event, group, or application.

    可以主页上找出粉丝、粉丝的朋友或者不是粉丝的人,可以找到那些一个特定主页、事件群组应用有关系的人。

    youdao

  • The easiest and most common technique is to attach event handlers right at the target, and once upon a time this technique was all that browsers supported. However, this often isn't practical.

    最简单常用技术直接事件处理程序附加目标过去浏览器只支持这种技术。

    youdao

  • But the event message told me the User ID that generated the error, the API call that failed, the object that was the target of the API call, and the options that were used.

    事件消息告诉生成错误用户ID失败API调用、API调用的目标对象以及所使用选项

    youdao

  • Each application architect can run their own Event Studio agent in the source environment for their code to be deployed in the target environment.

    为了代码部署到目标环境每个应用程序设计人员可以环境中运行他们自己的EventStudio代理

    youdao

  • In the current approach, the Trigger.bat utility is used to trigger the import operation in the target environment from the Event Studio Agent that the user runs in the source environment.

    当前方法中,Trigger. bat实用工具用于用户环境运行EventStudio代理触发目标环境中的导入操作

    youdao

  • JR30198: Failed Event Manager target significance.

    JR 30198:失败事件管理器目标重要性

    youdao

  • Using this approach, the user just needs to run an Event Studio agent in the source IBM Cognos environment for the code to be promoted to the target IBM Cognos environment.

    使用这种方法为了代码提升目标IBMCognos环境用户需要 IBM Cognos 环境中运行EventStudio代理即可。

    youdao

  • The specific events that are alerted are configured on either the SNMP Trap Event Subscription tab or on the subscription configuration of a SNMP logging target.

    需要发出警报特定事件SNMPTrapEventSubscription选项卡 SNMP日志目标的订阅配置设置

    youdao

  • The Trigger.bat utility will trigger the requiredEvent Studio Import Agentin the target environment that will run the export and import of the deployment.

    bat实用工具触发目标环境需要的 “EventStudioImportAgent”(它将运行部署导出导入)。

    youdao

  • The event notification, though, includes information about which Eclipse view is the target of the notification.

    然而事件通知包含关于哪个Eclipse视图通知目标信息

    youdao

  • When a user clicks on a closed node, the onClick event of the target node is bubbled up by the browser to the main onClick handler of the widget's controller code.

    用户单击某个关闭节点时,浏览器会将目标节点onClick事件(通过气泡)传递给小组件控制器代码onclick处理程序。

    youdao

  • The week-long event will target 11.9 million people across Benin, Liberia and Sierra Leone, all three of which are at high risk of yellow fever outbreaks.

    历时一周接种活动贝宁利比里亚塞拉利昂三国的1190万人为目标三个国家属于黄热病疫情高发区。

    youdao

  • Target-Action: The mechanism that enables a view object to present a control in response to a user event; for example, a click to send the action message to the target object.

    Target-Action机制支持视图对象呈现控制响应一个用户事件例如单击发送活动消息目标对象。

    youdao

  • When that happens, the mouse click event travels from the root of the document to the target (li) and back again. The sequence is.

    发生时鼠标单击事件文档行进目标(li)再次返回

    youdao

  • The event handlers for Gant scripts, available since version 0.5, are triggered during execution of Grails target and plugin scripts.

    针对Gant脚本事件处理器首次出现在0.5,并在Grails目标插件脚本的执行过程中触发。

    youdao

  • The <ajax:servervalidator/> validates the target control upon losing focus using the onBlur event.

    <ajax:servervalidator/>使用onBlur事件失去焦点时验证目标控件。

    youdao

  • In Listing 1, the target of the unload event is the body element, and the event handler is the bit of script inside the onunload attribute.

    清单1unload事件目标body元素,事件处理程序onunload属性中为数不多的一点脚本

    youdao

  • The output from Listing 3 will be identical to that of the target parser method in Listing 2 but ought to be much faster because LXML can optimize the event handling internally.

    清单3输出与清单2目标解析器方法输出相同但是速度应该提高很多因为lxml可以在内部优化事件处理

    youdao

  • This interface is used as a target interface for the XSLT mediation primitive to transform the input message to a Business Events event.

    这个接口用作一个目标接口,以便XSLT中介原语输入消息转换Business Events事件。

    youdao

  • For each user action, FlexMonkey captures a UI event, a property and value pair that identifies the target of the event, and event-specific arguments.

    对于用户操作FlexMonkey会捕获一个UI事件,一个属性,用以标识事件目标以及事件相关的参数

    youdao

  • Common Event Infrastructure database: if the Common Event Infrastructure (CEI) is used in a WebSphere Process Server installation, a deployment target-specific database is needed here also.

    公共事件基础设施数据库如果公共事件基础设施(Common Event Infrastructure,CEI)WebSphereProcessServer安装使用,那么这里需要一个特定于部署目标的数据库。

    youdao

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

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

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