• 下面再次运行应用程序时,确保关闭捕获模式如清单9

    Now, when you run your application again, be sure to turn off capture mode, as shown in Listing 9.

    youdao

  • 使用功能收集合并现有捕获文件sql无需捕获模式再次运行应用程序

    You can use this feature to collect the new SQL to be merged into the existing capture file without running the application again in capture mode.

    youdao

  • 绑定再次运行应用程序做好准备之后,关闭捕获模式指定静态执行如图17所示。

    After you have bound packages and are ready to run the application again, turn off capture mode and specify static execution, as shown in Figure 17.

    youdao

  • 以上行为例外初始捕获捕获select语句增量捕获模式捕获相应位置更新

    An exception to the above behavior is a scenario where a SELECT statement is captured in the initial capture and the corresponding position update is captured in the incremental capture mode.

    youdao

  • 使用清单4所展示设置用于运行DS1 上的捕获模式时,创建4文件每个集群成员一个

    Using the settings shown in Listing 4, when you run the application in capture mode for DS1, you create four files, one for each cluster member.

    youdao

  • 捕获模式采用JDBC驱动程序拦截相似的方式收集来自应用程序sql语句通过驱动程序到达数据库。

    Capture mode ACTS like a JDBC driver interceptor to collect all the SQL statements coming from the application, through the driver and to the database.

    youdao

  • 第三SOA代表两种模式组合数据整合数据事件发布更改数据捕获如图4所示。

    The third SOA use case represents a combination of two patterns: data consolidation and data event publishing or change data capture, as in Figure 4.

    youdao

  • 目前为止,介绍 DSL作为捕获惯用模式方法可能有点抽象因此接下来将使用真实示例作为结束

    This discussion of DSLs as a way to capture idiomatic patterns may seem a bit abstract up until now, so I'll finish with an example from the real world.

    youdao

  • 模式模式语言捕获正式地良好设计和基于经验的最佳实践系统化,以其他人员进行重用

    Patterns and pattern languages capture and formally codify good designs and best experience-based practices in a way that it is possible for others to reuse them.

    youdao

  • 几年来,开发人员业务分析人员一直利用模式捕获需求

    For years, developers and business analysts have employed use case models to capture requirements.

    youdao

  • 这些模式全面捕获了一知识体系,以标识我们对可以实现设计良好软件解决方案结构机制理解

    These patterns collectively capture the body of knowledge that represents our understanding of structures and mechanisms leading to well-architected software solutions.

    youdao

  • 系列介绍了如何使用特定领域语言DSL捕获惯用模式

    The preceding installment of this series introduced the subject of using domain-specific languages (DSLs) to capture domain idiomatic patterns.

    youdao

  • 紧急设计一个关键性促进因素捕获使用发现惯用模式能力

    One of the key enablers for emergent design is the ability to harvest and use the idiomatic patterns you uncover.

    youdao

  • 它们通常捕获重构解决方案描述说明如何更改模式,以得到更为稳定的解决方案。

    They typically capture refactored solution descriptions, showing how to change the antipattern into a healthier solution.

    youdao

  • 想让捕获惯用模式其余代码中脱颖而出DSL提供令人信服机制实现一目标

    I want the idiomatic patterns that I harvest to stand out from the rest of my code, and DSLs provide a compelling mechanism for achieving this goal.

    youdao

  • 最后项目结束时,可以将经过验证最有用的技术模式捕获分析模式,以便以后适用问题使用

    Finally, at the conclusion of the project, you can formally capture the techniques and patterns that proved most useful as analysis patterns for use on the next applicable problem.

    youdao

  • 差距分析针对的UML符号捕获XML模式提供全部功能时所显出的不足

    The gap analysis points to the shortfalls of UML notation when capturing all of the functionalities provided by XML schemas.

    youdao

  • 模式复合目标就是捕获协同工作模式使用

    The goal of pattern composition is to capture the commonly known USES of patterns that work together.

    youdao

  • 信息管理人员负责了解既定模式选择最佳的分类进行长期的信息捕获

    The information manager is responsible for knowing the established scheme and choosing the best category for long-term information capture.

    youdao

  • 我们来看用例遵循上一引入配置捕获重用模式

    Let's consider a use case that follows the configure, capture, reuse scheme I introduced in the last section.

    youdao

  • 复合模式捕获应用组件模式辅助工件使用模式

    A composed pattern captures the usage pattern of applying the component patterns and associated artifacts.

    youdao

  • 一部分紧急设计能够现有代码查看捕获惯用模式

    A portion of emergent design is the ability to see and harvest idiomatic patterns from existing code.

    youdao

  • 西尼号此次掠过土卫一飞行期间,它捕获了土卫一高清晰温度图谱,可以揭示温暖地区令人意想不到的模式,而这张图能令人回忆起幼时常玩的“吃豆小精灵”。

    During the flyby, Cassini also captured the highest-resolution temperature map of Mimas, revealing an unexpected pattern of warm regions reminiscent of the arcade icon Pac-Man.

    youdao

  • 显然,UML无法捕获XML模式中的所有丰富内容

    It is clear that UML fails to capture all of the richness in XML schemas.

    youdao

  • 它们包含关于方法所有try - catch信息所以必须抛出信息捕获信息关联标识bug模式

    These contain information about all the try-catch blocks in the method, so you'll have to correlate the throw and catch information to identify the bug pattern.

    youdao

  • grep实用工具支持捕获因为目标打印包含模式

    The grep utility does not support capture, because its purpose it to print lines containing a pattern.

    youdao

  • 例如cronat命令默认模式捕获脚本输出然后其通过电子邮件发送运行脚本的用户

    The default mode of cron and at commands, for example, is for the output of the script to be captured and then emailed to the user that ran the script.

    youdao

  • 函数错误状态捕获测试这个例子忽略了send无阻塞模式(msg_dontwait标志启用)下的一个特性

    The error status of the function is captured and tested, but this example ignores a feature of send in non-blocking mode (enabled by the MSG_DONTWAIT flag).

    youdao

  • XML模式可以捕获uml所表示信息

    I have already shown that XML schemas can capture the information represented in a UML diagram.

    youdao

  • 他们通过定义映像(经由扩展捕获)、自定义模式他们自己的脚本提供标准化的、统一WebSphereApplicationServer环境

    They also provide standardized, consistent WebSphere Application Server environments with custom images (via extend capture), custom patterns, and their own script packages.

    youdao

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

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

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