摘要: 用与django相似结构写一个web框架。 启动文件代码: urls.py文件代码: views.py文件代码: templates目录下的html文件: alex.html login.html 下面如图,是目录结构 访问ip+prot+路径 即为相应的html,功能简单,只是为了熟悉django 阅读全文
posted @ 2017-08-22 17:14 铠甲巨人 阅读(232) 评论(0) 推荐(0) 编辑
摘要: MVC模式和MTV模式 MVC model view controller MTV model templates view controller Django的MTV模式本质是各组件之间为了保持松耦合关系,Django的MTV分别代表: Model(模型):负责业务对象与数据库的对象(ORM) T 阅读全文
posted @ 2017-08-22 15:47 铠甲巨人 阅读(189) 评论(0) 推荐(0) 编辑