资料详情

基于Python图书管理系统毕业论文+开题报告+设计源码

头像

Python

编号:1904

 

摘要.. 1

关键词 1

Abstract 1

Key words 1

1 绪论 1

1.1 研究背景 1

1.2 研究现状 1

1.3 研究意义 2

2 开发环境与相关技术简介 2

2.1 python概述 2

2.2 MYSQL概述 2

2.3 Apache服务器 2

2.4 WampSever集成开发环境 2

2.5 Eclipsepython studio概述 2

2.6 B/S模式 3

2.7 Jquery EasyUI概述 3

3 系统需求分析 3

4 总体功能设计 4

4.1系统流程图与功能结构图 4

4.2系统数据库设计 4

4.2.1数据库概念设计 4

4.2.2创建数据库及数据表 5

5 系统设计与实现 9

5.1系统首页设计 9

5.2系统管理员模块设计 9

5.3系统图书档案管理模块设计 13

5.4系统图书借还模块设计 13

6.系统安装文件的制作 18

7.系统测试 19

7.1系统测试目的 19

7.2系统测试方法 19

7.3.系统测试结论 19

参考文献 21

致谢 22

附录 23


基于python+MYSQL的图书馆管理系统

摘要:随着计算机的不断普及和发展,很多大型的学校图书馆虽然已经有一整套比较完善的图书馆管理系统,然而在一些中小型的学校图书馆中,绝大部分的工作仍需图书管理员由手工来完成,工作效率低下。本文设计的图书馆管理系统基于B/S架构,使用最流行的服务器端脚本语言python,并以与python良好匹配的MYSQL数据库为本系统的数据库,Apache作为本系统的服务器,实现了图书信息的添加、查询、删除和借阅归还等功能。系统使用Jquery EasyUI插件编写用户界面,实现了良好的用户体验。

关键词: 图书管理 python MySQL Apache 

Library management system based on python and MYSQL

AbstractWith the growing popularity of computers and development, although many large school library has a set of relatively complete library management system, but in some small and medium school library, most of the work still needs librarian done by hand, the working efficiency is low. This design of the library management system based on B / S structure, using the most popular server side scripting language python, and well-matched with the python MYSQL database-oriented systems Database, Apache server as the system to achieve a book information add, query, delete, and borrow restitution and other functions. System uses Jquery EasyUI user interface plug-ins written to achieve a good user experience.

Key words: library management ; python ; MySQL; Apache;