Files
build-web-application-with-…/14.7.md
2013-01-14 16:51:05 +08:00

6 lines
861 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 14.7 小结
这一章主要阐述了如何基于beego框架进行扩展这包括静态文件的支持静态文件主要讲述了如何利用beego进行快速的网站开发利用bootstrap搭建漂亮的站点第二小结讲解了如何在beego中集成sessionManager方便用户在利用beego的时候快速的使用session第三小结介绍了表单和验证基于Go语言的struct的定义使得我们在开发Web的过程中从重复的工作中解放出来而且加入了验证之后可以尽量做到数据安全第四小结介绍了用户认证用户认证主要有三方面的需求http basic和http digest认证第三方认证自定义认证第三章通过代码演示了如何利用现有的第三方包实现这写认证。
## links
* [目录](<preface.md>)
* 上一节: [pprof支持](<14.6.md>)