基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc

上传人:龙*** 文档编号:999164 上传时间:2018-11-12 格式:DOC 页数:78 大小:7.92MB
下载 相关 举报
基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc_第1页
第1页 / 共78页
基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc_第2页
第2页 / 共78页
基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc_第3页
第3页 / 共78页
基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc_第4页
第4页 / 共78页
基于-Struts2-的网上图书管理系统的设计与实现-本科毕业论文.doc_第5页
第5页 / 共78页
点击查看更多>>
资源描述

1、本科毕业(设计)论文题 目 基于 Struts2 的网上 图书管理系统的设计与实现 学 院 信息科学与工程学院 专 业 计算机科学与技术 学生姓名 王智华 学 号 201210411221 年级 2012-2 指导教师 赵卫东 职称 副教授 企业导师 职称 2016 年 5 月 8 日成都学院学士学位论文(设计)基于 Struts2 的网上图书管理系统的设计与实现专 业:计算机科学与技术 学 号:201210411221学 生:王智华 指导教师:赵卫东(校内)(企业)摘 要 : 社 会 在 进 步 , 人 类 也 在 发 展 , 但 是 阅 读 却 是 人 类 获 取 信 息 的 重 要 来

2、源 。 纷 繁 复 杂 的 书 籍 ,让 人 们 眼 花 缭 乱 。 购 买 书 籍 也 是 一 笔 不 菲 的 开 支 。 而 为 了 获 取 更 多 的 知 识 , 图 书 馆 是 个 不 错 的选 择 , 它 拥 有 各 种 各 样 的 书 籍 , 但 是 这 么 多 的 书 籍 却 让 图 书 管 理 成 了 一 个 困 扰 的 问 题 。 这 么 多图 书 , 该 怎 么 快 速 记 录 其 存 放 位 置 , 怎 么 管 理 其 数 量 ? 读 者 怎 样 在 这 么 多 书 中 快 速 找 到 自 己 需要 的 内 容 相 关 的 书 籍 。 这 些 问 题 都 亟 待 解 决

3、。 而 随 着 科 技 的 发 展 , 拥 有 了 很 多 高 新 技 术 , 而 这些 技 术 便 可 以 轻 松 解 决 , 让 图 书 管 理 员 , 坐 着 就 可 以 愉 快 的 办 公 , 读 者 只 需 要 敲 敲 键 盘 便 可 以查 找 自 己 需 要 的 书 籍 信 息 。 所 以 人 们 开 发 了 基 于 Struts2 的 网 上 图 书 管 理 系 统 。 本 系 统 使 用HTML 开 发 用 户 界 面 , 采 用 ExtJS、 JQuery 来 布 局 和 特 效 , CSS 控 制 显 示 样 式 , 然 后 采 用ExtJS 自 带 的 AJAX 技 术

4、来 交 互 数 据 , 服 务 器 的 Struts2 接 收 到 数 据 以 后 , 然 后 通 过 Spring创 建 Service 对 象 , 并 依 赖 注 入 DAO 对 象 , 最 后 通 过 DAO( Hibernate) 来 对 数 据 库 数 据 进行 增 、 删 、 改 、 查 操 作 。 最 终 通 过 每 个 模 块 的 相 互 搭 配 组 成 了 本 系 统 。关 键 词 : ExtJS; Struts2; Spring; Hibernate 成都学院学士学位论文(设计)Design and Implementation Based on the Struts2 O

5、nline Books Management SystemSpecialty: Computer Science and Technology Student Number: 201210411221Student: Wang ZhiHua Supervisor: Zhao WeiDong(School)(Enterprise)Abstract: Social progress and human development, but reading is the important source of information for human. The complicated books, l

6、ets dazzling. Buy books is also a high cost. And in order to obtain more knowledge, the library is a good choice, it has all kinds of books, but so many books have been books management a problem. So many books, how to record their location quickly, how to manage their number? Readers how to quickly

7、 found in so many books related to the content of the books they need. All these problems to be solved. But with the development of science and technology, people have a lot of new and high technology, which can be easily solved, let the librarian, sitting can happy office, need only keyboard reader

8、s can find the books they need information. So people developed the Struts2 Online Books Management System. This system uses HTML user interface development, using the ExtJS, JQuery to layout and the special effects, the CSS to control the display style, and then uses the ExtJS own AJAX technology t

9、o interactive data, the server of the Struts2 after receiving the data, and then create a Service object through the Spring, and dependency injection DAO object, finally through the DAO (Hibernate) to add and delete database data operation. Finally through the mutual collocation of each module, the

10、system.Key Wrods: ExtJS; Struts2; Spring; Hibernate成都学院学士学位论文(设计)目 录绪 论 .11 相关技术介绍 .51.1 系统开发平台 .51.1.1 PowerDesigner 16.51.1.2 SQLyog.51.1.3 Myeclipse.51.1.4 Tomcat .61.2 编程语言 .61.2.1 Java .61.2.2 HTML .71.2.3 JavaScript.71.3 三层架构概述 .71.4 开源框架 .81.4.1 Struts2 .81.4.2 Spring.81.4.3 Hibernate.91.4.4

11、ExtJS .91.5 小结 .92 需求分析 .102.1 可行性分析 .102.1.1 技术可行性.102.1.2 经济可行性.102.2 系统需求概述 .102.2.1 系统目标.102.2.2 用户类和用户特性.112.3 需求模型 .12成都学院学士学位论文(设计)I2.3.1 功能描述.122.3.2 超级管理员功能.162.3.3 图书管理员功能.162.3.4 读者功能.162.3.4 主要用例的用例描述.162.4 小结 .203 数据库设计 .213.1 数据库设计概述 .213.2 数据库 E-R 模型设计 .213.2.1 人员权限模块 E-R 设计 .213.2.2

12、图书管理模块 E-R 设计 .223.2.3 图书借阅模块 E-R 设计 .233.2.5 消息通知模块 E-R 设计 .233.3 数据库关系图设计 .243.3.1 菜单表设计.243.3.2 菜单角色中间表.243.3.3 角色表.253.3.4 账号表.253.3.5 人员信息表.263.3.6 人员管理记录日志表.263.3.7 图书类别表.273.3.8 图书信息表.273.3.9 图书库存表.283.3.10 图书管理记录日志表.293.3.11 图书借还登记表.293.3.12 图书挂失表.303.3.13 罚金表.303.3.14 系统消息表.313.3.15 公告管理表.3

13、1成都学院学士学位论文(设计)II3.4 小结 .324 系统设计 .334.1 系统总体设计 .334.1.1 总题模块设计图.334.1.2 总体模块概述.334.2 系统各模块设计 .334.2.1 系统管理模块设计.334.2.2 人员管理模块设计.344.2.3 图书管理模块设计.344.2.4 借阅管理模块设计.354.2.5 图书借阅模块设计.364.2.6 通知消息模块设计.364.3 系统主要界面设计 .374.3.1 登录界面设计.374.3.2 系统管理界面设计.374.3.3 人员管理界面设计.384.3.4 图书管理界面设计.404.3.5 借阅管理界面设计.424.

14、3.6 图书借阅界面设计.444.3.7 通知信息界面设计.444.4 小结 .455 系统实现 .465.1 系统框架实现 .465.1.1 框架搭建.465.2 ExtJS 框架配置及实现 .465.2.1ExtJS 编码准备 .465.2.3ExtJS 的表单提交 .465.2.4ExtJS 的 AJAX 提交 .485.2.5ExtJS 菜单树异步请求 .50成都学院学士学位论文(设计)III5.3 Strut2 框架配置及实现 .535.3.1 Struts2 编码准备 .535.3.2 Struts2 拦截器配置 .535.3.3Struts2 配置文件 .545.3.4Action 类的实现 .555.4 Spring 框架配置及实现 .565.4.1Spring 编码准备 .565.4.2 配置 Spring 载入配置 .565.4.3 配置 Spring 整合配置 .565.4.4 配置 Spring 容器 bean 标签 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。