当前位置:网站首页>Movie recommendation system
Movie recommendation system
2022-07-24 07:41:00 【yn20000227】
The development framework is Django frame MTV Pattern +mySQL database +Navicat Management database
Building front-end pages is used HTML+css+js
Django Framework of the MTV Pattern :
M-model( Data processing layer ):model layer , Handle all data related businesses , Interact with the database , And provide data addition, deletion, modification and query
V-View( Business logic layer ): Deal with specific business logic , Realization Model Layer and the Template Layer connections
T-Template( Formwork layer ): Process the display of the page
Django Embedded in ORM Realize the modular operation of the database :
After clarifying the system architecture, let's take a look at the response process of the system ,MTV Mode refers to three levels Model、Template、Views. Take login as an example , As a user, I want to log in to the system , First, through the login page form Fill in the information in the form , After clicking login, the browser sends to the server request request , By the appointed url stay views The layer matches the corresponding view function , And then through model The layer interacts with the database , Return the extracted data to views Layer for data analysis , If the user name is correct , The password is also correct , stay views The layer returns the data to the specified template Layer template page , This template page is HTML file , Return to the browser and present to the user , This is it. MTV The whole response process of the pattern
边栏推荐
- Amber tutorial A17 learning - concept
- Generate API documents using swagger2markup
- Induction, generalization, deduction
- Jenkins detailed deployment
- Li Kou, niuke.com - > linked list related topics (Article 1) (C language)
- XSS漏洞学习
- System integration project management engineer (soft test intermediate) key knowledge, recitation version
- Vulnhub DC1
- Buffer overflow vulnerability of network security module B in national vocational college skills competition
- Write three piece chess in C language
猜你喜欢
随机推荐
Harbor2.2 quick check of user role permissions
[FreeRTOS] 11 software timer
归纳、概括、演绎
中国三氯氢硅市场预测及战略研究报告(2022版)
stdafx.h 简介及作用
About using the alignment function of VMD
Facing Tencent (actual combat) - Test Development - detailed explanation of interns (face experience)
24. Global event bus
HCIP第七天
Buddy: core function entry
[sklearn] RF cross validation out of bag data parameter learning curve grid search
全国职业院校技能大赛网络安全B模块 Windows操作系统渗透测试
Service Vulnerability & FTP & RDP & SSH & Rsync
JS的DOM操作——style的操作
2021-06-03 database query - sorting
[Huawei] Huawei machine test question-105
XSS vulnerability learning
Amber tutorial A17 learning - concept
C language advanced part VII. Program compilation and preprocessing
One click Copy and import of web interface data into postman








![[cloud native] MySQL index analysis and query optimization](/img/ca/79783721637641cb8225bc26a8c4a9.png)



