Baidu Cloud | Django + micro-channel technology to create small programs applet Assistant

Download: Address

Chapter 1 Course Guidance
Guidance

Chapter 2 small development entry
from several aspects related to the development of small programs introduced content, including small developer account registration program, applet development process, the development of norms applet, applet common API, such as a network request, local caching API, and applet components, and so knowledge points.

Chapter 3, depth Django view layer
hierarchical introduce important points Django view layer, including HTTP requests and responses corresponding Object Request / Response objects in the Django framework; routing Django and RESTful API design; Django's file management; Class View view layer logic, and so simplify the important points; and finally about the actual content of the view layer.

Chapter 4 Django session management framework
This chapter focuses on the development of a stateful service points, first introduced what is the state of the service, and then introduces small program developed by the state have similarities and differences, then introduces how to use Django framework within the framework Session to implement session management back-end, after a full understanding of the development of the main points of state services, state practice to achieve a profile function. ...

Chapter 5 in-depth articles using Django model layer of
this section began in-depth study of Django ORM framework. This chapter learning Django ORM framework in the use of dimensions, including database migration, database CRUD and other key elements common operations, the use of database indexes, such as relational mapping layer model.

Chapter 6 further optimization articles Django model layer of
this section continue in-depth study Django's ORM framework. This chapter Django ORM framework in the optimization of learning dimension, the dimension will introduce an optimized data loading mechanism Django ORM, to understand Django lazy loading and preloaded data, data loading mechanism of Django's more well known; Django's database long connection optimization, detailed learning strategies Django ORM framework for connecting to the database; there are practices such as Django database optimization knowledge ...

Chapter 7 to enhance the operation and maintenance of Django thematic background papers
in this chapter will focus on the project after the completion of the basic functions, service deployment and knowledge about the Django framework related to operation and maintenance. Django will introduce log module, buffer module, admin module, middleware, regular service, e-mail module, integrated use of these modules to customize reports to monitor and better manage Django service that allows developers to service status fingertips. ...

Chapter 8 themes to enhance the operation and maintenance of the deployment of articles
of this chapter will focus on the deployment of service-related knowledge, including the deployment of high-performance services using Django uWSGI using Nginx reverse proxy services performed uWSGI deployment; there HTTPS protocol entire service deployment and high available relevant, let your service safe operation, without downtime impact; by studying this chapter, and will understand the main points of the operation and maintenance services, real in-depth experience of the whole process of development experience. ...

Chapter 9 project optimized
the whole project from the perspective of the local chapter to examine projects worth optimized code structure, including the front desk applets and Django's background, UI design foreground applet, applet loaded subcontracting related knowledge, asynchronous knowledge worker-related; and place backstage deployment parameters tuning in Nginx, uWSGI and so on all aspects of internal and Django backend worth to continue to explore and optimization. A project, from the development of good, good to run, there is still a long way to go, ...

Chapter 10 Lessons Learned
through this course, we touch up from the user's point of view from near to far away from zero to a small program to achieve a personal assistant of foreground and background, from various angles to learn the knowledge of them, I believe we had a productive session, this section will summarize the whole course, reviewing and sorting small program which involves knowledge and context Django and service deployment, and further consolidate the knowledge learned. ...

 

Guess you like

Origin www.cnblogs.com/qiutenglong/p/11285573.html