• Write a run-time error reporting function.

    编写一个运行时错误报告函数。

    youdao

  • Demonstrates the run-time error checks feature.

    演示运行时错误检查功能。

    youdao

  • The program will run until it finds a breakpoint or a run-time error.

    程序在遇到断点或运行时错误时停止运行。

    youdao

  • Attempting to fetch an element that doesn't exist is a run-time error.

    试图获取不存在的元素必须产生运行时错误。

    youdao

  • Introduces a response to a run-time error or turns a compiler option on.

    引入对运行时错误的响应,或打开编译器选项。

    youdao

  • The RTC sample shows how to use the C run-time library's run-time error check feature.

    RTC范例显示如何使用C执行阶段程式库的执行阶段错误检查功能。

    youdao

  • Run-time error '430':Class does not support Automation or does not support expected interface.

    执行期间错误'430':类别不支援Automation或不支援预期的介面。

    youdao

  • If the excluded item is a dependency of another item in the project, a run-time error may occur on the target computer.

    如果排除的项是项目中另一项的依赖项,则在目标计算机上可能发生运行时错误。

    youdao

  • To respond to user errors and to run-time error conditions such as network errors or permission failures, throw an exception.

    若要响应用户错误和运行时错误条件(例如网络错误或权限失败),应引发一个异常。

    youdao

  • Implicit conversions succeed only when the process loses no data; otherwise they fail and generate a compile or run-time error.

    隐含转换只在处理序不遗失资料时才会成功,否则会失败并且产生编译或执行阶段错误。

    youdao

  • In that case, a 0 should be returned, and no attempt should be made to perform the division because a run-time error would result.

    若除数为零则应传回0,且不应尝试执行除法,因为会产生执行阶段错误。

    youdao

  • Expiration of a time-out means that the operation could not complete successfully and therefore should be treated and handled as any other run-time error.

    超时过期意味着操作未能成功完成,因此应该按任何其他运行时错误处理。

    youdao

  • The library is not required to check the value of the index. Using an index that is out of range is undefined and usually results in a serious run-time error.

    标准库不要求检查索引值,所用索引的下标越界是没有定义的,这样往往会导致严重的运行时错误。

    youdao

  • Any use of an invalidated iterator is likely to yield a run-time error, but there is no guarantee that the program will crash or otherwise make it easy to detect the problem.

    任何无效迭代器的使用都可能导致运行时错误,但程序不一定会崩溃,否则检查这种错误也许会容易些。

    youdao

  • The paper summarizes the logical error and run-time error that the compiler can not find, in order to help beginners better to master debugging skill and improve programming ability.

    总结了编译器不能发现的常见运行错误和逻辑错误,以帮助初学者能较好的掌握程序调试技巧,提高编程能力。

    youdao

  • When a Comparator isn't available, the natural ordering of the elements is used to determine priority. If the elements don't implement the Comparable interface, then that is a run-time error.

    在不能使用Comparator时,可以使用元素的自然顺序来确定优先级。

    youdao

  • With trace statements you can avoid the difficult task of examining the original source code, modifying it, recompiling, and attempting to produce the run-time error within the debugging environment.

    利用跟踪语句,可以避免诸如检查原始源代码、修改原始源代码、重新编译源代码,以及尝试在调试环境中生成运行时错误等困难任务。

    youdao

  • Any attempt to perform a string comparison on an employee ID will then fail with a type error at query run time.

    在查询运行时,尝试在雇员ID上执行字符串比较将遭到失败,并产生一个类型错误。

    youdao

  • You can see the detailed error information at run time and debug it by reviewing the system log and event log.

    您可以看到运行时的详细错误信息,并通过查看系统日志和事件日志进行调试。

    youdao

  • The next time you run spcat, you will not get the error.

    下一次运行spcat 时,就不会再看到这个错误。

    youdao

  • Ruby gives you an error at run time because Ruby supports dynamic typing.

    而Ruby则是在运行时给出错误消息,因为Ruby支持动态类型。

    youdao

  • This error does not indicate a serious problem, and it usually occurs at run time. There are two common causes.

    这个错误不表示严重的问题,在运行时这常常发生。

    youdao

  • But, at run time DB2 detects that there is more than one phone element and returns error SQL16085N.

    但是,DB 2在运行时发现有多个“phone”元素,因此返回错误SQL 16085n。

    youdao

  • The error will be encountered at run time at line 3 or line 4 (depending on whether the JPA provider parses a JPQL string according to JPQL grammar during query construction or execution).

    在运行时,该错误将出现在第 3或第 4行(具体行数取决于JPA提供者是否在查询构造或执行期间根据JPQL语法解析 JPQL字符串)。

    youdao

  • You do not have to do anything else to get your application to connect to the database at run time, which is often a complex and error-prone task.

    您不用再去做其他任何事,以让您的应用软件在运行时与数据库联系起来,这种操作通常是复杂,且容易出错的。

    youdao

  • They are proven to produce the low-error estimate and incur almost no run-time overhead.

    它们被证明可以产生低误差的估计,并且几乎不占用运行时开销。

    youdao

  • Instead, the error signaled at run time would be a null-pointer exception instead of a class-cast exception.

    相反,在运行时发出的错误将会是一个空指针异常而不是类强制转换异常。

    youdao

  • The type-safety feature will provide for much earlier error detection at compile time, rather than at run time with the standard JPQL constructs.

    类型安全功能将提供在编译时的早期错误检测,而不是使用标准JPQL 构建时的运行时检测。

    youdao

  • All interface types in Ada 2005 are implicitly tagged types, i.e. they support run-time dispatch (see Figure 3. Error: Reference source not found).

    Ada 2005中的所有接口类型是绝对标记的类型。它们支持运行时调度见于图3。

    youdao

  • All interface types in Ada 2005 are implicitly tagged types, i.e. they support run-time dispatch (see Figure 3. Error: Reference source not found).

    Ada 2005中的所有接口类型是绝对标记的类型。它们支持运行时调度见于图3。

    youdao

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

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

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