分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.023
秒,为您找到
90
个相关结果.
搜书籍
搜文档
Events
405
2018-03-22
《Tango使用指南》
Events 事件 安装 使用 Events 事件 安装 go get github . com / tango - contrib / events 使用 Events 中间件让你可以在方法体执行前和执行后执行相关的代码,如: type EventAction struct { tango . Ctx ...
路由匹配
753
2018-03-22
《Tango使用指南》
路由匹配 Tango支持4种形式的路由匹配规则 路由定义 路由优先级 路由参数 GET参数获取实例 POST参数获取实例:JSON格式 获取路由传参示例 路由匹配 Tango支持4种形式的路由匹配规则 静态路由tg . Get ( "/" , new ( Action )) tg . Get ( "/static" , ...
Basic Auth
506
2018-03-22
《Tango使用指南》
Basic Auth 中间件 安装 示例 Basic Auth 中间件 Basicauth 中间件提供了Http Basic认证,是一个 Tango 的中间件。 安装 go get github . com / tango - contrib / basicauth 示例 type AuthAction struct ...
Xsrf
589
2018-03-22
《Tango使用指南》
XSRF 安装 示例 XSRF XSRF 是一个 Tango 的 XSRF 中间件. 可以起到防止跨站请求伪造和表单重复提交的作用。 安装 go get github . com / tango - contrib / xsrf 示例 type Action struct { render . Ren...
标准库模板
737
2018-03-22
《Tango使用指南》
模板渲染 安装 示例 模板渲染 Renders中间件是一个Go模板引擎的 Tango 中间件。 安装 go get github . com / tango - contrib / renders 示例 type RenderAction struct { renders . Renderer } ...
返回值
518
2018-03-22
《Tango使用指南》
返回值 返回值 根据函数或者结构体方法的返回值,returnHandle 插件将自动将内容写入到 ResponseWriter.目前支持的返回值及对应的行为如下: string 返回string,将会把string转为[]byte同时写入到ResponseWriter []byte 返回[]byte将会直接写入ResponseWriter ...
日志
495
2018-03-22
《Tango使用指南》
Logger Logger Logger 是一个接口,默认使用 https://github.com/lunny/log 作为Log。你也可以实现你自己的Logger。 type Logger interface { Debugf ( format string , v ... interface {}) ...
Memory Store
516
2018-03-22
《Tango使用指南》
Session Memory Store 自定义参数 Session Memory Store Memory Store 是一个 Tango 的 session 中间件的默认Store. 自定义参数 可以通过自定义来设置参数。
POD 格式
636
2020-04-02
《Perl 程序员应该知道的事》
POD 格式 内联文档及格式 使用 =head1 和 =head2 创建标题 创建无序列表 创建有序列表 使用内联标记样式 使用 L<> 超链接 段落模式 vs. 字面块 POD 不会使程序运行变慢 POD 格式 October 27, 2013 @ 08:48 PM 内联文档及格式 POD 允许你在 Perl 代码中使用标记来...
POD
573
2020-04-02
《Perl 101》
POD Inline documentation & formatting Create headings with =head1 and =head2 Create unordered lists Create ordered lists Use inline markup styles Link with L<> Paragraph mode...
1..
«
1
2
3
4
»
..9