unsafe code 中文意思是什麼

unsafe code 解釋
非安全代碼
  • unsafe : adj. 不安全的,不安穩的,危險的。
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. Operator can only be used in unsafe code blocks

    運算符只能在不安全代碼塊中使用。
  2. In the common language runtime, unsafe code is referred to as unverifiable code

    在公共語言運行庫( clr )中,不安全代碼是指無法驗證的代碼。
  3. Doing this requires a type - unsafe operation, particularly with structures, which could result in unverifiable code

    這樣做會導致非類型安全的操作(對于結構尤其如此) ,因而會產生無法驗證的代碼。
  4. If you use unsafe code, it is your responsibility to ensure that your code does not introduce security risks or pointer errors

    如果使用不安全代碼,由您負責確保您的代碼不會引起安全風險或指針錯誤。
  5. C even supports pointers and the concept of " unsafe " code for those cases in which direct memory access is absolutely critical

    在直接內存訪問必不可少的情況下, c #甚至支持指針和「不安全」代碼的概念。
  6. In an unsafe code block, it is now possible to declare fixed - size structures with embedded arrays

    在不安全的代碼塊中,現在可以聲明包含嵌入數組的固定大小結構。
  7. For more information about unsafe code, see

    有關不安全代碼的更多信息,請參見
  8. A custom task can run potentially unsafe code

    自定義任務可以運行可能不安全的代碼。
  9. To compile unsafe code, you must specify the

    若要編譯不安全代碼,必須指定
  10. As with all unsafe code, use caution

    與所有不安全代碼一樣,請謹慎使用。
  11. Never use unsafe code unless when using interop

    除非涉及到互操作,永遠不要用不的代碼。
  12. No unsafe code can be accessed within the

    中不能訪問任何不安全代碼。
  13. Unsafe code has the following properties

    不安全代碼具有下列屬性:
  14. Safe and unsafe code c vs java

    安全代碼與不安全的代碼( c #與java )
  15. Allow unsafe code blocks

    允許不安全代碼塊
  16. Unsafe code blocks

    不安全代碼塊
  17. Now let ' s put it all together into an easy - to - use 8bit image access class. remember to allow unsafe code blocks before compiling

    先讓我們把它們和在一起成為一個使用8位圖像的程序片段。記住在計算之前要解除不安全代碼鎖定。
  18. Allow unsafe code check box

    選中「允許不安全代碼」復選框。
  19. In some cases, unsafe code may increase an application s performance by removing array bounds checks

    在某些情況下,通過移除數組界限檢查,不安全代碼可提高應用程序的性能。
  20. Using unsafe code introduces security and stability risks

    使用不安全代碼將引起安全風險和穩定性風險。
分享友人