书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 2568 个相关结果.
  • Safety

    2218 2019-08-18 《PX4 用户手册》
    Safety Configuration (Failsafes) Failsafe Actions {#failsafe_actions} QGroundControl Safety Setup {#qgc_safety_setup} Low Battery Failsafe RC Loss Failsafe Data Link Loss Failsa...
  • Considering Safety

    Considering Safety Const as Much as Possible Carefully Consider Your Return Types Do not pass and return simple types by const ref Avoid Raw Memory Access Use std::array or st...
  • Memory Safety

    Memory Safety Understanding Conflicting Access to Memory Characteristics of Memory Access Conflicting Access to In-Out Parameters Conflicting Access to self in Methods Conflict...
  • Exception Safety

    575 2019-06-07 《The Rustonomicon》
    Exception Safety Vec::push_all BinaryHeap::sift_up Exception Safety Although programs should use unwinding sparingly, there’s a lot of code thatcan panic. If you unwrap a Non...
  • Memory Safety

    Memory Safety Understanding Conflicting Access to Memory Characteristics of Memory Access Conflicting Access to In-Out Parameters Conflicting Access to self in Methods Conflict...
  • GC safety

    455 2020-10-18 《Nim v1.4 Manual》
    GC safety GC safety We call a proc p GC safe when it doesn’t access any global variable that contains GC’ed memory (string, seq, ref or a closure) either directly or indirectl...
  • Memory Safety

    Memory Safety Understanding Conflicting Access to Memory Characteristics of Memory Access Conflicting Access to In-Out Parameters Conflicting Access to self in Methods Conflict...
  • Memory Safety

    Memory Safety Understanding Conflicting Access to Memory Characteristics of Memory Access Conflicting Access to In-Out Parameters Conflicting Access to self in Methods Conflict...
  • Null Safety

    Null Safety Nullable types and Non-Null Types Checking for null in conditions Safe Calls Elvis Operator The !! Operator Safe Casts Collections of Nullable Type Null Saf...