毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现

上传人:绿** 文档编号:46688036 上传时间:2018-06-27 格式:DOC 页数:65 大小:2.08MB
返回 下载 相关 举报
毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现_第1页
第1页 / 共65页
毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现_第2页
第2页 / 共65页
毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现_第3页
第3页 / 共65页
毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现_第4页
第4页 / 共65页
毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现_第5页
第5页 / 共65页
点击查看更多>>
资源描述

《毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现》由会员分享,可在线阅读,更多相关《毕业论文(设计):基于J2EE的旧教材交易系统的设计与实现(65页珍藏版)》请在金锄头文库上搜索。

1、本本 科科 毕毕 业业 设设 计计 ( (论论 文文) )基于基于 J2EE 的旧教材交易系的旧教材交易系统统的的设计设计与与实现实现J2EE-based system of the old teaching material trading学 院 :计算机工程学院 专业班级 :计算机科学与技术 计算机 051 学生姓名 : 学 号: 110511104 指导教师 :(讲师) 2009 年 5 月毕业设计毕业设计( (论论文)中文摘要文)中文摘要基于 J2EE 的旧教材交易系统的设计与实现摘 要:构建节约型社会已成为当今中国时代的主题,建设节约型校园是响应构建节约型社会的重要组成部分。在高校可

2、以节约的资源中,学生使用的教材书籍是与学生关系最为密切的可节约资源之一。学生中的旧教材书籍有极高的循环使用的价值,对旧教材书籍的使用既可以充分发挥旧教材的使用价值,又能减轻学生经济负担,培养学生节约的良好习惯。旧教材交易系统为高校师生提供了一个进行旧教材交易的平台,使用旧教材交易系统不用出门就能方便进行旧教材的求购和出售,通过旧教材的交易完成旧教材在师生中的循环利用。用户通过本系统可以方便发布旧教材求购和出售信息,并搜索相应的交易信息,使旧教材交易成为可能。本系统采用 J2EE 平台,支持 Window、Linux 等操作系统。使用Struts2、Spring、Hiberate 来实现各模块功

3、能,代码实现始终采取面向接口的编程方式,方便日后升级维护。后台数据库采用 MySQL 5.0,省去了高额的收费数据库费用。系统中的报表导出格式为 Excel 报表,方便报表导出后编辑和查看。本文详细阐述了旧教材交易系统开发的目的、设计思想,主要完成了对旧教材交易系统的需求分析、系统分析与设计、数据库设计、各功能模块的实现。关键词:旧教材交易系统 MySQL Hibernate J2EE Excel 报表 面向接口编程毕业设计毕业设计( (论论文)外文摘要文)外文摘要J2EE-based system of the old teaching material tradingAbstract: T

4、he construction of a conservation-minded society in todays China has become the theme of the times, and build a conservation-minded campus is to build a conservation-minded society in response to an important part. In colleges and universities can save resources, teaching students to use books with

5、the students can be most closely related to one of saving resources. Teaching students in the old books have high value of the recycling of old teaching materials,the use of books can give full play to the value of old materials, but also reduce the financial burden on students to cultivate the good

6、 habit of saving students. The old trading system for colleges and universities teaching students to provide a trading platform for the old teaching materials, the use of old materials do not go trading system will be able to facilitate the carrying out of the old Buy and sell textbooks, teaching ma

7、terials, through the completion of the transaction the old materials in the old teachers and students of recycling. Users of the system can easily release the old material Buy and sell information, and search for the corresponding transaction information, so that the old materials transactions possi

8、ble. The system uses J2EE platform to support the Window, Linux and other operating systems. Use Struts2, Spring, Hiberate to achieve the module function, the code has always been taken for the realization of the programming interface means to facilitate future maintenance upgrades. Back-end databas

9、e using MySQL 5.0, omit the high cost of fees and charges database. System report export Excel format to facilitate the export statements after the edit and view. In this paper, the old teaching materials elaborated the purpose of trading system development, design thinking, the main materials to co

10、mplete the transaction on the old system needs analysis, system analysis and design, database design, the realization of the function modules. Key words: old materials trading system Hibernate J2EE Excel Report MySQL interface-oriented programming目 录1 绪论.1 1.1 高校旧教材交易系统概述 .1 1.1.1 系统开发意义.2 1.1.2 国内外

11、研究现状.2 1.2 高校旧教材交易系统简介 .3 1.3 课题调研与可行性分析 .4 1.3.1 课题调研.4 1.3.2 可行性分析.5 1.4 各章节内容简介 .7 2 系统需求分析.8 2.1 系统功能需求分析 .8 2.2 业务流程分析 .10 2.3 数据流分析 .10 2.4 数据字典(DD) .11 3 系统设计 .14 3.1 系统总体结构设计 .14 3.2 数据库设计 .14 3.2.1 旧教材交易系统 E-R 图.14 3.2.2 数据库主键策略.17 3.2.3 关系模式.18 3.2.4 数据表.19 3.3 系统开发工具和框架 .21 4 系统详细设计.23 4.1 首页信息显示模块详细设计 .23 4.2 用户中心模块详细设计 .23 4.3 管理员中心模块详细设计 .24 4.4 搜索显示各类信息模块详细设计 .26 5 系统实现.27 5.1 系统整体代码架构实现 .27 5.1.1 系统架构分层介绍.27 5.1.2 Hibernate、Spring、Struts 框架整合 .28 5.1.3 泛型 Dao 实现简介.30 5.2 首页信息显示模块实现 .

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号