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

    Revel Tool revel version revel new [import_path] [skeleton] revel run [import_path] [run_mode] [port] revel build [import_path] [target_path] [run_mode] revel package [import_p...
  • Getting started

    Install Go Set up your GOPATH Install git and hg Get the Revel framework Get and Build the Revel command line tool Install Go Before you can use Revel, first you need to in...
  • 入门

    1260 2019-05-02 《Go Revel 中文教程》
    入门 安装 Go 设置你的 GOPATH 安装 git 和 hg 安装 Revel 框架 安装 Revel 命令行工具 入门 本文将指导完成安装过程。 安装 Go 使用 Revel, 先要 安装 Go . 设置你的 GOPATH GOPATH 是一个存放 Go 代码的目录,如果你还没有创建 GOPATH, 现在就创建一个: ...
  • Creating an app

    Use the revel command line tool to create a new application in your GOPATH and run it: $ export GOPATH = "/home/me/gostuff" $ cd $GOPATH $ revel new myapp ~ ~ revel ! ...
  • 命令行工具

    命令行工具 Build and Run 命令行工具 Build and Run 为了使用Revel,必须构建Revel命令行工具: $ go get github . com / revel / revel / revel 现在运行它: $ bin / revel ~ ~ revel ! http : //reve...
  • Request flow

    Routes Controller Methods Templates Hot-reload In the previous page we created a new Revel applicationcalled myapp . On this page we look at how Revel handles the HTTP reques...
  • Database

    Config Example Db Setup GoDoc Reference GitHub Labels Revel does not come configured with a database or ORM interface. There are modules likeGORM that can be used to provide ...
  • 创建一个应用

    创建一个新的 Revel 应用程序 创建一个新的 Revel 应用程序 在 GOPATH 中使用 Revel 命令行工具创建一个空的项目并运行: $ cd $GOPATH $ revel new myapp ~ ~ revel ! http : //revel.github.io ~ Your applicatio...
  • FAQ

    How do I integrate existing http.Handlers with Revel ? What is the relationship between interceptors, filters, and modules ? Hot Reload is really slow with sqlite3 ? Is there an...
  • 介绍

    介绍 介绍 Revel 框架手册介绍。 Revel 新手? 先了解 Revel 的有关概念 . 遇到问题? 去Revel邮件列表 revel-framework@googlegroups.com 搜索一下 需要帮助? 给我们发邮件revel-framework@googlegroups.com 发现bug? 去github报告问题