基于 B/S 结构的 Web 应用,因其具有易用性、通用性和良好的可扩展性等优点而迅速发展,B/S 架构再结合 ASP。NET MVC 开发模式,为开发应用程序提供了可测试性、灵活 性和可维护性。本项目就是旨在利用现有资源,掌握交易平台设计原理以及熟悉程序开发 的基本流程,从而掌握 MVC 框架的开发模式及其在 B/S 架构的 Web 系统中的应用。本项 目首先通过具体情况,将问题置于特定环境中分析项目需求,而后通过 MVC 框架将逻辑 分层,从而达到易于开发、修改、测试的效果。通过实践证明,基于 MVC 模式和 B/S 架构 开发出来的交易平台采用分层和模块化设计,使得开发流程更加简便,程序结构清晰,易 于拓展和维护。77209
毕业论文关键词: MVC 设计模式 B/S 架构 Web 应用 交易平台,
毕 业 设 计 说 明 书 外 文 摘 要
Title The implementation of Campus trading platform based on MVC pattern and B/S structure
Abstract
Web- application based on B/S architecture has been developed rapidly due to its ease of use, versatility and good scalability etc。 Combined with ASP。NET MVC design pattern, B/S structure provides the development of applications with testability, flexibility, and maintainability。 By utilizing existing resources, this project aims at understanding the designs principles of the trading platform and the fundamental flow of Web-application development, and further understanding the development pattern of MVC framework and its application in Web systems based on B/S architecture。 This project first takes into account the specific situations, and analyzes design requirements by putting the design problem in specific environment。 Then by employing MVC framework, this project separate transaction logics into different layers, for the purpose of convenient development, modification, and testing。 The results demonstrate that, based on the MVC pattern and B/S structure, the campus trading platform developed in this project takes advantage of multiple-layer and modular design, and therefore implements a more convenient development process, a more simple and clear program structure, and a more easy-to-extend and easy-to-maintain system。
Keywords: MVC Design Pattern B/S structure Web-application Trading platform
目录
1 引言 1
1。1 课题设计背景及目的 1
1。3 主要研究内容 2
1。4 论文的构成 2
2 技术综述 3
2。1 B/S 架构 3
2。2 MVC 框架 4
2。3 本章小结 6
3 系统总体介绍 7
3。1 设计目标和设计原理 7
3。2 系统总体需求分析 7
3。2。1 管理员模块 8