书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 9139 个相关结果.
  • Do's and Don'ts

    General Types Number, String, Boolean, Symbol and Object Generics Callback Types Return Types of Callbacks Optional Parameters in Callbacks Overloads and Callbacks Function ...
  • globals.d.ts

    globals.d.ts globals.d.ts We discussed global vs. file modules when covering projects and recommended using file based modules and not polluting the global namespace. Neverth...
  • .d.ts Templates

    Modules .d.ts Module: Plugin Module: Class Module: Function Global .d.ts Global: Modifying Module
  • Modules .d.ts

    Comparing JavaScript to an example DTS Common CommonJS Patterns Default Exports Handling Many Consuming Import Types in Modules Namespaces in Module Code Optional Global Usage...
  • PG_TS_CONFIG

    PG_TS_CONFIG PG_TS_CONFIG PG_TS_CONFIG系统表包含表示文本搜索配置的记录。一个配置指定一个特定的文本搜索解析器和一个为了每个解析器的输出类型使用的字典的列表。 解析器在PG_TS_CONFIG记录中显示,但是字典映射的标记是由PG_TS_CONFIG_MAP 里面的辅助记录定义的。 表 1 PG_TS_CON...
  • PG_TS_TEMPLATE

    PG_TS_TEMPLATE PG_TS_TEMPLATE PG_TS_TEMPLATE系统表包含定义文本搜索模板的记录。模板是文本搜索字典的类的实现框架。因为模板必须通过C语言级别的函数实现,索引新模板的创建必须由数据库系统管理员创建。 表 1 PG_TS_TEMPLATE字段 名称 类型 引用 描述 oid ...
  • Do’s and Don’ts

    788 2021-02-12 《Modern CMake》
    Do’s and Don’ts CMake Antipatterns CMake Patterns Do’s and Don’ts CMake Antipatterns The next two lists are heavily based on the excellent gist Effective Modern CMake . Tha...
  • .d.ts Templates

    Modules .d.ts Module: Plugin Module: Class Module: Function Global .d.ts Global: Modifying Module
  • PG_TS_PARSER

    PG_TS_PARSER PG_TS_PARSER PG_TS_PARSER系统表包含定义文本解析器的记录。解析器负责分裂输入文本为词位,并且为每个词位分配标记类型。新解析器必须由数据库系统管理员创建。 表 1 PG_TS_PARSER字段 名称 类型 引用 描述 oid oid - 行标识符(隐含属...
  • nuxt.config.ts

    Nuxt configuration file Nuxt configuration file Nuxt can be easily configured with a single nuxt.config file, which can have either a .js , .ts or .mjs extension. import {...