compile time error信息详情

compile time error发音

意思翻译

编译时错误

相似词语短语

compile error───编译错误

run time error───[计] 运行时错误

compile with───编译

compile gcc───编写gcc

compile less───编译更少

compile heart───编译心脏

compile definition───编译定义

compile kotlin───编译kotlin

error───n.误差;错误;过失

双语使用场景

With this implementation, you get neat compile time error messages.───如果使用此实现,您会得到相应的编译时错误消息。

Because you're configuring real-world objects, you get some compile time error checking.───因为您配置现实世界的对象时,会得到一些编译时错误检查。

This incompatibility between platforms is particularly dangerous as it might cause programs to return wrong results rather than causing a compile-time error.───不同平台之间的不兼容性尤其危险,因为它可能会导致程序返回错误结果,而不是编译时错误。

So if you misspelled "secret" in the above example, or tried to call a method on it that did not exist, you would get a compile-time error.───因此如果在上例中拼错了“secret”,或尝试调用根本不存在的方法,那么将出现编译时错误。

In fast mode, a compile-time error will be generated if you attempt to assign a value to a read-only identifier.───在快速模式中,如果试图为只读标识符赋值,将生成编译时错误。

It is a compile-time error to attempt to use a type member of a parameterized type as a raw type.───试图把一个参数化类型的类型成员作为一个原始类型,将会产生一个编译时错误。

In other words, normal Java conventions are followed: A method is invoked, and a compile-time error occurs if the arguments are incorrect.───换句话说,遵循了正常Java约定:调用了一个方法,如果参数不正确,则发生编译时错误。

Any attempt to store a value other than an Employee object will result in a compile-time error.───任何存储数值而不是Employee对象的尝试都将导致编译时错误。

The specified line must be in the same procedure as the On Error statement, or a compile-time error will occur.───指定的行必须和OnError语句处在同一个过程中,否则会产生编译时错误。

英语使用场景

The opposite of a runtime error is a compile time error.