1 / 29
文档名称:

图书管理系统论文.doc

格式:doc   大小:2,799KB   页数:29页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

图书管理系统论文.doc

上传人:mh900965 2017/11/16 文件大小:2.73 MB

下载得到文件列表

图书管理系统论文.doc

文档介绍

文档介绍:学年论文
题目: 图书管理系统
学院: 数学与信息科学学院
专业: 计算机科学与技术
班级: 09计师一班
学生姓名: 孙佐杰
学号: 200971030130
指导教师: 杨勇

二零一二年六月6日
基于B/S模式的图书管理系统的开发与实现
摘要
图书管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立维护和前端应用程序的开发。文章分析了图书管理的基本要求,完成了需求分析、功能模块划分、数据库模式的设计,开发出了基于B/S模式的图书管理系统。系统建立在JSP技术上,以 SQL server2005作为数据库,实现了对图书和学生信息的添加、删除、修改等功能,同时结合图书与学生的实际联系,完成了学生与图书的信息有序化、准确化。
关键词: B/S模式;JSP; SQL server2005
The Programing and Realization of Library Management System Based on B/S Mode
ABSTRACT
Library management system is a typical management information system (MIS), including the development of the main background of the establishment and maintenance of database and application development front-end aspects. In this paper,it analysis the basic requirements of library management to plish the requirements analysis, dipartition of fuction module and design of database mode,and developed the library management system based on B/S system is based on the technique of JSP and uses MySQL as database to implement these features such as addition, deletion and modification information of books and students. Meanwhile bines with the entity relationship of books and students to plish ordering and correction of students and books’ information.
Key words: (B/S)pattern;JSP; SQL server2005
目录
第 1 章系统需求分析 1
1
1
1
1
社会可行性 1
2
2
2
、归还图书、续借图书 2
2
2
3
3
第2章开发环境 4
4
My SQL数据库简介 5
SQL 介绍 5
SQL基础 5
SQL语句 6
第3章总体设计 8
系统设计目标 8
8
9
数据库设计 10
10
10
11
11
第 4 章详细设计 14
14
14
14
() 14
15
16
16
() 16
学生管理界面设计 20
20
20
() 21
结论 22
致谢 23
参考文献...... ......................24
第 1 章系统需求分析