compile-time type 中文意思是什麼

compile-time type 解釋
編譯時類型
  • compile : vt. 匯集,編輯,編制;搜集(資料)。 compile a dictionary 編詞典。 compile a budget 編預算。
  • time : n 1 時,時間,時日,歲月。2 時候,時刻;期間;時節,季節;〈常pl 〉時期,年代,時代; 〈the time ...
  • type : n 1 型,類型,(工業產品的)品種;風格,型式。2 典型,榜樣,樣本,樣板,模範,範本;典型人物;具...
  1. At first neo wanted to write it in pure java jdbc but the tedious type declaration, edit compile test cycle would have taken quite a chunk of his precious development time

    開始, neo希望用純java jdbc編寫該模擬器,但是冗長的類型聲明、編輯/編譯/測試周期將佔用他大量寶貴的開發時間。
  2. Provides access to values as the correct type at compile time. with a strongly typed

    此外,強類型化的dataset還允許在編譯時以正確的類型訪問值。
  3. Generic types enforce compile - time type checking

    泛型類型強制實施編譯時類型檢查。
  4. The other limitation is lack of compile - time type checking ; since an

    另一個限制是缺少編譯時類型檢查;因為
  5. This allows for compile - time type checking as well as performance optimizations

    這樣就支持了編譯時類型檢測和性能優化。
  6. You can then treat each named value as an instance of that class, providing you with compile - time type safety that a named set of integers can t

    然後,可以將每個指定的值看作是那個類的一個實例,這為您提供了指定的整數集合所無法提供的編譯時類型安全。
  7. A variable is a storage location and has an a ociated type, sometimes called its compile - time type, that is either a primitive type ( 4. 2 ) or a reference type ( 4. 3 )

    變量是關聯于特定類型的存儲單元,所關聯的類型有時叫做變量的編譯時類型,即,既可以是簡單類型也可以是引用類型。
  8. A variable is a storage location and has an associated type, sometimes called its compile - time type, that is either a primitive type ( 4. 2 ) or a reference type ( 4. 3 )

    變量是關聯于特定類型的存儲單元,所關聯的類型有時叫做變量的編譯時類型,即,既可以是簡單類型也可以是引用類型。
  9. A variable is a storage location and has an associated type, sometimes called its compile - time type, that is either a primitive type ( @ sect ; 4. 2 ) or a reference type ( @ sect ; 4. 3 )

    變量是關聯于特定類型的存儲單元,所關聯的類型有時叫做變量的編譯時類型,即,既可以是簡單類型也可以是引用類型。
  10. The compile - time type of the initializer expression cannot be the null type

    在編譯時刻構造者表達式的類型不能為null類型。
  11. Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures

    類型推斷在編譯時、編譯器嘗試解析任何重載方法簽名之前進行。
  12. If the local variable declaration includes multiple declarators, the initializers must all have the same compile - time type

    如果局部變量聲明包含了多個聲明符,這些聲明符必須具備同樣的編譯期類型。
  13. Sqlj is a convention for embedding those sql statements in java, in a way that allows programming tools to perform translation - time compile - time analysis of sql in java, for syntax checking of sql statements, for type checking to determine that the data exchanged between java and sql have compatible types and proper type conversions, and for schema checking to assure that the sql constructs are well - formed and valid in the database schema where they will be executed

    Sqlj是在java中嵌入這些sql語句的一種約定,它是以某種允許編程工具對java中sql進行編譯時分析的方式實現嵌入的,在編譯時會對sql語句進行語法檢查以保證語法的正確性,進行類型檢查以確定java和sql之間交換的數據具有兼容的類型和適當的類型轉換,以及進行模式檢查以確保sql結構在它們執行時所在的數據庫模式中是格式良好的、合法的。
  14. To avoid ambiguities at compile time if type

    如果傳遞的類型是
  15. Java 5 added generics support to the language, giving developers a way to both check collection type - safety at compile time and hide the runtime casting involved with using a collection though at the cost of a sometimes very messy syntax for typing

    Java 5增加了對語言泛型的支持,使開發者既可以在編譯時檢查集合類型安全性,又可以隱藏使用集合所涉及的運行時重塑(盡管以一個輸入有時會非常雜亂的語法為代價) 。
  16. There is no need to write code to test for the correct data type, because it is enforced at compile time

    不需要編寫代碼來檢測數據類型是否正確,因為會在編譯時強制使用正確的數據類型。
  17. That is, a polymorphic type cannot have a compile - time memory commitment except in the trivial case in which derived instances do not impose additional memory requirements. this is true regardless of whether

    也就是說,多態類型不能有編譯時內存提交(例外情況是派生實例不強制附加的內存要求時,但並不常見) 。
  18. Dynamic methods are useful to compiler writers when the type of an object is not known at compile time

    當在編譯時一個對象的類型未知時,動態方法對編譯器編寫器十分有用。
分享友人