高职院校软件技术专业教学资源库的设计与实现_毕业论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
江苏海事职业技术学院信息工程系毕业论文
专科毕业设计(论文)
设计题目:高职院校软件技术专业教学资源库的设计与实现系部:信息工程系
专业:软件技术
班级:软件技术081301
姓名:陈洁学号:082118130125
指导教师:吕太之职称:讲师
20 11年6月南京
摘要
本教学资源管理系统是采用Java服务器语言开发的。Java语言的强大网络功能,安全性和跨平台性,B/S模式的瘦客户端性,极大的增强了本系统的适用性、灵活性和安全性。本系统采用Dreamwaver MX 2004作为系统的前台开发工具,Microsoft SQL Server作为后台数据库开发工具。在Windows XP 中使用JDBC 驱动程序实现数据库的连接。系统实现了普通用户快速搜索、浏览、下载学校最新公告以及其所需教程、相关课件等信息;普通用户在线书写备忘录、收发留言、浏览、提出、回答各种问题等互动操作;此外,管理员能添加、删除和修改公告、教程和课件;对用户提出以及解答的各种问题进行有效的组织和管理等。
关键词:教学资源管理系统;JSP;B/S模式;SQL Server
Abstract
The system for teaching resource is developed with Java Server Pages (JSP) and Browse/Server Model. With the help of JSP’s high security, strong network function, and cross-platform as well as B/S’s simple client, the system has great advantage in applicability, flexibility and security. The WEB-based teaching resource management system, taking Dreamweaver MX 2004 as foreground development tool, and Microsoft SQL Server as the backstage database development kit, and using the JDBC driver in Windows XP to achieve the connection between the database, can help the customer to make the fast searching, browsing, and downloading the school newest announcement as well as the need course and related courseware. It also help the customer to propose the interactive operations such as writing the memorandum, sending and receiving message, browsing, asking and answering the questions online. In addition, the system manager can add, delete and modify the notes, courses without any difficulties, and to achieve the effective organization and management with all kinds of the questions of the users.
Key words:teaching resource management systems; JSP; B/S mode; SQL Server
目录
1 绪论 (1)
1.1 教学资源管理系统的研究背景 (1)
1.2 教学资源管理系统的研究目的和意义 (1)
1.3 教学资源管理系统的功能和特点 (2)
2 需求说明 (3)
2.1 需求分析 (3)
2.2 可行性分析 (3)
2.2.1 技术可行性 (3)
2.2.2 经济可行性 (3)
2.3.3 操作可行性 (3)
3 系统构架及开发工具简介 (4)
3.1 应用系统架构方式 (4)
3.1.1 B/S架构概述 (4)
3.1.2 系统体系结构 (4)
3.2 开发工具简介 (4)
3.2.1 系统开发技术JSP (4)
3.2.2 SQL Server简介 (5)
4 概要设计 (6)
4.1 系统功能 (6)
4.1.1 系统的整体功能模块 (6)
4.1.2 管理员后台管理功能模块 (7)
4.2 数据库设计 (7)
4.2.1 逻辑设计 (7)
4.2.2 数据库表设计 (8)
5 后台管理功能模块在系统中的实现 (12)
5.1 用户权限管理模块的实现 (12)
5.2 教学资源信息管理模块的实现 (12)
5.2.1 添加、修改公告 (13)
5.2.2 删除公告 (16)
5.3 “知道吧”模块的实现 (18)
5.3.1 添加版块 (18)
5.3.2 删除版块 (18)
6 测试与编码 (20)
6.1 测试概要 (20)
6.2 模块测试计划 (20)
总结 (22)
致谢语 (23)
参考文献 (24)