客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
JSP+SQL Server 教材管理系统
本系统开发工具:JSP+SQL Server
本设计包含内容:源代码 + 毕业论文 + 开题报告 + 答辩稿
论文大概:38页 1.7万
摘要
Java语言是目前Internet上大型的Web应用程序开发时使用得最热门的编程语言。大学信息化是当前大趋势,而一个学校最主要的核心就是其管理。教材管理又是其管理的主要组成部分,是一项涉及范围广而且内容复杂的工作。其管理水平的高低,直接关系和影响到学校教学质量,因此,采用计算机管理技术是符合现代化管理工作需要的。本毕业设计的教材管理系统就是在这种背景下产生的。
本系统主要是实现了大学教材的网上预订, 网上教材管理以及网上教材信息查询。系统将用户划分为四级用户,分别为超级管理员、管理员、教师、班长。各级用户只能使用自己权限指定的功能模块完成各项操作。在大学内的局域网或Internet网上,每个用户只用输入管理中心服务器的域名,使用用户名和密码就可以使用本系统实现网上的预订、查询、管理等功能。
论文第一章介绍了教材管理系统在国内外的发展现状以及设计本系统所需要的技术背景。第二章介绍了本系统所需的数据库的设计及实现过程。第三章详细讲述了系统各模块的设计思想及实现过程。第四章对系统各功能模块进行了一个比较全面的测试。
本系统采用的大部分技术是Java技术。表现层有JSP技术及HTML实现,业务层用Java Bean技术及数据库技术及SQL实现。
关键字 教材管理系统;数据库;B/S
Abstract
At present Java is the hottest programming language for big Web development. University information is a current and big trend, and the most important core of a university is its management. The management of teaching materials is a very important part of the composite of its management, and the field it relates to is wide, and it is a job with complex contents. The high of the management level directly relates to and influence the quality of the teaching. Hence, the adoption of the technology of computer management accords with the requirement of modern management work. This management system of graduate design of teaching materials comes into being under this kind of background.
This system has primarily implemented the university’s net booking of the teaching materials, net managing of teaching materials and net querying of teaching materials. The system has divided the users into four levels consisting of super administrator, teacher, monitor and administrator. Every level of users can only use the function modules specified by their own authority to complete every manipulation. In both of the local area network and the internet, each user only needs to input the domain of the server which is in the management center, and uses user name and password to implement the functions of booking, searching, managing... on the net.
The first chapter of the discourse has introduced the national and international development actuality of management system of teaching materials and the technology background the system needed. The second chapter has introduced the design and realization of the database the system needed. The third chapter has amply narrated the design idea and realization of every module of the system. The fourth chapter has amply tested every modules of the system.
The most technology adopted by the system is Java technology. The representation layer is implemented by JSP technology and HTML, and the business layer is implemented by Java Bean technology and the database technology and SQL.
Keywords Management system of teaching materials;Database;B/S
目录
1 绪论.……………………………………………..………...……..……….1
1.1 引言.………………………………………….……..……….…….1
1.2 国内外现状及技术路线…………………..….…………………..2
1.2.1 国内外现状………………….……………..….…….…….2
1.2.2 技术路线…………………………….….…..………….….3
1.3 开发技术背景…………………………….….….…………….….3
1.3.1 Java背景………………….………….....…..………….….3
1.3.2 Servlet技术背景………….…………….…..………….….4
1.3.3 Java Bean技术背景……………………..…...………...….5
1.3.4 JSP技术背景……………….………….....…..………..….5
1.3.5 B/S模型的优点………………………….…...………..….6
1.4 系统运行环境及配置………………...……………...………..….7
2 数据库设计…………………………..….…………………..………..….9
2.1 数据库设计概述………………...….………………..………..….9
2.2 需求分析…………….…..…….….………………..…...……..….9
2.3 概念结构设计…………..…….….………………...……...…….10
2.4 逻辑结构设计…………...……….….……………....……...…...12
2.5 物理结构设计…………..…………..…………..…...……….….13
2.6 数据库的实施………….….…….…….……………..………….17
2.7 数据库的维护………….…..…….…….……..……..……..…....18
3 系统设计实现…….…..…….………….……..……………………..….20
3.1 系统模块设计…….…..…….………....………………..…....….20
3.2 模块设计思想及流程设计……...…....……………...….…..….21
3.2.1 登录系统模块设计……………….…….….……..…..….21
3.2.2 教材预订模块设计……………….…….….……..…..….22
3.3 用户登录系统实现……...……………....………………..….….22
3.4 教材预订系统实现……...……………..……………..……...….23
3.5 教材入库系统实现………..…………..……………...…......….25
3.6 教材出库系统实现………..…..….………..……………......….26
3.7 各种信息查询及更新系统实现…….………..……....…......….27
4 系统测试….…………..………………………….…………….…....….29
4.1 用户登录系统测试……………...…..……….….……..…....….29
4.2 教材预订系统测试……….………...……….….…………....….29
4.3 教材入库系统测试………..………….....….….…………....….30
4.4 教材出库系统测试………..……………...….……………....….30
设计总结………..……………………………..……………….…....….31
致谢…………………….…..……………………………..….……..…....….32
参考文献……………….…..…………………………….….……..…....….33

