软件工程毕业设计_网络图书管理系统 下载本文

河北农业大学现代科技学院

本科毕业论文(设计)

题 目: 网络图书管理系统

目 录

摘 要 ........................................................ 2 ABSTRACT .................................................... 4

1 绪论

1.1 选题的背景和意义 1.2 研究现状

2系统开发环境 ................................................. 4 ............................................................. 5 1.1 开发工具 .................................................. 5

1.2.1PHP语言的发展 .................................................... 5 1.2.2 PHP语言的特色 ................................................... 6 1.2.3 MySql ............................................................ 6

1.2环境配置 .................................................. 7

1.3.1 硬件环境: ........................................................ 7 1.3.2 软件环境: ........................................................ 7

2系统分析与设计 ............................................... 8 2.1需求分析 .................................................. 8 2.2 系统目标 .................................................. 8

php图书馆管理系统

2.3 可行性分析 ................................................ 8 2.4 业务流程图 ................................................ 9 2.5 系统功能结构 ............................................. 10 2.6 文件夹结构组织 ........................................... 10 3数据库设计 .................................................. 12 4系统实现 .................................................... 15 4.1 网站首页设计 ............................................. 15 4.2 系统设置 ................................................. 15

4.2.1 图书馆信息 ...................................................... 15 4.2.2 管理员设置 ...................................................... 16 4.2.3 书架设置 ........................................................ 17

4.3 图书借还模块 ............................................. 18 4.4 更改口令模块 ............................................. 20 5系统功能测试 ................................................ 21 5.1 系统测试的意义 ........................................... 21 5.2 系统测试内容 ............................................. 21 结束语 ........................................................ 23 致 谢 ........................................................ 24 参考文献 ...................................................... 25 (附 录) .................................................... 26

数据库设计增加小标题 按照上述标题把内容组织一下

1

php图书馆管理系统

摘 要

本课题设计并实现了基于web的图书馆管理系统,该系统采用现今比较流行的开源PHP

语言,结合MySql数据库,实现了图书的借阅、查询、管理等基本功能。系统不仅维护方便,节省了图书馆的资源,方便图书馆进行图书管理,同时,用户也能够更容易更直观的查询书籍、管理藏书,使借书、还书、查书的过程大大简化,更加的方便和容易。

毕业设计做的系统就是对图书馆的书籍进行管理,主要工作是实现了图书信息功能,图书借还功能等。图书信息功能是实现了图书的数字管理,能方便管理员快速查看图书信息;借书功能,用户可以通过此功能选择是否借出检索的书籍;还书功能,读者可以查看自己所借书籍信息;管理员可以查看借书还书历史和违规书籍信息;查看书籍具体信息,管理员可以查看书籍的具体信息以及在图书馆的存储状态。

本论文内容主要是运用软件工程的知识,先进行系统需求分析,之后是系统概要设计,详细设计,并且详细介绍了PHP图书馆管理系统的操作代码和排序的代码编写和测试。

关键字 PHP语言/图书馆/MySql/Apache/HTML/div+css

2

php图书馆管理系统

ABSTRACT

This issue was designed and implemented web-based library management system, the system is now more popular PHP language, combined with MySql, realized the loan book information, inquiry, management and other basic functions. System is not only easy to maintain, saving the library's resources to facilitate the management of library books, the same time, users can more easily and more intuitive query books, management books, to borrow books, return books, check books greatly simplified the process and moreconvenient and easy.

The system is designed to do graduate library management, main function is to achieve the book information, book circulation functions. Book Information function is to achieve a digital library management, administrators can easily view book information quickly; charging function, users can search for this feature to choose whether to lend books; also written feature, readers can see their own borrowed books, view the information; administrator can view the history of borrowing and returning books and illegal books information; View books specific information, administrators can view detailed information and books in the library's storage status.

This thesis is mainly the use of software engineering knowledge, the first systematic needs analysis, followed by system design, and detailed design, and details of the PHP library management system operating code and sort code to write and test.

KEY WORDS PHP language,libraries,MySql,Apache,HTML,div+css

把翻译好好改改

3