runtime error
运行时错误:在计算机程序运行过程中出现的错误
常用释义
英式发音
美式发音
基本释义
- 运行时错误:在计算机程序运行过程中出现的错误,通常是由于程序代码中的逻辑错误或输入数据的问题导致的。
例句
-
1·If that is the case, a runtime error is raised.如果的确如此,那么就会产生一个运行时错误。
-
2·This may result in the following runtime error.这可能导致以下运行时错误。
-
3·Another thing, when I click to run, the error Runtime error 5.另一件事,当我单击运行,在运行时错误错误5。
-
4·The advantage over using value comparisons is that you don't risk a runtime error.这种方式较之使用值比较的优势在于不会有运行时错误的风险。
-
5·The program will run until it encounters a breakpoint or produces a runtime error.程序在遇到断点或发生运行时错误时将停止运行。
-
6·If you get a JDBC Driver runtime error (Figure 21) during this process, do the following.如果在这个过程的运行期间JDBC Driver出现了错误(图21),按照下面步骤进行。
-
7·This demonstrates that we can return a fault object even if a true runtime error didn't occur.这显示出,即便未发生真正的运行时错误,我们也可以返回一个fault对象。
-
8·There is no guarantee that the service can handle data that is not valid, so a runtime error can occur.这不能保证服务可以处理无效数据,因此将出现一个运行时错误。
-
9·New keywords may have been added to them that are not in the translation, resulting in a runtime error.可能向它们添加了翻译中没有的新关键字,这会导致运行时错误。
-
10·Notice that only the last one causes a runtime error; the other three are legal, but they do the wrong thing.要注意只有最后一个会引起运行错误,其他的三个都是合法的,但产生错误的效果。