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

    功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 功能介绍 RegexTokenizer支持对文本的切分和匹配操作。 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 pattern 分隔符/正则匹配符 如果gaps为True,pattern用于切分文档;如果gaps为False,会提取出匹配p...
  • 项目配置文件

    项目配置文件 packOptions debugOptions watchOptions 项目配置文件 可以在项目根目录使用 project.config.json 文件对项目进行配置。 字段名 类型 说明 miniprogramRoot Path String 指定小程序源码的目录(需为相对路径) qcloudRoot Path Stri...
  • KEYS

    KEYS Syntax Return Examples KEYS Syntax KEYS pattern Time complexity: O(N) with N being the number of keys in the database, under the assumption that the key names in th...
  • SHOW TABLES

    SHOW TABLES Description Syntax Examples Constraints SHOW TABLES Description Shows the list of tables in the currently selected database. Syntax > SHOW TABLES [...
  • SHOW TABLES

    SHOW TABLES 语法说明 语法结构 示例 SHOW TABLES 语法说明 以列表的形式展现当前数据库创建的所有表。 语法结构 > SHOW TABLES [ LIKE 'pattern' | WHERE expr | FROM 'pattern' | IN 'pattern' ] ...
  • 分组路由

    分组路由 层级注册 分组路由 GF 框架支持分组路由的注册方式,可以给分组路由指定一个prefix 前缀(也可以直接给定/ 前缀,表示注册在根路由下),在该分组下的所有路由注册都将注册在该路由前缀下。分组路由注册方式也是推荐的路由注册方式。 接口文档 : https://godoc.org/github.com/gogf/gf/net/ghtt...
  • resScript (resRules)

    resScript (resRules) 静态规则列表 通过脚本动态设置规则 过滤规则 resScript (resRules) 给匹配的响应批量设置规则,或者通过脚本动态设置规则,配置方式: pattern resScript : //filepath resRules://filepath1 resRules://filepath2 re...
  • reqScript (reqRules)

    reqScript (reqRules) 静态规则列表 通过脚本动态设置规则 reqScript (reqRules) 给匹配的请求批量设置规则,或者通过脚本动态设置规则,配置方式: pattern reqScript : //filepath reqRules://filepath1 reqRules://filepath2 reqRules...
  • Class Phalcon\Mvc\Router\Annotations

    Class Phalcon\Mvc\Router\Annotations Constants Methods Class Phalcon\Mvc\Router\Annotations extends class Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterfac...
  • $regexMatch (aggregation)

    794 2019-12-01 《MongoDB v4.2 Manual》
    $regexMatch (aggregation) Definition Syntax Returns Behavior $regexMatch and Collation Examples $regexMatch and Its Options i Option m Option x Option s Option Use $regex...