书栈网 · BookStack 本次搜索耗时 0.059 秒,为您找到 880 个相关结果.
  • 测试

    测试 简介 测试环境 定义并运行测试 测试应用程序 与你的应用程序进行交互 点击链接 使用表单 使用附件 测试 JSON APIs 验证完全匹配的 JSON Sessions 和认证 停用中间件 自定义 HTTP 请求 PHPUnit 断言 使用数据库 每次测试结束后重置数据库 使用迁移 使用事务 模型工厂 多个工厂类型 ...
  • 语法

    1225 2018-03-24 《Ruby 风格指南》
    语法 使用 :: 引用常量(包括类与模块)与构造器(比如 Array() 、Nokogiri::HTML() )。不要使用 :: 调用常规方法。[link ] # 差 SomeClass :: some_method some_object :: some_method # 好 SomeClass . some_method...
  • Introduction

    Introduction A Positive XSS Prevention Model Why Can’t I Just HTML Entity Encode Untrusted Data? You Need a Security Encoding Library XSS Prevention Rules RULE #0 - Never Inser...
  • 用户指南 (User Guide)

    用户指南 (User Guide) 程序启动 MQTT 发布订阅 认证/访问控制 认证(Authentication) 访问控制(ACL) 共享订阅 (Shared Subscription) 节点桥接 (Bridge) EMQ X 节点间桥接 EMQ X 节点 RPC 桥接配置 EMQ X 节点 MQTT 桥接配置 EMQ X 桥接缓存配...
  • Active Record

    Active Record 1. 建立数据库连接 2. 定义 AR 类 3. 创建记录 4. 读取记录 5. 更新记录 6. 删除记录 7. 数据验证 8. 对比记录 9. 自定义 10. 使用 AR 处理事务 11. 命名范围 参数化的命名范围 默认范围 Active Record 虽然 Yii DAO 可以处理几乎任何数...
  • Threads

    3264 2020-07-27 《Gitlab 中文文档》
    Threads Threads Resolvable comments and threads Commit threads in the context of a merge request Jumping between unresolved threads Marking a comment or thread as resolved Move...
  • 创建一个开源项目

    什么是开源,为什么要开源 “开源”意味着什么? 人们为什么要将他们的工作开源? 开源是否意味着免费? 我应该发起属于自己的开源项目吗? 设定你的目标 为其他的项目做贡 发起属于你的开源项目 选择协议 编写README 编写你的贡献指南 制定行为规则 命名和品牌化你的项目 选择正确的名字 避免命名冲突 你的写作(和代码)如何影响你的...
  • 6.1.0

    TiDB 6.1.0 Release Notes New Features SQL Observability Performance Stability Ease of use MySQL compatibility Data migration TiDB data share subscription Compatibility cha...
  • 目录

    文档中心 关于 TiDB TiDB 简介 TiDB 7.5 Release Notes 功能概览 与 MySQL 的兼容性 使用限制 荣誉列表 路线图 快速上手 快速上手 TiDB 快速上手 HTAP SQL 基本操作 深入探索 HTAP 应用开发 概览 快速开始 使用 TiDB Serverless 构建 TiD...
  • Blog Tutorial (short)

    Quickstart Prerequisites Creating the project Your First Route Loading Data A little refactoring Pulling from a data source Dynamic Route Params Nested Routing Index Routes ...