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

    conf example A Fixed Path Trailing slashes/ URL :parameters Star *parameters Fixed Parameters Auto Routing Static Serving Modules 1) Importing routes as-is 2) Importing th...
  • 结果

    Results 设置状态码/内容类型 渲染 RenderJson / RenderXml 重定向 添加你自己的 Result 状态码 Results 控制器方法必须返回一个revel.Result , 用来处理响应结果,其接口定义如下: type Result interface { Apply ( req *...
  • 验证

    参数验证 内联错误消息 置顶的错误消息 参数验证 Revel 自带参数验证功能: 提供验证上下文,用来收集和管理验证错误(通过key 和 message)。 辅助函数用来检查数据,并把错误信息带到上下文中。 一个模板函数,从验证上下文通过key获取错误信息。示例应用程序 提供了一些深入理解参数验证的例子。 内联错误消息 下面演示使用内联...
  • Session / Flash

    Session / Flash Session Flash Session / Flash Revel 支持两种 基于 cookie 存储机制 // 一个签名 cookie (不超过4kb). // 限制: Keys may not have a colon in them. type Session map [ string ] st...
  • Websockets

    Websockets Websockets Revel 提供Websockets 支持。 处理一个 Websocket 连接: 添加一个 WS 类型的路由。 添加一个接受 *websocket.Conn 参数的控制器方法.举个栗子, 在 routes 文件中添加路由: WS / app / feed Application . Fe...
  • 概要

    概要 概要 自定义Controller 是一个直接或间接嵌入了 *revel.Controller 的struct。 典型用法: type AppController struct { * revel . Controller } *revel.Controller 在你自定义的struct中必须是第一个嵌入的类...
  • Go Template Engine

    Go Template Engine Template Delimiters Including Other Templates Go Template Functions append checkbox date, datetime, timeago even field i18ntemplate msg nl2br option ...
  • Session & Flash

    Session Flash GoDoc Reference GitHub Labels Revel provides two cookie-based storage mechanisms for convenience, Session and Flash . // A signed cookie, and thus limited to 4...
  • 自定义Logger

    3099 2020-06-11 《Go语言中文文档》
    1. 自定义Logger 1.1. Logger 1.2. 自定义 Logger 1. 自定义Logger 1.1. Logger Gorm 建立了对 Logger 的支持,默认模式只会在错误发生的时候打印日志。 // 开启 Logger, 以展示详细的日志 db . LogMode ( true ) // 关闭 Logger...
  • Reference

    app.conf revel cmd FAQ