书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 467 个相关结果.
  • 快速入门

    快速入门 快速入门 beego 是一个能够进行快速开发应用的框架,快速入门将带领你快速的建立一个 beego 的项目,然后运行起来。接着修改代码,让我们了解整个 MVC 的运行机制。那么让我们开始创建项目吧! 更多例子请看beego example bee 工具新建项目 路由设置 controller 运行机制 model 逻辑...
  • Error Handling

    Error Handling Controller define Error Panic Handling Reference Error Handling When we do web development, we often need page jumping and error handling, and Beego has taken ...
  • Introduction to bee tool

    Introduction to bee tool Installing bee tool bee tool commands Command new Command api Command run Command pack Command bale Command version Command generate Command migrat...
  • 静态文件支持

    1707 2018-02-08 《Go Web 编程》
    14.1 静态文件支持 beego静态文件实现和设置 bootstrap集成 links 14.1 静态文件支持 我们在前面已经讲过如何处理静态文件,这小节我们详细的介绍如何在beego里面设置和使用静态文件。通过再介绍一个twitter开源的html、css框架bootstrap,无需大量的设计工作就能够让你快速地建立一个漂亮的站点。 ...
  • 集成第三方应用

    集成第三方应用 集成第三方应用 beego 支持第三方应用的集成,用户可以自定义 http.Handler ,用户可以通过如下方式进行注册路由: web . RouterHandler ( "/chat/:info(.*)" , sockjshandler ) sockjshandler 实现了接口 http.Handler 。 目前在 ...
  • 模板处理

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

    14.4 User validation HTTP basic and digest authentication OAuth and OAuth 2 authentication Custom authentication Links 14.4 User validation In the process of developing web...
  • Unit Test

    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

    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...