摘 要
随着互联网的普及和迅速发展,人们对获取外界信息的实时性要求也有所提高。针对临沂大学书籍分享这一环节,传统的临沂大学书籍分享方式已经不能跟上生活节奏越来越快的步伐,开发高效实用的书籍分享平台是有必要的。
该设计采用javaweb的开发技术,基于Browser/Server结构,在Myeclipse开发工具下,把java作为开发语言,采用jdbc与后台数据库进行连接,完成数据的添加、修改、删除、查询等功能。本系统为用户提供强大的数据操纵功能,界面友好、使用简单方便。针对临沂大学书籍分享的实际需求进行书籍分享平台的研究、分析、设计,论文研究了书籍分享平台的功能特性,对系统进行了详细的业务功能需求分析与系统需求分析,包括系统的业务流程分析、系统功能结构和系统的功能描述。在此基础上,论文进行了系统的总体架构设计:系统的体系结构、网络结构和功能模块设计研究、各个子系统的详细设计,以及相关数据库的设计。论文分别从系统的设计原则、开发模式、模块设计、系统管理控制和数据处理几个方面来进行阐述。
关键词:书籍分享;Myeclipse;Browser/Server结构;数据库
Book sharing platform design and implementation
ABSTRACT
With the popularization and rapid development of the Internet, people’s demand for real-time access to external information has also been improved. As for the link of book sharing in linyi university, the traditional way of book sharing in linyi university has been unable to keep pace with the increasingly rapid pace of life, so it is necessary to develop an efficient and practical book sharing platform.
This design USES the Java web development technology, based on Browser/Server structure, under the Myeclipse development tool, takes the Java as the development language, USES the JDBC and the backstage database to carry on the connection, completes the data addition, the revision, the deletion, the inquiry and so on the function. The system provides users with powerful data manipulation functions, friendly interface, easy to use. On the actual demand of the linyi university books sharing books share platform research, analysis, design, the paper studies the features of books to share platform, the system has carried on the detailed business function requirement analysis and system requirements analysis, including the system of business process analysis, system function structure and the function of the system description. On this basis, the paper carries out the overall architecture design of the system: the system architecture, network structure and functional module design research, the detailed design of each subsystem, and the design of the relevant database. This paper expounds the design principle, development mode, module design, system management control and data processing of the system.
Key words: Book sharing; Myeclipse. Browser/Server structure; The database
目 录
摘 要
目 录
第1章 引言
1.1开发背景与意义
1.2国内外研究现状
1.3论文组成结构
第2章 开发工具及相关技术介绍
2.1开发工具介绍
2.1.1 Myeclipse介绍
2.1.2 SQL Server介绍
2.1.3 Tomcat介绍
2.2开发模式B/S介绍
2.3开发技术介绍
2.3.1 java介绍
2.3.2 jsp介绍
第3章 系统分析
3.1可行性分析
3.1.1技术可行性
3.1.2经济可行性
3.1.3操作可行性
3.1.4法律可行性
3.2需求分析
3.2.1系统用户需求分析
3.2.2系统功能需求分析
3.2.3系统业务流程分析
3.2.4系统数据流分析
第4章 系统设计
4.1系统设计的原理
4.2系统功能设计
4.2.1用户子系统模块
4.2.2管理员子系统模块
4.3数据库设计
4.3.1概念模型设计
4.3.2逻辑结构设计
4.3.3数据库连接设计
第5章 系统实现
5.1登录模块的实现
5.2用户子系统模块的实现
5.2.1用户首页模块
5.2.2用户注册模块
5.2.3留言模块
5.2.4评论模块
5.2.5书籍交换模块
5.3管理员子系统模块的实现
5.3.1管理员主页模块
5.3.2系统用户管理模块
5.3.3书籍管理模块
5.3.4读书会管理模块
第6章 系统测试
6.1测试目的
6.2测试用例
6.2.1登录测试
6.2.2注册测试
6.2.3留言测试
6.2.5书籍管理测试
6.3测试结果
第7章 结论
参考文献
致 谢