论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于BS架构的图书捐赠系统设计与实现

 本文ID:LWGSW14551 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于BS架构的图书捐赠系统设计与实现 (收费:1000 积分)  

论文字数:11171,页数:31

摘    要
 随着Internet技术的兴起,将原本在单机或者本地局域网上运行的数据库系统移植到因特网中,即开发B/S模式的新一代MIS(Management Information System,)管理系统[1],正成为技术发展的趋势。为了保证系统性能的可扩展行,以及达到数据共享和网络化管理的目的,本系统采用B/S体系结构进行设计开发。利用网络和数据库技术,结合目前硬件价格普遍下跌与宽带网大力建设的有利优势,应用JSP(Java Server Pages)技术和采用SQL Server 2008数据库系统组件来构成的应用信息管理系统,本文开发了基于B/S模式多用户图书捐赠系统。它运用方便、操作简单,效率很高,并且具有跨平台性,主要提供了对图书捐赠的管理平台。
 本论文详细介绍了整个系统的已实现的功能。首先,实现用户管理功能,包括用户的添加、修改、删除用户基本信息。其次,该系统提供了用户受赠的功能。用户受赠功能,主要是收集所有用户的捐赠信息,可以根据所有用户提供的捐赠信息,可对相关书籍办理受赠业务。最后,提供书本管理功能和后台审核管理功能,主要是删除书本信息和修改书本基本信息;后台审核管理功能主要包含捐赠信息审核和受赠信息审核功能、更新捐赠、受赠信息功能、删除捐赠、受赠信息功能,这样做到系统实时更新,为用户查询提供更为准确的信息。
关键词:图书捐赠系统,MIS,SQL Server2008,JSP,信息管理系统

ABSTRACT
 With the rise of Internet technology, originally in the stand-alone or local network database system running on migration to the Internet, which developed B / S model of a new generation of MIS (Management Information System, Management System) system , is becoming the technology trends. To ensure system performance and scalable line, and to achieve data sharing and network management purposes, the system uses the B / S architecture design and development. Use of network and database technology, combined with the current hardware prices generally fall and the broadband network built in a favorable advantages, application JSP (Java Server Pages) technology and the use of SQL Server 2008 database system components to form the application of information management system developed based on this article B / S mode multi-user book donation system. It uses convenient, easy, efficient, and has cross-platform, primarily to provide a management platform for students association.
 This paper introduces the whole system functions have been implemented. First of all, the user management functions, including the user add, modify, delete users basic information. Secondly, the system provides users the functions of the recipient. Users recipient function, mainly to collect donations for all users of information, all users can contribute information provided, the recipient can handle business related books. Finally, the provision of books and back-office management audit management functions, the main changes is to remove the books and books of information and basic information; background consists mainly of contributions audit management information audit and audit functions recipient information, updates donation, recipient information function, delete the donation, recipient of information function, so do the system updated in real time, for the user query to provide more accurate information.
 Keywords: Book donation system, MIS, SQL Server 2008,JSP,Information Management System

 目录
摘    要 I
ABSTRACT II
第一章 引言 1
1.1 背景 1
1.2 研究的内容 2
第二章 开发的相关技术 3
2.1 B/S模式的优点 3
2.2 数据库选择SQL Server 2008 的优点 4
2.3 MyEclipse6.0 开发工具 4
2.4 MVC系统架构 4
2.5 SSH框架 5
第三章 图书捐赠系统技术分析 7
3.1 图书捐赠系统需求分析 7
3.2 业务流程分析 7
3.3 功能设计需求 8
3.4 用例分析 9
3.5 系统性能要求 10
第四章 图书捐赠系统的设计 11
4.1总体设计结构 11
4.2 数据库设计 11
4.2.1 数据库设计概述 11
4.2.2概念模型设计(E-R图设计) 11
4.2.3 E-R图向关系模式的转化 12
第五章 图书捐赠系统的实现 15
5.1 数据库连接 15
5.2 登陆界面与用户注册的实现 15
5.2.1 登陆界面的实现 15
5.2.2 用户注册的实现 16
5.3图书捐赠模块的实现 17
5.3.1 图书管理功能 17
5.3.2 图书捐赠功能 19
5.3.3 图书受赠功能 19
5.4 修改我的信息模块 21
5.5我的捐赠受赠信息 21
第六章 图书捐赠系统的功能测试 22
6.1测试的目的以及意义 22
6.2 测试的方法 22
6.3 测试的过程 23
6.3.1 登陆测试 23
6.3.2 添加测试 23
6.3.3 删除测试 24
6.3.4 审核及查询测试 24
第七章 结束语 25
致谢 26
参考文献 27


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于ASP的博客系统的设计与实现 下一篇:图书馆管理信息系统设计与实现
Tags:基于 架构 图书 捐赠 系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号