书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 1200 个相关结果.
  • create collection

    create collection 语法 参数 返回值 示例 create collection 用于创建集合,必须指定集合所在的集合空间。 语法 create collection <cs_name>.<cl_name> [ partition by (<field1>,…) ] 参数 参数名 参数类型 描述 是否必填 cs_...
  • 用例步骤说明

    用例步骤说明 1 单接口用例步骤 1.1 前置脚本 1.1.1 API测试 1.1.2 自定义变量 1.1.3 项目环境 1.1.4 自定义代码片段 1.1.5 终止测试 1.2 后置脚本 1.3 前置 SQL 1.4 后置SQL 1.5 断言规则 1.5.1 文本断言 1.5.2 正则断言 1.5.3 JSONPath 断言 1.5...
  • Hack 21. Change the Case Using tr Command

    Hack 21. Change the Case Using tr Command Hack 21. Change the Case Using tr Command by Ramesh Convert a file to all upper-case using tr command as shown below. $ cat emplo...
  • How-To: Query state

    How-To: Query state alpha Querying the state filter sort page Example data and query Example 1 Example 2 Example 3 Limitations Related links How-To: Query state Us...
  • How-To: Query state

    How-To: Query state alpha Querying the state filter sort page Example data and query Example 1 Example 2 Example 3 Limitations Related links How-To: Query state Us...
  • hint()

    hint() 语法 类别 描述 参数 返回值 错误 示例 hint() 语法 query.hint( <hint> ) 类别 SdbQuery 描述 按指定的索引遍历结果集。 参数 参数名 参数类型 默认值 描述 是否必填 hint JSON —- 指定访问计划,加快查询速度 是 Note: 1. hint...
  • $ne

    $ne 语法 描述 示例 $ne 语法 { <字段名>: { $ne : <值> } } 描述 $ne 选择满足“<字段名>”的值不等于(!=)指定“<值>”的记录。 Note: $ne 不能匹配给定字段名不存在的记录,如果需要匹配字段名不存在的记录,请使用 $exists 。 示例 查询...
  • 大对象工具

    大对象工具 参数说明 示例 大对象工具 sdblobtool 是 SequoiaDB 巨杉数据库的大对象 管理工具,可以导出、导入和迁移大对象数据,应用于大对象在集合之间的迁移,运行日志保存在当前执行路径下的 sdblobtool.log 文件中。 参数说明 参数名 缩写 描述 —help -h 显示帮助信息 —version -v 显示...
  • Query operators

    Query operators Attention Peewee needs your help! Do you have suggestions on how the documentation could be improved? If so, please leave a comment on this GitHub issue: https:...
  • 用户角色与权限

    用户角色与权限 编辑内建用户角色的权限 关于邀请访客功能 自定义用户角色 用户角色与权限 6.0 版本开始,管理员可以在用户管理界面为一个用户赋予一个角色,不同角色可以配置不同权限,目前支持 10 种权限。 6.1 版本开始,我们添加了一个新的权限 relo_quota (角色配额),该权限用来给某个用户的角色设置空间配额。例如,我们可以通过...