Merging other languages

This commit is contained in:
James Miranda
2016-09-23 18:01:10 -03:00
parent 380a8ee74c
commit de3c5bdaa4
490 changed files with 24539 additions and 24588 deletions

View File

@@ -1,6 +1,10 @@
# 14.7 小结
这一章主要阐述了如何基于beego框架进行扩展这包括静态文件的支持静态文件主要讲述了如何利用beego进行快速的网站开发利用bootstrap搭建漂亮的站点第二小结讲解了如何在beego中集成sessionManager方便用户在利用beego的时候快速的使用session第三小结介绍了表单和验证基于Go语言的struct的定义使得我们在开发Web的过程中从重复的工作中解放出来而且加入了验证之后可以尽量做到数据安全第四小结介绍了用户认证用户认证主要有三方面的需求http basic和http digest认证第三方认证自定义认证通过代码演示了如何利用现有的第三方包集成到beego应用中来实现这些认证第五小节介绍了多语言的支持beego中集成了go-i18n这个多语言包用户可以很方便的利用该库开发多语言的Web应用第六小节介绍了如何集成Go的pprof包pprof包是用于性能调试的工具通过对beego的改造之后集成了pprof包使得用户可以利用pprof测试基于beego开发的应用通过这六个小节的介绍我们扩展出来了一个比较强壮的beego框架这个框架足以应付目前大多数的Web应用用户可以继续发挥自己的想象力去扩展我这里只是简单的介绍了我能想的到的几个比较重要的扩展。
## links
* [目录](<preface.md>)
* 上一节: [pprof支持](<14.6.md>)
# 14.7 Summary
This chapter explains how to extend the framework based on beego, which includes support for static files, static files, mainly about how to use beego for rapid web development using bootstrap to build a beautiful site; second summary explaining how beego in integrated sessionManager, user-friendly in use beego quickly when using session; Third Summary describes the forms and validation, based on the Go language allows us to define a struct in the process of developing Web from repetitive work of liberation, and joined the after verification of data security can be as far as possible, the fourth summary describes the user authentication, user authentication, there are three main requirements, http basic and http digest certification, third party certification, custom certification through code demonstrates how to use the existing section tripartite package integrated into beego applications to achieve these certifications; fifth section describes multi-language support, beego integrated go-i18n this multi-language pack, users can easily use the library develop multi-language Web applications; section six subsections describe how to integrate Go's pprof packages, pprof package is used for performance debugging tools, after the transformation by beego integrated pprof package, enabling users to take advantage of pprof test beego based applications developed by these six subsections introduces us to expand out a relatively strong beego framework that is sufficient to meet most of the current Web applications, users can continue to play to their imagination to expand, I am here only a brief introduction I can think of to compare several important extensions.
## Links
- [Directory](preface.md)
- Previous section: [pprof](14.6.md)
- Next chapter: [Appendix A References](ref.md)