compile time check的意思|示意

美 / / 英 / /

编译时检查


compile time check的网络常见释义

编译时检查 ... run-time check 运行时检查 compile time check 编译时检查 cycle time check 循环时间检查 ...

compile time check相关短语

1、 compile time check detail 编译时检查

compile time check相关例句

It is a compile time check.

这是一个编译时检查。

mwarn-framesize=framesize and -mwarn-dynamicstack: These options cause a compile-time check whether a function exceeds a given stack frame size or uses dynamically sized stack frames.

mwarn-framesize=framesize 和 -mwarn-dynamicstack:这些选项会引起在编译时检查函数是否超过给定的堆栈帧(stack frame)大小或使用动态调整的堆栈帧。

Since there are no compile-time checks possible, there are three ways for an observable to check that Observer.update exists.

因为没有编译时期检查机制,有三种方式可以检查observer . update的存在。

If a non-container control (TextBox, for example) is placed outside the form tag, an HttpException is thrown at run time (no check is made for this at compile time).

如果一个非容器控件(比如TextBox)被放置在form标记之外,将会抛出一个运行时错误(编译时不会对此进行检查)。

One of the most powerful features that Go brings with it is the ability to program with that duck-typed mentality, and check for adherence to those defined behaviors at compile time.

Go所带来的一个最强大的特性之一就是提供了可以在编程时运用动态类型的思想而把行为定义的合法性检查的工作推到编译时。

Similarly, instanceof checks on naked type parameters will result in an "unchecked" warning at compile time and the check will not occur as expected at runtime.

同样,对“外露”类型参数的instance of检查将在编译时产生“unchecked”警告,而且检查将不会如期在运行时进行。