基于JSP的《安全防范技术》网络课程 - 图文 联系客服

发布时间 : 星期一 文章基于JSP的《安全防范技术》网络课程 - 图文更新完毕开始阅读8523681efad6195f312ba6d2

中国人民公安大学本科毕业论文(设计)

基于JSP的《安全防范技术》网络课程

系统综合管理

摘 要:随着网络技术及其应用的迅速发展,各种特定环境下的网络课程的开发使用已经成为一个重要发展趋势。各项精品课程的网络课程得到广泛的应用。本系统是在网络上架构一个动态的《安全防范技术》精品课程网站,它是在Windows XP下,以MySQL为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用JSP技术开发的网上课程系统。本网络课程系统是一个动态、交互式系统,具有师生答疑、在线互动、网上考试等功能的网络教学系统网站。网络课程系统综合管理是对网络课程系统的调试与改善。系统综合管理工作主要包含三个环节:第一个环节是对系统进行功能调试;第二个环节是在已实现的功能的基础上对系统进行改善性设计;第三个环节是综合考虑系统的安全需要对系统进行安全性设计。

关键词:JSP;网络课程系统;综合管理;功能调试;改善性设计;安全性设计

I

中国人民公安大学本科毕业论文(设计)

Comprehensive Management to The Network Curriculum System of Security Protection

Technology Based on JSP

Abstract: Along with the rapid development of the network technology and application, the exploitation of network curriculum in special environment has already been a important development.Especially,the network curriculum of model curricula get a abroad of use.The system is trying to make a dynamic security defense technology network of model curricula websites,which is in Windows XP,MySQL for database development in platform,Tomcat application server as a network information services,use JSP (Java Server Pages) technology development online teaching system.After the establishment of the website is a dynamic,interactive,with answer question by teacher,online exchange views,online exam,and other functions of the network teaching system. Network curriculum system comprehensive management is debug and improvement to the system. System comprehensive management work main include three links: the first link is functional debug to the system.; the second link is improvement design at the foundation of the function already realization; the third link is comprehensive consideration safety demand of the system and carry on a safety design to the system.

Key words: JSP; network curriculum system; comprehensive management; functional debug; improvement design; safety design.

II

中国人民公安大学本科毕业论文(设计)

目 录

1绪论 ...................................................... 1

1.1课题背景及研究意义 ................................................. 1 1.2 系统技术原理 ...................................................... 1 1.3 系统综合管理流程 .................................................. 3

2系统环境配置和系统功能需求分析............................... 5

2.1 系统环境配置 ...................................................... 5 2.2系统功能需求分析...................................................11

3 系统功能调试 ............................................. 15

3.1信息管理子系统功能调试 .............................................15 3.2 网上考试子系统功能调试 .............................................18 3.3 在线互动子系统功能调试 .............................................21 3.4 师生答疑子系统功能调试 .............................................22 3.5 系统调试方法与技巧总结 .............................................25

4 系统改善性设计............................................ 27

4.1 添加精品课程链接 ..................................................27 4.2 数据库合并与整合 ..................................................29 4.3 后台学生信息管理功能完善 ...........................................31

5 系统的安全性设计 .......................................... 33

5.1 数据库安全 ........................................................33 5.2 应用及传输安全 ....................................................34 5.3 系统数据加密 ......................................................36

6 结 论 ................................................... 42

III

中国人民公安大学本科毕业论文(设计)

致 谢 ..................................................... 44 参考文献 ................................................... 45 附 录:MANAGEMENT.SQL ....................................... 46

IV