网络工程专业学年设计论文-基于BS模式的网络选课系统

上传人:aa****6 文档编号:29271454 上传时间:2018-01-23 格式:DOC 页数:41 大小:506KB
返回 下载 相关 举报
网络工程专业学年设计论文-基于BS模式的网络选课系统_第1页
第1页 / 共41页
网络工程专业学年设计论文-基于BS模式的网络选课系统_第2页
第2页 / 共41页
网络工程专业学年设计论文-基于BS模式的网络选课系统_第3页
第3页 / 共41页
网络工程专业学年设计论文-基于BS模式的网络选课系统_第4页
第4页 / 共41页
网络工程专业学年设计论文-基于BS模式的网络选课系统_第5页
第5页 / 共41页
点击查看更多>>
资源描述

《网络工程专业学年设计论文-基于BS模式的网络选课系统》由会员分享,可在线阅读,更多相关《网络工程专业学年设计论文-基于BS模式的网络选课系统(41页珍藏版)》请在金锄头文库上搜索。

1、学 年设计题目: 基于 B/S 模式的网络选课系统院、系: 姓名: 指导教师: 成 绩 : 年 月 日网络工程专业学年设计论文- 1 -基于 B/S模式的网络选课系统摘 要信息管理技术作为信息应用的一个重要方面,在社会生产生活中已被普遍应用,推进了计算机在商业、工程、军事、医疗、教育等管理领域的广泛使用。计算机在学校教学、教务起到十分重要和出色的作用。学校作为一种信息资源的集散地,学生和课程繁多,有很多的信息要管理。目前在中职学校对选课情况的统计和查询等基本上还是用人工的方法。由于数据繁多,数据信息处理工作量大, 手工方法容易出错,且不易查找。因此建立基于校园网络的计算机选课系统非常必要。为了

2、使选课管理工作规范化,系统化,提高信息处理的速度和准确性,能够及时、准确、有效的查询和修改选课情况,本文设计和实现了一个学生选课系统。系统采用基于 BS 的 JSP 动态网页开发技术,后台采用 MYSQL 数据库来进行选课系统开发。论文详细分析选课系统的功能需求、给出了功能划分和流程分析,并用统一建模语言(UML)进行了描述:在此基础上论文给出了该系统的设计,包括系统架构设计、业务逻辑设计和数据库设计。论文还给出了系统各功能模块的实现细节、系统调试和测试等操作。该系统的开发,使教学管理者从繁琐的教务工作中解脱出来,提高了工作效率。关键词 学生选课系统 JSP UML MYSQL网络工程专业学年

3、设计论文- 2 -Net class choosing system based B/S AbstractThe information management technology,taking the information application as all important aspect,has been applied in the social product life,advanced the widespread computer applications in business,engineering,military,medical service,education a

4、nd so onComputer is playing very important and outstanding role for teaching and the educational administration in high schoo1The schools,as a collection and distribution center of information resource,have many students and the curriculum,have many information and data to be managedIn recent days,c

5、ollecting and retriving of informations of courses selection in professional school is proceeded by manual methods basically,which is likely to be in errors and hard to retriveSo,it is necessary to construct a computer system for selecting courses,based on campus computer networksIn order for cause

6、selection supervisory work to be standardized,systematized,enhances the information processing speed and accuracy,information retrievals and modification can be prompt, accurate and effiecent,this thesis designs and implements a course selection system for studentsThe system uses JSP dynamic homepag

7、e development technology,based on the BS mode, the backround of the system uses the MYSQL database to development course selection subsystemThe function demand of the system is carefully analysed,the function devision,flow analysis and specification of the demand,using UML,is also given in the paper

8、 Based on these analysises,systems design,including system construction design,service logical design and database design is also given in the paperThe implementation details of the various functional module and system test is also described in the paperThis systems development makes the education m

9、anagement people avoid the tedious educational administration work,and raises their working efficientlyKeywords StudentsCourse Selecting System,JSP,UML ,MYSQL网络工程专业学年设计论文- 1 -目 录摘要 .1Abstract .2第 1 章 绪论.11.1 课题的研究背景和意义.11.1.1 研究背景.11.1.2 研究意义.11.2 研究动机.11.3 论文作者的主要工作.21.4 论文的组织结构.2第 2 章 相关理论及探讨.32.1

10、 管理信息系统概述.32.2 管理信息系统的生命周期法.32.3 系统开发技术选择.42.4 办公自动化系统开发技术.42.4.1 分类.42.4.2 三大类开发技术之比较.52.5 JSP 动态网站开发技术.72.5.1 BS 结构.72.5.2 JSP 的运行原理和技术特点.82.5.3 JSP 的技术特点.92.6 MySQL 数据库简介.92.7 统一建模语言 UML102.7.1 UML 概述102.7.2 UML 组成102.7.3 UML 的主要特点11第 3 章 系统分析.123.1 需求分析.123.2 系统功能模块划分.123.2.1 系统角色分析.123.2.2 系统模块

11、分析.133.2.3 系统模块结构图.133.3 系统用例图.143.4 系统主要分析模型.153.5 可行性分析.16第 4 章 系统设计.174.1 系统设计原则.174.2 系统总体设计.174.3 系统中的类.184.4 数据库设计.184.5 界面设计.204.5.1 用户界面设计.204.5.2 输入设计.20网络工程专业学年设计论文- 2 -4.5.3 输出设计.20第 5章 系统实现215.1 系统运行的软硬件环境.215.1.1 校园网络拓扑图.215.1.2 系统运行环境.215.1.3 系统协同工作原理.215.2 登录功能实现.225.3 管理员管理学生功能实现.225.4 管理员管理教师功能实现.225.5 系统测试与结果

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


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

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号