• 多线程进程中的异常处理

    Exception handling in multithreaded processes.

    youdao

  • SOA中的异常处理非常依赖服务异常定义语义

    Exception processing in SOA relies heavily on Service exception definitions semantics.

    youdao

  • 7展示solidDBRETURN SQLERROROF cursorname 语句使用DB2 中的异常处理形成对比。

    Table 7 shows the use of the solidDB RETURN SQLERROR OF cursorname statement compared to exception handling on DB2.

    youdao

  • 这个过程可能例外情况出现,例如处理无效订单解决系统异常以及其它问题

    There might be exceptions to this normal processing such as the handling of invalid orders, dealing with system exceptions, and other issues.

    youdao

  • 对于这些情形添加一条异常规则,将部件指示器处理令牌中的子字符串

    For such cases, an exception rule can be added for processing part indicators as substrings in tokens.

    youdao

  • 以下复杂问题单片应用程序不是什么问题,为了支持SOA下的异常处理必须处理[2]。

    The following complex issues which are not a major concern in monolithic applications have to be dealt to support exception processing in SOA [2].

    youdao

  • 现实应用程序中,需要额外的异常处理处理情况

    In a real-world application, additional exception handling would be needed to handle this sort of situation.

    youdao

  • 本文包括有关JMS 1.1中的统一异常处理传输绑定其他最佳实践等信息

    Also included with this article are additional sections on the unified domain classes in JMS 1.1, exception handling, transport bindings, and other best practices.

    youdao

  • 触发器处理过程抛出异常时,触发器终止导致触发器触发整个语句退

    When an exception is thrown during processing of a trigger, the trigger aborts, and the entire statement that caused the trigger to fire is rolled back.

    youdao

  • 例如管理员可能处理任务中的异常(例如,无效命令系统崩溃)。

    For example, an administrative staff could handle an exception in a task (for example, invalid order, system failure).

    youdao

  • 假定应用程序中的所有统一异常处理

    Let's say that you wanted consistent exception handling for all of the classes in your application.

    youdao

  • BusinessProcessModelingNotation (BPMD)支持一些异常处理构造,它们用于业务流程中的异常进行建模。

    Business process Modeling Notation (BPMD) supports exception handling constructs that you can use to model exceptional flows within the business process.

    youdao

  • 处理多线程程序中的异常

    Handling exceptions in multi-threaded programs.

    youdao

  • 我们同样附加对象例如异常处理中,作为输入的 ExceptionInput)以及工具对象(例如用于登录的 LogUtil)建模。

    We also modeled additional objects, such as ExceptionInput to be used as input in exception handling, and utility objects like LogUtil for logging.

    youdao

  • 首先catch可以处理多个指定类型异常

    First, multiple exception types can be named as being handled by a single catch block.

    youdao

  • 1展示了WebSphereLombardi中的一个典型异常处理场景

    A typical exception handling scenario in WebSphere Lombardi is depicted in Figure 1.

    youdao

  • 可以使用JUnit这样单元测试框架可用的构件处理预期异常

    You can also handle expected exceptions using the constructs available to you in unit testing frameworks such as JUnit.

    youdao

  • 其他许多测试框架相反可以把Google测试框架内置断言部署禁用异常处理(通常由于性能原因)的软件中。

    Contrary to a lot of other testing frameworks, Google's test framework has built-in assertions that are deployable in software where exception handling is disabled (typically for performance reasons).

    youdao

  • 定义模板这样代码中即可包含企业用到任何定制特性,例如定制异常处理

    You can define the templates for the blocks, so the code can include any customized features you use in your enterprise — like custom exception handling.

    youdao

  • 系列下一篇技巧文章我们研究验证一方面异常处理

    In the next tip in this series, we'll examine the other side of validation: exception handling.

    youdao

  • C++中,无论何时处理程序捕获一个异常关于异常来源信息不为人知

    In C++, whenever an exception is caught within a handler, the information about the source of the exception is lost.

    youdao

  • 架构良好流程中,异常导致流程本身失败;相反,工作流应该遵循专门用于处理异常途径(异常途径)。

    In a well architected process, exceptions should not cause a process to fail; instead, the work flow travels down a path specifically designed to deal with that exception (the exception path).

    youdao

  • 如果调用可能抛出检查异常已有函数,您编写一个包装器函数,捕获处理此类异常,然后XSLT中调用包装器方法。

    If you invoke a preexisting function that can throw a checked exception, you should write a wrapper function that catches and handles that exception; then, invoke the wrapper method from XSLT instead.

    youdao

  • 客户一个专门错误处理程序接收这种异常并且必须解析器错误消息中检索需要信息

    A special error handler in the client receives this exception and must parse the parser's error message to retrieve the required information!

    youdao

  • 首先实例中,用户需要选择BPEL活动中添加故障处理程序捕捉抛出异常

    First, in this example, you need to add a fault handler on the selected BPEL activity to catch the exceptions it throws.

    youdao

  • 注意SQLPL适当的异常处理要求每个过程一个错误处理程序,这个错误处理程序应该可以容易告诉我们出错的过程。

    Note that proper exception handling in SQL PL dictates that each procedure has an error handler that could easily enough have told us the failing procedure.

    youdao

  • 注释必要的异常处理逻辑已经排除文章中的大多数样例代码主要是为了代码更清晰

    Note: The necessary exception handling logic has been excluded for clarity in most of the code examples in this article.

    youdao

  • 业务整合过程中,异常处理选取适当的路由处理正常情况一样重要

    In business process integration, handling exceptions and taking the appropriate route is as important as handling normal cases (such as happy flow).

    youdao

  • 系列先前的技巧文章异常处理属于讨论核心范围之内。

    In previous tips in this series, exception handling has been peripheral to our core discussion.

    youdao

  • 所有运行时异常得到处理要么单独活动处理要么流程级别处理,具体取决于异常类型(无论流程是否需要重试)。

    All the runtime exceptions are handled in either the individual activity, or in the process level depending on the type of the exception (whether it needs a retry or not).

    youdao

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

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

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