- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本科毕业论文
(科研训练、毕业设计)
题目:基于WEB的数据平台GF2000
系统核心库设计与实现
姓 名:
学 院:软件学院
系:
专 业:软件工程
年 级:
学 号:
指导教师(校内): 职称:
指导教师(校外): 职称:
年 月 日
基于WEB的数据平台GF2000
系统核心库设计与实现
[摘要] 厦门恒好进出口有限公司(Good Forever)是厦门一家对外贸易公司,GF2000项目为该贸易公司提供一个统一的数据平台,以加强数据共享,提高工作效率,为公司决策提高量化数据。以改变该公司现有的以文件级共享为基础、大量手工操作为方法的低效信息共享方式。
GF2000项目的关键之一是设计系统核心库。系统核心库是本套系统的通用方法集合,包含在Utils.asp中。系统核心库的开发对于代码复用以及系统良构方面都有重要意义。系统核心库的实现有效降低了具体页面的开发工作量与开发难度。
系统核心库的内部组织结构是基于MVC构架。MVC即Model(模型)、View(视图)、Controller(控制器),是一种目前广泛流行的软件设计模式。MVC把一个应用的输入、处理、输出按照Model、View、Controller的方式进行分离,形成三个层―模型层、视图层、控制层。
[关键词] MVC构架 WEB应用 函数库设计
[Abstract] The Good Forever Co. is a foreign trade company in Xiamen. The GF2000 system provide the Data Platform for the Good Forever Co. to improve the data-sharing and work-efficiency, and better the decision-making for the company. The GF2000 system reform the way to share the information.
One of the key process of this project is the design for the System-Core-Library。The System-Core-Library is the set of general method for this system. The file named “Utils.asp” include the System-Core-Library. significant sense not only to the reuseabilty of the code but also to the architecture of the system. The application of the System-Core-Library lower the workload and difficulty of the page coding.
The System-Core-Library is organized by MVC truss. MVC, which means Model, View and Controller, is a widely used design pattern. MVC separates the input, processing and output according to model, view and controller. It has three layers - model layer, view layer and control layer.
[Keyword] MVC WEB application function-library design.
目录
第1章 绪论 1
1.1 引言 1
1.2 主要工作 1
第2章 需求分析 2
2.1 开发软件环境 2
2.2 项目任务概述 2
2.3 功能需求概述 3
2.4 性能需求概述 3
第3章 系统核心库设计与实现 4
3.1 系统核心库简介 4
3.2 系统核心库设计 4
3.2.1 设计目标 4
3.2.2 设计思想 5
3.2.3 本系统界面功能说明 6
3.2.4 提取通用方法 12
3.2.5 MVC构架的组织 16
3.3 可扩展部分设计 20
第4章 系统核心库应用 22
4.1.1 核心库主要接口 22
4.1.2 核心库应用示例 23
第5章 总结 30
致谢 31
参考文献: 32
绪论
引言
厦门恒好进出口有限公司基于业务扩展的需要
文档评论(0)