• 不要重复释放同一对象检查异常处理代码的情况。

    Make sure there's no code path where the same object is released more than once. Check error code paths.

    youdao

  • 可以轻松添加异常处理代码增加程序可靠性

    Exception-handling code can be easily added to increase program reliability.

    youdao

  • 无法捕捉堆栈溢出异常因为异常处理代码可能需要堆栈。

    You cannot catch stack overflow exceptions, because the exception-handling code may require the stack.

    youdao

  • 一般来说,读写代码异常处理代码变得以前更加清晰

    In general, reading, writing, and debugging code becomes much clearer with exceptions than when using the old way of error handling.

    youdao

  • TopType方法手工添加异常处理代码保证只能提供可以转化字符串

    Manually add exception handling to the TopType methods to ensure only string values that can be converted to booleans are supplied.

    youdao

  • 通过应用程序中放置异常处理代码可以处理用户可能遇到大多数错误使应用程序能够继续运行

    By placing exception handling code in your application, you can handle most of the errors users may encounter and enable the application to continue running.

    youdao

  • 极大地减少用于数据转换异常处理繁琐代码从而专注核心业务逻辑

    Significant reduction of tedious code for data conversion and exception handling, allowing you to focus on core business logic.

    youdao

  • 避免分散注意力代码忽略了异常处理

    To avoid distractions I've ignored exception handling in the code.

    youdao

  • 正是由于这个微妙原因,让运行时异常成为代码处理外部状况一个主意

    Indeed this subtlety is precisely why run-time exceptions are a bad idea for external conditions that should be handled by code.

    youdao

  • 如下面的代码发现所有异常正确处理他们明智之举

    It is still advisable that you catch all exceptions and handle them appropriately, as shown in the following code.

    youdao

  • 异常处理代码本身所用时间一样

    The exception handling takes as much time as the code itself.

    youdao

  • 新的面向对象特性异常处理增加代码PHPV 4迁移PHP V5提供了强有力理由

    The new object-oriented features and the addition of exception handling provide compelling reasons for migrating your code from PHP V4 to V5.

    youdao

  • 事务使我们能够很多异常处理恢复工作委托TPMRM从而简化了我们代码使我们能够空出更多时间来考虑应用程序逻辑

    Transactions enable us to delegate many elements of exception handling and recovery to the TPM and the RMs, simplifying our code and freeing us to think about application logic instead.

    youdao

  • 使用JNI代码本地处理异常尽管有时不可避免地导致性能下降

    Handling exceptions natively in the JNI code itself, though unavoidable sometimes, leads to performance degradation.

    youdao

  • 原来JAXB代码无条件地验证文档结构如果发现错误,则抛出异常中止处理

    The original JAXB code unconditionally verified the structure of documents, throwing an exception and aborting the processing if an error was found.

    youdao

  • 处理程序代码可以使用这些回调中传递信息但是不能影响解析过程除了引发一个异常)。

    Your handler code can make use of the information passed by the call-backs, but cannot affect the parsing (except by throwing an exception).

    youdao

  • 例如api中粘结代码提供了异常处理约定支持

    For example, it supports exceptions and promises far less glue code for new APIs.

    youdao

  • 这意味着如果代码中,得到一个这样异常,我能这里处理

    What does that say? It says if in the code up here I get an exception of that sort, I'm going to go to this place to handle it.

    youdao

  • 代码处理SQL异常运行应用程序,以此判断SQL是否有效。

    Handle SQL exceptions in your code and run your applications to find out whether the SQL is valid or invalid.

    youdao

  • 提供者代码必须显式地处理异常

    This is something which must be handled in the provider code explicitly.

    youdao

  • 任何代码可以添加When决定是否处理某个异常

    Any arbitrary code can enter a When block to decide whether or not to handle an Exception.

    youdao

  • 问题在于,尽管代码处理初始getfieldid返回字段id情况,但它并未清除调用设置异常

    The problem is that even though the code handles the case in which the initial GetFieldID doesn't return the field ID, it does not clear the exception that this call would set.

    youdao

  • 关于这个问题一点值得注意尽管系列中的示例使用 try-catch() 代码捕捉处理异常,但不是必须的。

    While on the subject, it's worth noting that although the examples in this series use try-catch() blocks to trap and handle exceptions, this isn't strictly necessary.

    youdao

  • 所有脚本引擎eval方法都声明抛出一个ScriptException因此我们的代码需要适当处理这些异常

    All script-engine eval methods declare they throw a ScriptException, so your code needs to handle it appropriately.

    youdao

  • 清单2中的代码给出了个针对文件(IOException)数字转换(ParseException)错误异常处理结构

    The code in Listing 2 represents an exception-handling structure for file (IOException) and number conversion (ParseException) errors.

    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

  • 如果没有异常出现,也就是插件节点处理过程成功的,ESQL代码将继续执行下去

    If no exception occurs, that is, the processing of the plug-in node was successful, the ESQL code proceeds.

    youdao

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

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

    youdao

  • 第二代码调用一个可能抛出异常方法,但没有处理异常

    The second is that the code calls a method that can throw an exception without handling it.

    youdao

  • 由于代码仅仅作为样例使用我们没有执行任何实际的错误处理但是我们实现了一个虚构的异常处理程序,从而完成代码编译。

    Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.

    youdao

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

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

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