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

    对象关系映射ORM 模型类对应实体表 fields属性对应表字段 CURD 链式操作 一对一、一对多、多对多关联查询 对象关系映射ORM 模型类对应实体表 例如:user.js对应数据库中的thinkuser表(默认的表前缀为think,可通过配置文件修改) fields属性对应表字段 例如 user 中的fields属性为: ...
  • Excel Sheet Column Title

    Excel Sheet Column Title Excel Sheet Column Title Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A ...
  • 3.8. Fonts Dialog

    3.8. Fonts Dialog 3.8.1. Activating the Dialog 3.8.2. Using the Fonts dialog 3.8. Fonts Dialog 图 15.67. The Fonts dialog The “Fonts” dialog is used for selecting fonts for...
  • Swwager 注解使用说明

    Swwager 注解使用说明 1. swwager注解的作用域 2. @Api 2.1 注解的属性 2.2 属性value、tags二者的区别 2.3 使用方法 3. @ApiOperation 3.1 注解的属性 3.2 使用方法 4. @ApiImplicitParams 4.1 注解的属性 5. @ApiImplicitParams...
  • Destructuring

    Destructuring Object Property Assignment Pattern Not Just Declarations Repeated Assignments Destructuring Assignment Expressions Too Many, Too Few, Just Enough Default Value A...
  • Swwager 注解使用说明

    Swwager 注解使用说明 1. swwager注解的作用域 2. @Api 2.1 注解的属性 2.2 属性value、tags二者的区别 2.3 使用方法 3. @ApiOperation 3.1 注解的属性 3.2 使用方法 4. @ApiImplicitParams 4.1 注解的属性 5. @ApiImplicitParams...
  • 自增与自减

    解释 内建的前置运算符 内建的后置运算符 示例 注解 标准库 自增/自减运算符增加或减小对象的值。 运算符名 语法 可重载 原型示例(对于类 class T) 类内定义 类外定义 前自增 ++a 是 T& T::operator++(); T& operator++(T& a); 前自减 —a 是 T& T::...
  • 机器人拦截

    机器人拦截 功能说明 配置字段 配置示例 放行原本命中爬虫规则的请求 增加爬虫判断 机器人拦截 功能说明 bot-detect 插件可以用于识别并阻止互联网爬虫对站点资源的爬取。 配置字段 名称 数据类型 填写要求 默认值 描述 allow array of string 选填 - 配置匹配 User-Agent 请求头的正则表达式,...
  • pipe

    QueryList pipe(Closure $callback) 用法 QueryList pipe(Closure $callback) 数据流管道方法,可以在QueryList链式调用的任意一环节调用使用。 用法 $html = '...' ; $qlHtml = QueryList :: html ( $html )...
  • Robot Detect

    Robot Detect Description Configuration Fields Configuration Samples Release Requests that would otherwise Hit the Crawler Rules Add Crawler Judgement Only Enabled for Specific ...