书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 564 个相关结果.
  • 上传文件

    上传文件 保存文件 上传规则 上传限制 上传文件 上传文件功能由 ginkgo\Upload 完成,内置的上传是指上传到本地服务器,上传到远程或者第三方平台请查看 杂项 -> FTP ,或另行扩展。 假设表单代码如下: <form action = "/index/index/upload" enctype = "multipar...
  • unit test

    Unit Test Unit Test Mocks Ginkgo Writing UT using GoMock Example : metamanager/dao/meta.go Unit Test The purpose of this document is to give introduction about unit tests a...
  • unit test

    Unit Test Unit Test Mocks Ginkgo Writing UT using GoMock Example : metamanager/dao/meta.go Unit Test The purpose of this document is to give introduction about unit tests a...
  • unit test

    Unit Test Unit Test Mocks Ginkgo Writing UT using GoMock Example : metamanager/dao/meta.go Unit Test The purpose of this document is to give introduction about unit tests a...
  • 开发规范

    开发规范 目录和文件 类、函数和属性命名 命名空间 实例命名 常量和配置 数据表和字段 开发规范 目录和文件 目录使用小写和下划线 类库以 .class.php 结尾 控制器以 .ctrl.php 结尾 模型以 .mdl.php 结尾 验证器以 .vld.php 结尾 函数以 .func.php 结尾 配置文件以 .in...
  • Unit Test Guide

    Unit Test Guide Unit Test Mocks Ginkgo Writing UT using GoMock Example : metamanager/dao/meta.go Unit Test Guide The purpose of this document is to give introduction about...
  • 单元测试

    单元测试 Unit Test Mocks Ginkgo Writing UT using GoMock Example : metamanager/dao/meta.go 单元测试 The purpose of this document is to give introduction about unit tests and to help...
  • v1.7.0 Release Notes

    v1.7.0 Release Notes 新功能 其他修复及交互优化 业务变更声明 v1.7.0 Release Notes 2023 年 9 月 12 日,ZadigX 正式发布 v1.7.0。 新功能 项目支持分组 支持发布计划 环境支持容器组 环境支持睡眠和唤醒能力 测试环境添加资源视图 工作流支持观测云监测任务 工作流任务级别支持配...
  • 路由绑定

    路由绑定 路由绑定 如果想限制某个入口文件只能访问特定模块,可以在入口文件添加 GK_BIND_MOD 常量,例如: // 绑定到index模块 define ( 'GK_BIND_MOD' , 'index' ); // 加载框架引导文件 require ( __DIR__ . '/../ginkgo/boot.php...
  • 生命周期

    生命周期 入口文件 引导文件 注册自动加载 注册错误和异常机制 应用初始化 URL 检测 分发请求 响应输出 应用结束 生命周期 本篇对 ginkgo 的应用请求的生命周期做大致的介绍,以便于开发者了解整个执行流程。 入口文件 用户发起的请求都会经过应用的入口文件,通常是 public/index.php 文件。当然,也可...