书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 99055 个相关结果.
  • Retaining or automatically dropping data

    Retaining or automatically dropping data Load rules Forever Load Rule Interval Load Rule Period Load Rule Drop Rules Forever Drop Rule Interval Drop Rule Period Drop Rule Pe...
  • 8.3 State vs. Props

    State vs. Props State vs. Props A components state and props do share some common ground: Both are plain JS objects Both can have default values Both should be accessed/rea...
  • Best Practices

    The Chart Best Practices Guide Table of Contents General Conventions Chart Names Version Numbers Formatting YAML Usage of the Words Helm, Tiller, and Chart Restricting Tiller...
  • Commenting

    Commenting File/class-level comments Function comments Block and inline comments Punctuation, spelling and grammar TODO comments Commented-out code Commenting Though a p...
  • Style guide

    287 2022-02-21 《Deno v1.18.1 Manual》
    Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
  • Style guide

    247 2021-11-07 《Deno v1.15.1 Manual》
    Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
  • Style guide

    269 2022-04-17 《Deno v1.20.6 Manual》
    Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
  • Style guide

    239 2022-04-17 《Deno v1.20.5 Manual》
    Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
  • Database Security

    Database Security Cheat Sheet Introduction Contents Connecting to the Database Transport Layer Protection Authentication Storing Database Credentials Permissions Database Co...
  • Types

    648 2020-01-09 《Scala Style Guide》
    Inference Function Values Annotations Ascription Functions Arity-1 Structural Types Inference Use type inference where possible, but put clarity first, and favourexplicit...