书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 31015 个相关结果.
  • 对象信息-gstructs

    基本介绍 常用方法 Fields TagMapName 基本介绍 gstructs 组件用于方便获取结构体的相关信息。 这是一个偏底层组件,一般业务上很少会用到,在框架、基础库、中间件编写中用到。 使用方式: import "github.com/gogf/gf/v2/os/gstructs" 接口文档: https://p...
  • Policy Testing

    Getting Started Test Format Test Discovery Specifying Tests to Run Test Results Data Mocking Coverage OPA gives you a high-level declarative language (Rego ) to author fine...
  • Python SDK for Portable Plugin

    Python SDK for Portable Plugin Development Package Deployment requirements Python SDK for Portable Plugin By using Python SDK for portable plugins, user can develop portable ...
  • tiup update

    tiup update Syntax Options --all --force --nightly --self Outputs tiup update The tiup update command is used to update the installed components or TiUP itself. Syntax...
  • tiup update

    tiup update Syntax Options --all --force --nightly --self Outputs tiup update The tiup update command is used to update the installed components or TiUP itself. Syntax...
  • 命名规范

    三、命名规范 1、模块 2、类名 3、函数 4、变量名 5、常量 三、命名规范 1、模块 模块尽量使用小写命名,首字母保持小写,尽量不要用下划线(除非多个单词,且数量不多的情况) # 正确的模块名 import decoder import html_parser # 不推荐的模块名 import Dec...
  • 自测指南 - v2.3.3

    CIS Kubernetes Benchmark 1.4.1 - Rancher 2.3.3 - Kubernetes 1.16 概述 测试控制方法 已知的失败的计分测试 1 - Master Node Security Configuration 1.1 - API Server 1.1.1 - Ensure that the —anonymous...
  • Defining a metaclass

    Defining a metaclass Defining a metaclass class M ( type ): pass   class A ( metaclass = M ): pass In Python 2, the syntax for defining a metaclass is dif...
  • Planner编码规范

    Planner编码规范 前言 1.可读性优先 2.遵循范式 3.代码组织原则 规范 0.文档范式 1.使用规定的遍历算法 2.把完整判断放入Accept函数中 3.避免在Rule::Run函数中做二次遍历 4.在Rule中只访问周围节点 5.保持一个Rule内的逻辑尽量简单 6.只使用Tag保存状态和中间结果 7.不要使用公共类型作为T...