runtime errors 中文意思是什麼

runtime errors 解釋
運行時錯誤
  1. Three kinds of errors can occur in a program : syntax errors, runtime errors, and semantic errors

    程序中會發生三種錯誤:語法錯誤、運行時錯誤和語義錯誤。
  2. These errors result from failed runtime check such as an array out - of - bound error, and can occur during the execution of any method

    。這些錯誤是由運行時檢查失敗引起的(如數組超出界限的錯誤) ,可以在任何方法的執行過程中發生。
  3. When errors occur. these errors result from failed runtime checks such as array out - of - bound errors, and can occur during the execution of any method

    這些錯誤是失敗的運行庫檢查(如數組超出界限錯誤)導致的,它們可在任何方法的執行過程中發生。
  4. Item 40 : use checked exceptions for recoverable conditions and runtime exceptions for programming errors

    第40條:為可恢復的條件使用檢查型異常,為編程錯誤使用運行時異常。
  5. This prevents static - type checking by the compiler and introduces new classes of runtime errors

    這避免了由編譯器進行靜態的檢查,並且引入了新的運行時錯誤類。
  6. The integrated debugger lets you find and fix runtime and logic errors, control program execution, and step through code to watch variables and modify data values

    閱讀編譯器信息,集成的調試器允許你找出並修復運行和邏輯錯誤,控製程序執行,並步進代碼以監視變量並修改數據值。
  7. Setting this option removes certain c runtime library support that may be required by your application, resulting in link - time errors if your application depends on this support

    設置此選項將移除應用程序可能需要的某種c運行時庫支持,如果應用程序依賴於此支持,則將導致鏈接時錯誤。
  8. The common language runtime greatly assists the design of fault - tolerant software by providing a model for notifying programs of errors in a uniform way

    公共語言運行庫提供了一個模型,以統一的方式通知程序發生的錯誤,從而為設計容錯軟體提供了極大的幫助。所有的
  9. Is thrown by the common language runtime when errors occur that are nonfatal and recoverable by user programs

    當發生非致命的、可由用戶程序恢復的錯誤時,公共語言運行時引發
  10. Here, bloch echoes the conventional sun wisdom - that runtime exceptions should be used only to indicate programming errors, such as precondition violations

    這里, bloch回應傳統的sun觀點運行時異常應該只是用於指示編程錯誤,例如違反前置條件。
  11. If an application cannot limit itself to the interfaces of the libraries listed above, then - to minimize runtime errors - the application must either bundle the non - specified library as part of the application, or it must statically link the library to the application

    如果應用程序不能把自己限於以上列出的庫的介面,那麼為了最大限度地減少運行時錯誤應用程序必須捆綁未被指定的庫以使它成為應用程序的一部分,或者應用程序必須使該庫靜態地與應用程序鏈接。
  12. May result in compiler, linker or runtime errors

    進行編譯可能導致編譯器錯誤、鏈接器錯誤或運行時錯誤。
  13. To ensure no runtime errors, you should enable the c4412 warnnig

    若要確保不會出現運行時錯誤,應啟用c4412警告。
  14. After the application is successfully built, test it for runtime errors

    在應用程序成功編譯之後,要對其進行測試,看看是否存在運行時錯誤。
  15. Displaying the syntax and runtime errors on the browser screen can be a big help when you re debugging code

    調試代碼時,在瀏覽器窗口顯示語法和運行時錯誤會很有用。
  16. Base class for all runtime - generated errors

    所有運行時生成的錯誤的基類。
  17. If you make typographical errors or use incorrect attributes in the xml, your mistake won t show up until a runtime exception is thrown when the look and feel is loaded

    如果有輸入錯誤,或者在xml中使用了不正確的屬性,這些錯誤只有當外觀裝載期間拋出一個運行時異常時才能發現。
分享友人