书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 170438 个相关结果.
  • Content-Type 解析

    Fastify Content-Type 解析 用法 Body Parser 自定义解析器的选项 捕获所有 Fastify Content-Type 解析 Fastify 原生只支持 'application/json' 和 'text/plain' content types。默认的字符集是 utf-8 。如果你需要支持其他的...
  • CREATE TYPE BODY 声明

    前提条件 语法 语义 示例 CREATE TYPE BODY 用于定义或实现由 CREATE TYPE 所创建的类型规范中的成员方法。 对于没有在 call_spec 的类型规范中指定的方法,必须在类型主体中指定相应的方法主体。 前提条件 在 ADT 的 CREATE TYPE 中,每个成员声明必须在 CREATE TYPE 或 CREA...
  • query_cache_type

    query_cache_type 用于查询缓存类型。 属性 描述 参数类型 varchar 默认值 OFF 取值范围 OFF:不缓存或检索结果。 ON:缓存除了 SELECT SQL_NO_CACHE … 查询的所有结果。 DEMAND:只缓存 SELECT SQL_CACHE … 查询的结果。 生效范围 GLOBAL S...
  • DBA_TYPE_METHODS

    功能 相关视图 字段说明 说明 OceanBase 数据库暂未支持该视图。 功能 查看数据库中对象类型的方法。 相关视图 ALL_TYPE_METHODS USER_TYPE_METHODS 字段说明 字段名称 类型 是否可以为 NULL 描述 OWNER VARCHAR2(30) NO 类型的拥...
  • DSL Static Type Checking

    DSL Static Type Checking Motivation Type system How does the type checking work? Type checking configuration Fine-grained configuration Missing types Next steps DSL Stat...
  • “grant_type”语法

    A.10. “grant_type”语法 A.10. “grant_type”语法 “grant_type”元素在4.1.3 、4.3.2 、4.4.2 、4.5 和6 中定义: grant - type = grant - name / URI - reference grant - name = 1 * name - ch...
  • type – Interface for types of variables

    356 2020-04-11 《Theano 1.0 Document》
    type – Interface for types of variables Reference type – Interface for types of variables Reference WRITEME Defines the Type class. class theano.gof.type. CDataType (ctyp...
  • Declaring a supertype as variable type

    Declaring a supertype as variable type Declaring a supertype as variable type Sometimes the inferred type is a subtype (subclass) of the desiredtype. The type inference uses th...
  • Specifying what to type check

    Specifying what to type check Specifying what to type check By default, you can specify what code you want mypy to type checkby passing in the paths to what you want to have ty...
  • Type variables with upper bounds

    Type variables with upper bounds Type variables with upper bounds A type variable can also be restricted to having values that aresubtypes of a specific type. This type is call...