网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于网络的书籍信息咨询与借阅平台的设计
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于网络的书籍信息咨询与借阅平台的设计

本文ID:LW20285 字数:16885,页数:52 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于网络的书籍信息咨询与借阅平台的设计 (收费:5000 积分)  如何获取积分?
基于网络的书籍信息咨询与借阅平台的设计

^论文字数:16885,页数:52

摘要

随着Internet技术的迅猛发展,网络对人们的生活、工作、学习产生了巨大的革命性的影响,单机版的图书管理系统不能满足用户的需要。为了能更方便的查阅图书馆资料,希望能有一个基于Internet的图书管理系统,而该系统就是在这种要求下应运而生。本文介绍了一个图书管理和信息交流系统的基本设计方法,详细阐述了整个应用系统的设计思路及毕业设计的意义。给出了研究开发的过程,以及对设计思路和实现细节的考虑,并对各模块进行了详尽的分析和描述,最终达成一个完整的设计方案。本图书管理和信息交流系统实现了添加,删除,查询,等管理系统的基本功能。运行结果证明该系统是一个可以满足借阅者和图书馆工作人员需要的系统。本文结合图书馆的具体要求,完成对图书管理和信息交流系统的需求分析、功能模块划分、数据库模式分析,并由此设计数据库结构和应用程序即网页。本系统采用JSP页面技术和tomcate服务器本系统主要基于JSP技术,使用struts1.2的MVC框架,采用JDBC连接mysql数据库。

关键词:网络;图书管理;JSP;STRUTS;信息交流

ABSTRACT
With the rapid development of Internet technology, networking of people's lives, work, study and have had a revolutionary impact on a huge, stand-alone version of the library management system can not satisfy the demand of the users. For the sake of searching the library data more conveniently,users hope have a book management and information-sharing system that based on the Internet. This article introduced the basic design method of a book management and information-sharing system.Detailed expatiated a whole design way for applied system and the meaning of the graduation design.Give a process for studying the development,also showing the way of thinking the consideration about achieving details and detail of analysis also description each modulea.At last,a intact design project have been achieved. The books management have achieved append, delete, search etc. From running result wo can know that the system is a management system that satisfying user’s and manager’s needing. we need analyse the request of the system, function mold piece dividing, the database mode analyzing and designing the database construction and interface based on this. The system uses a JSP page tomcate server technology and the system is mainly based on JSP technology, the use of the MVC framework struts1.2 using JDBC Mysql database connection.

Keywords:Networks;library management;JSP;STRUTS;information exchange


目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 研究内容 2
 1.3 本章小结 2
第2章 使用的技术和开发工具介绍 3
 2.1 系统使用的主要技术简介 3
 2.1.1 JSP简介 3
 2.1.2 struts框架简介 4
 2.2 主要的开发工具 6
 2.3 本章小结 7
第3章 可行性分析 8
 3.1 系统开发的目标 8
 3.2 可行性分析 8
 3.2.1 技术上的可行性 8
 3.2.2 经济上的可行性 9
 3.2.3 实践上的可行性 9
 3.3 本章小结 9
第4章 数据库设计 10
 4.1 需求分析 10
 4.2 数据库概念结构设计 11
 4.3 逻辑结构设计 15
 4.4 数据库安全性和完整性 18
 4.5 本章小结 19
第5章 系统详细功能设计与实现 20
 5.1 系统整体功能模块概述 20
 5.1.1 登陆前模块 21
 5.1.2 读者登陆后模块 21
 5.1.3 管理员登陆后模块 22
 5.2 登陆前模块设计与技术实现 23
 5.2.1 图书查询模块 23
 5.2.2 系统登录模块 25
 5.2.3 书籍借阅排行 26
 5.2.4 留言模块 26
 5.3 读者登陆后模块设计与技术实现 26
 5.4 管理员登陆后模块设计与技术实现 26
 5.4.1 系统设置模块 26
 5.4.2 读者管理模块 26
 5.4.3 图书管理模块 26
 5.4.4 图示借还模块 26
 5.4.5 系统查询模块 26
 5.4.6 读者咨询维护模块 26
 5.5 本章小结 26
第6章系统测试和分析 26
 6.1 测试步骤 26
 6.1.1 发布项目和开启服务器 26
 6.1.2 测试图书录入模块 26
 6.1.3 测试读者录入模块 26
 6.1.4 测试图书借阅模块 26
 6.1.5 测试图书归还模块 26
 6.2 本章小结 26
第7章 结束语 26
 7.1 主要实现的功能 26
 7.2 设计和编程关键方法 26
 7.3 不足与对未来展望 26
致谢 26
参考文献 26

基于网络的书籍信息咨询与借阅平台的设计由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:单机版游戏的设计与实现 下一篇:振镜扫描路径最优化的实现
推荐论文 本专业最新论文
Tags:基于 网络 书籍 信息 咨询 借阅 平台 设计 2011-06-28 08:12:45【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有