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,12 +1,11 @@
# 14 扩展Web框架
第十三章介绍了如何开发一个Web框架通过介绍MVC、路由、日志处理、配置处理完成了一个基本的框架系统但是一个好的框架需要一些方便的辅助工具来快速的开发Web那么我们这一章将就如何提供一些快速开发Web的工具进行介绍第一小节介绍如何处理静态文件如何利用现有的twitter开源的bootstrap进行快速的开发美观的站点第二小节介绍如何利用前面介绍的session来进行用户登录处理第三小节介绍如何方便的输出表单、这些表单如何进行数据验证如何快速的结合model进行数据的增删改操作第四小节介绍如何进行一些用户认证包括http basic认证、http digest认证第五小节介绍如何利用前面介绍的i18n支持多语言的应用开发。第六小节介绍了如何集成Go的pprof包用于性能调试。
通过本章的扩展beego框架将具有快速开发Web的特性最后我们将讲解如何利用这些扩展的特性扩展开发第十三章开发的博客系统通过开发一个完整、美观的博客系统让读者了解beego开发带给你的快速。
## 目录
![](images/navi14.png?raw=true)
## links
* [目录](<preface.md>)
* 上一章: [第十三章总结](<13.6.md>)
* 下一节: [静态文件支持](<14.1.md>)
# 14 Develop web framework
Chapter XIII describes how to develop a Web framework, by introducing the MVC, routing, log processing, the configuration process is completed a basic framework for the system, but a good framework requires some auxiliary tools to facilitate rapid development of Web, then we this chapter will provide some quick how to develop Web-based tools are introduced, the first section explains how to deal with static files, how to use existing open source twitter bootstrap for rapid development of beautiful sites, the second section describes how to use the previously described the session for user log in process, and the third section describes how convenient output forms that how data validation, how fast the data binding model for CRUD operations, the fourth section describes how to perform some user authentication, including http basic certification, http digest authentication, the fifth section describes how to use the previously described i18n support multi-language application development.
In this chapter expansion, beego framework will have rapid development of Web properties, and finally we will explain how to use the features of these extensions extension development blog system developed in Chapter XIII, through the development of a complete, beautiful blog system allows readers to understand beego development brings you fast.
## Links
- [Directory](preface.md)
- Previous chapter: [Chapter 13 summary](13.6.md)
- Next section: [Static files](14.1.md)