中南民族大学
毕业论文(设计)
学院: 计算机科学学院
专业: 计算机科学与技术 年级: 2009
题目: 图书销售系统的设计与实现
学生姓名: 张烨 学号: 09061170
指导教师姓名: 杨喜敏 职称: 讲师
2013年5月
中南民族大学本科毕业论文(设计)原创性声明
本人郑重声明:所呈交的论文是本人在导师的指导下独立进行研究所取得的研究成果。除了文中特别加以标注引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写的成果作品。本人完全意识到本声明的法律后果由本人承担。
作者签名:
年 月
日
目 录
摘要......................................................................... 5
Abstract ..................................................................... 5 1 绪论....................................................................... 6
1.1 项目背景 ............................................................. 6 1.2 现有图书销售系统的概述 ............................................... 6 1.3 图书销售系统的发展现状 ............................................... 6 2 开发平台介绍 ............................................................... 6
2.1 Java简介 ............................................................ 6
2.1.1 Java的概念 .................................................... 6 2.1.2 Java的特点 .................................................... 6 2.2 SQL Server2005技术简介 .............................................. 7
2.2.1 SQL Server2005的简介 .......................................... 4 2.2.2 SQL Server2005的特点 .......................................... 7 2.3 开发环境 ............................................................. 6 3 图书销售系统概要分析与设计 ................................................. 6
3.1 需求分析 ............................................................. 6 3.2 功能分析 ............................................................. 6
3.2.1 管理员登录系统 ................................................. 6 3.2.2 用户登录系统 ................................................... 6 3.3 数据库设计 ........................................................... 7
3.3.1 整体数据库设计 ................................................. 7 3.3.2 数据库结构设计表 ............................................... 8
4 系统设计 4.1 E-R图设计
4.2 系统总体结构设计
5 图书销售系统实现 ........................................................... 9
5.1 登录界面 ............................................................. 9 5.2 系统主界面 .......................................................... 10 5.3 图书管理界面 ........................................................ 12
5.3.1 添加图书 ...................................................... 12 5.3.2 删除图书 ...................................................... 13
5.3.3 更新图书 ...................................................... 15 5.3.4 删除用户 ...................................................... 20
6 结论...................................................................... 22 致 谢....................................................................... 22 参考文献 .................................................................... 23
5 图书管理系统的设计与实现
图书管理系统的设计与实现
摘要:传统的书店售书已经不能满足现在社会的人们需求,针对传统销售方式中管理不便和
效率低的缺点,利用计算机技术开发出管理便利、效率高的网上图书销售系统。本次课程设计利
[1][2]
用JAVA开发工具和SQL SERVER 2005数据库来开发这个图书管理系统。该系统要解决的图书管理所要解决的问题,可以满足图书管理基本要求,包括添加、管理等功能。该系统能根据用户的需求,快捷方便的为买家提供购买服务。
关键词:信息系统;图书管理系统;MyEclipse;JAVA
Books management system management system design and
implementation
Abstract:The traditional bookstore has been unable to meet the current social needs of
people.Specifically for tradition manages the inconvenient and inefficient shortcoming in selling way.Using the computer technology to develop online book sales system management convenience,high efficiency.This curriculum project 2000 databases develops this literature management system management system using the JAVA development kits and SQL the Server. This system must solve the literature administration center must solve the question, may satisfy the literature management essential requirements, including increase, inquiry, management and so on three aspect functions.The system can according to user requirements, fast and convenient service for buyers to purchase.
Key words:Information management;Literature management system;MyEclipse;JAVA
3 5