毕业论文:专升本网上报名系统设计.doc

约34页DOC格式手机打开展开

毕业论文:专升本网上报名系统设计,共34页,字数总计:12131课题:专升本网上报名系统摘要随着计算机技术及网络技术的飞速发展,人们渐渐发现使用计算机通过网络处理问题的方式已经逐步取代了许多传统的处事模式,如网上购物、网上聊天、网上报名等。网上报名系统正是为了满足各地不同的考生的需求,为考生提供更为高效、方便、快捷的报名条件,同时也为减轻管理人员的工作...
编号:20-252079大小:1.09M
分类: 论文>计算机论文

内容介绍

此文档由会员 优秀排骨 发布

共34页,字数总计:12131
课题:专升本网上报名系统
摘要
随着计算机技术及网络技术的飞速发展,人们渐渐发现使用计算机通过网络处理问题的方式已经逐步取代了许多传统的处事模式,如网上购物、网上聊天、网上报名等。
网上报名系统正是为了满足各地不同的考生的需求,为考生提供更为高效、方便、快捷的报名条件,同时也为减轻管理人员的工作难度;更为协调考生与管理人员的关系,快速提高了考生与管理人员的工作效率应运而生。本系统是陕西省《全国计算机技术与软件专业技术资格(水平)考试》的前台网上报名系统,完整的系统由JSP技术实现的前台网上报名及后台考务管理两个子系统构成,实现网上报名、考试管理、信息管理及权限管理等主要模块。
本文对数据库应用系统开发和网上报名系统进行了简明的介绍,分析了开发网上报名系统须进行的工作,并根据网上报名系统的应用需求,按数据库的设计给出了系统需求说明书、流程图等,且对数据库进行系统的分析和设计,学习和介绍开发工具eclipse、tomcat、SQLServer2005,最后详解了程序设计部分包括操作界面,实现数据库连接操作及功能。
关键词:网上报名; JSP; 数据库; Eclipse; Tomcat; SQLServer2005
Abstract
With computer and network technology to the rapid development, People gradually discovered that through the use of computer networks to handle the problem has been gradually replaced many of the traditional way of dealing, For example, online shopping, online chatting, online applications, etc.
The on-line registration system is for meet each place different examinee's need, highly effective provides, convenient, the quick registration condition for the examinee, simultaneously also for reduces administrative personnel's work difficulty; A more coordinated examinee and administrative personnel's relations, fast enhanced the examinee and administrative personnel's working efficiency arise at the historic moment. This system is Shaanxi Province "the National Computer Technology And the Software Specialized Technology Qualifications (Level) Takes a test" the onstage on-line registration system, the complete system tests the service by the JSP technology realization onstage on-line registration and the backstage to manage two subsystems constitutions, realizes the on-line registration, the test management, the information management and the jurisdiction management and so on the main module.
This article has carried on the concise introduction to the database application system development and the on-line registration system, analyzed has operated on the hairnet to register the work which the system had to carry on, according to the on-line registration system application demand, has produced the system demand instruction booklet, the flow chart according to the database design and so on, carried on the system to the database the analysis and the design, the study and introduction development kit eclipse, tomcat, SQLServer2005, finally in detail explained the programming partially including the operation contact surface, realized the database connection operation and the function.
Keyword:On-Line registration; JSP; Database; Eclipse; Tomcat; SQLServer2005
目 录
第一章 绪 论 1
1.1课题的项目背景 1
1.2课题的现实意义 2
第二章 需求分析 3
2.1现状分析 3
2.2目标分析 4
2.3性能需求分析 5
2.4可行性分析 5
2.4.1技术上可行性分析 5
2.4.2社会效益可行性分析 7
2.4.3经济可行性分析 7
第三章 系统分析 8
3.1系统组织结构分析 8
3.2业务流程分析 9
3.3数据流程分析 9
3.4数据字典 10
第四章 系统设计 12
4.1总体设计 12
4.1.1功能设计 12
4.1.2数据库设计 13
4.2详细设计 16
4.2.1界面设计 16
4.2.2输入设计 22
4.2.3输出设计 23
4.2.4各模块流程设计 24
第五章 系统实施 26
5.1系统实施 26
5.2系统测试 26
第六章 结论 29
参考文献 30
谢辞 31
第一章 绪 论
随着经济文化水平的显著提高,人们对生活质量及工作环境的要求也越来越高。与此同时,社会竞争也越来越激烈,学习已不再是在校学生的专利,成为社会大众的迫切需求。社会上的各种培训机构,在这一领域发挥着积极的作用。随着参加培训的学生的大量增加,其管理难度也越来越大,如何优化提高日常管理也就成为了一个迫切的课题。
管理信息系统(简称MIS)是介于信息论,经济管理理论,统计学与运筹学及计算机科学之间的一门边缘性,综合性,系统性的交叉科学,它是随着管理科学,信息技术,计算机技术等的发展而产生和发展起来的。
在计算机飞速发展的今天,采用信息管理系统已成为管理科学化和现代化的重要标志,而普通的学籍管理系统难以适应培训机构的特殊要求,本系统可以明显的提高经济效益和社会效益。主要体现在:
极大提高了培训机构工作人员的工作效率,大大减少了以往入手工流程记账的杂乱,查阅不便,统计周期长的弊端。
通过对现在社会考试报名流程的详细调查,搜集了大量的资料,从系统结构的组织,功能的实现,技术的要求以及可行性等多方面进行考虑,认为本课题是一个适应现今社会报名管理需求的计算机信息管理系统,具有一定的实际开发价值和使用价值。
1.1课题的项目背景
随着现在社会各类考试的日益增加,一方面有利于国家选拔有知识文化,有才能智慧的人,另一方面有利于参加考试的考生们有一个展现自己才华的平台,提供了一个公平性,公正性,规范性的学识竞技舞台,大大增强了人们的求知意识与坚信了知识就是力量,就是生产力的有力事实。而组织各类考试报名就成了至关..