Django回顾之_01_Django软件框架

Python65

1.软件框架

一个公司是由公司内的各个部门组成的,每个部门都有特定的职能,部门之间相互合作,使公司运转起来。

[En]

A company is composed of various departments in the company, each department has specific functions, and departments cooperate with each other to get the company running.

一个软件框架由各个软件模块组成,每个模块都有特定的功能,模块之间相互配合,共同完成软件的开发。

[En]

A software framework is composed of various software modules, each module has specific functions, modules and modules cooperate with each other to complete the development of the software.

软件框架是针对某一类软件设计问题而产生的。

2.MVC框架

2.1 MVC简介

MVC最初是由施乐公司旗下的帕罗奥多研究中心中的一位研究人员给 smalltalk语言发明的一中软件设计模式。

MVC的产生理念: 分工。让专门的人去做专门的事。
MVC的核心思想: 解耦。
MVC的思想被应用在的web开发的方面,产生了web MVC框架。

2.2 Web MVC框架模块功能

输入验证码查看隐藏内容

扫描二维码关注本站微信公众号 Johngo学长
或者在微信里搜索 Johngo学长
回复 svip 获取验证码
wechat Johngo学长