书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 467 个相关结果.
  • 模板处理

    模板处理 模板目录 自动渲染 模板标签 模板数据 模板名称 Layout 设计 LayoutSection renderform 使用 模板处理 beego 的模板处理引擎采用的是 Go 内置的 html/template 包进行处理,而且 beego 的模板处理逻辑是采用了缓存编译方式,也就是所有的模板会在 beego 应用启动的...
  • 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...
  • 视频教程

    视频教程 视频教程 这是课程的详细规划: https://github.com/beego/tutorial/blob/master/README_zh.md beego 入门教程第一课之设计思路 slide地址: 设计思路 土豆: http://www.tudou.com/programs/view/EliSnrCpCi4/ ...
  • 过滤器

    1548 2020-06-11 《Go语言中文文档》
    1. 过滤器 1.1. 过滤器实现路由 1. 过滤器 beego 支持自定义过滤中间件,例如安全验证,强制跳转等。 过滤器函数如下所示: beego . InsertFilter ( pattern string , position int , filter FilterFunc , params ... bool ) ...
  • 测试用例

    1. 测试用例 MySQL Sqlite3 PostgreSQL 1. 测试用例 测试代码参见 表定义 models_test.go 测试用例 orm_test.go MySQL mysql - u root - e 'create database orm_test;' export ORM_DRIVER = ...
  • 测试用例

    ORM Test MySQL Sqlite3 PostgreSQL ORM Test 测试代码参见 表定义 models_test.go 测试用例 orm_test.go MySQL mysql - u root - e 'create database orm_test;' export ORM_DRIVER = my...
  • 参数配置

    参数配置 默认配置解析 不同级别的配置 多个配置文件 支持环境变量配置 系统默认参数 基础配置 App 配置 Web配置 监听配置 Session配置 Log配置 参数配置 beego 目前支持 INI、XML、JSON、YAML 格式的配置文件解析,但是默认采用了 INI 格式解析,用户可以通过简单的配置就可以获得很大的灵活性...
  • 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...
  • 单元测试

    单元测试 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...