青年中文青年中文

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.