• 神经传导速度检查异常

    The NCV tests were abnormal.

    youdao

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

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

    youdao

  • 我们应该检查异常类型此处我们假定意味着没有找到相应结果

    We should check the exception type, but here we'll just assume it means that no results were found.

    youdao

  • 目的探讨男性肠镜检查异常护理,为临床护理指导提供依据

    Objective: to study effect of rheumatoid arthritis nursing instruction on rehabilitation.

    youdao

  • 使用检查异常报告可能发生但是正常程序操作中很难发生的错误

    Use checked exceptions to report errors that may occur, however rarely, under normal program operation.

    youdao

  • 检查异常继承exception用于处理可恢复性出错诸如业务出错场景

    Checked exceptions inherit from exception class and are used to handle recoverable errors such as business error scenarios.

    youdao

  • 最后如果以为已经这个诈骗被害人得到信用报告立即检查异常举动

    Finally, if you suspect you've been a victim of this fraud, get a copy of your credit report immediately to check for unusual activity.

    youdao

  • 结果PM/DM无力、肌肉压痛血清增高主要临床表现肌电图病理学检查异常

    Results The main clinical presentations of PM/DM included amyosthenia, muscular tenderness, elevation of serum enzymes, accompanied by abnormal electromyography and muscular pathology.

    youdao

  • 从而提供种在应用检查异常诊断异常时 不会降低判断精确度且易于组装数据分类装置

    Thus the invention provides a data classification method and apparatus easily packaged without reducing the judgment accuracy in an application to fault detection and fault diagnosis.

    youdao

  • 结果163脑出血患者中心电图检查异常129例,占79.1%,且年龄、出血部位、出血量相关

    Results In 163 patients, 129 ECG are abnormal(79.1%), which are relative with age, the hemorrhage position and Volume.

    youdao

  • 检查异常作为运行时exception理想异常侯选处理不可恢复性出错,资源不可用或者指针

    Unchecked exceptions which are descendents of RuntimeException class are the ideal candidate exceptions handle non-recoverable errors such as resource non-availability or some null Pointers.

    youdao

  • 异步方法返回Future对象对象使得客户可以获得一个结果检查异常或者尝试取消正在进行中的调用。

    An asynchronous method can return a Future object that allows the client to retrieve a result value, check for exceptions, or attempt to cancel an in-progress invocation.

    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

  • 方法抛出InterruptedException时,不仅告诉您它可以抛出一个特定的检查异常,而且还告诉其他一些事情

    When a method throws InterruptedException, it is telling you several things in addition to the fact that it can throw a particular checked exception.

    youdao

  • 不必这个级别上处理异常因为Spring它们转换通用检查异常(uncheckedexceptions)。

    You don't have to handle exceptions at this level because Spring translates them to a common set of unchecked exceptions.

    youdao

  • 对于方法调用指令可以使用BytecodeEngineeringLibrary (BCEL)提取方法声明抛出检查异常类型

    For the method call instructions, you use Bytecode Engineering Library (BCEL) classes to extract the types of checked exceptions the method is declared to throw.

    youdao

  • 塞克硝唑片实验室检查异常发生率为0.00%,替硝唑片组实验室检查异常发生率为2.08%,之间比较差异统计学意义(P>0.05)。

    The rates of abnormal results of laboratory test were 0.00% in trial group and 2.08% in control group. There were no significant differences between two groups in safety(P>0.05).

    youdao

  • 使用引入(Introduction),Aspect可以中添加新的方法变量声明个类实现一个接口检查异常转换为未检查异常(unchecked exception)。

    Using introduction, aspects can add new methods and variables to a class, declare that a class implements an interface, or convert checked to unchecked exceptions.

    youdao

  • 这个要比我们之前版本很多,主要处理远程目录不存在的时候必须异常检查造成的。

    That's substantially longer than our previous revisions, but this is mostly due to the exception checking which must be done to handle remote directories that may be missing.

    youdao

  • 检查返回处理异常

    Check return values and handle exceptions.

    youdao

  • 正如前面提到过的,层次结构中的异常未经检查

    As mentioned previously, the exceptions in this hierarchy are unchecked.

    youdao

  • 本文首先讨论了当服务器抛出不同异常客户端的预期行为然后强调检查异常使用

    This article first discusses the expected behaviour on the client when the server throws various exceptions, and then emphasizes the use of checked exceptions.

    youdao

  • 如果字符串不能为空或者必须特定格式,请检查格式抛出异常

    If the string can't be empty or must be in a specific format, check for the format and throw an exception.

    youdao

  • 还要注意,这里仍然异常未加检查使代码异常简洁

    Also note the continuing pattern of unchecked exceptions, which keeps the code remarkably concise.

    youdao

  • 如果调用不能意义的方式处理这个异常那么考虑抛出一个检查的(运行时)异常

    If the caller won't be able to handle the exception in a meaningful way, consider throwing an unchecked (run-time) exception.

    youdao

  • 不久主人回来了,四处检查时,觉得有些异常

    Later the master came in. He looked around, and saw that something unusual was there.

    youdao

  • 检查的、用户定义异常

    A checked, user-defined exception.

    youdao

  • 知道”,美吕,“检查擦伤皮肤异常。”

    "Yes, " she says, "You're checking for any abrasions or dermatological abnormalities."

    youdao

  • ServiceLocator可以检查异常(Bean查找创建过程中引发的异常)转换为未经检查异常

    The ServiceLocator can also translate the checked exceptions (that get thrown during lookup or creation of the bean) into unchecked exceptions.

    youdao

  • ServiceLocator可以检查异常(Bean查找创建过程中引发的异常)转换为未经检查异常

    The ServiceLocator can also translate the checked exceptions (that get thrown during lookup or creation of the bean) into unchecked exceptions.

    youdao

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

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

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