摘 要
近年来,随着计算机技术的迅速发展,各个高校教育考试都实现建立线上考试报名系统,如计算机等级考试、教师资格证考试。通过线上报名的方式,解决了传统报名方式容易出错、报名时间限制、报考受地理位置限制、数据统计处理工作繁重等缺点。
本系统采用ASP.ENT MVC5+Entity Framework6架构进行系统设计,,具有较好的可扩充性和灵活性,表示层使用ASP.NET MVC5+前端矿建Layui构建,数据访问层使用EF6搭建,==数据库使用是SQL Server2008作为数据库。系统进行了业务调研、需求分析、系统设计、系统开发、测试等主要工作,其主要功能包括管理员管理、报名通知发布、报名基本信息维护、学生注册、学生报名、报名信息审核、报名结果查询及统计。解决了什么问题?
关键词:线上报名 B/S三层架构 MVC5 EF
ABSTRACT
In recent years, with the rapid development of computer technology, each university education examination has realized the establishment of online examination registration system, such as computer grade examination, teacher qualification certificate examination. Through online registration, the traditional registration method is easy to make mistakes, the registration time is limited, the registration is limited by the geographical location, the data processing work is heavy and other shortcomings have been solved.
This system adopts the MVC5 + EF6 architecture for system design, system adopts B/S three layer model, has good scalability and flexibility, the presentation layer directly using a Web browser to access, business logic, using ASP.NET technology to the presentation layer to interact with the data access layer, the front frame is Layui framework, with which we are more familiar SQL Server2008 database is used as the underlying database. The system has carried out system research, demand analysis, system design, system design and other main work, its main functions include administrator management, registration notice release, registration basic information maintenance, student registration, student registration, registration information review, registration results query and statistics.
Key words: Online;registration B/S;three tier mode;ASP.NET
目 录
摘 要
ABSTRACT
目 录 III
第1章 绪 论
1.1 项目背景 ...
1.2 国内外研究概况
1.3 系统概述
第2章 相关技术
2.1 实现技术
2.1.1 ASP.NET
2.1.2 B/S三层模式
2.2 开发工具
2.3 本章小结
第3章 系统需求分析
3.1 业务背景
3.2 角色分析
3.3 系统业务流程
3.3.1 功能性需求分类
3.3.2 基础信息管理
3.3.3 用户注册与报名信息审核
3.4 业务用例分析
3.5 非功能需求
3.6 本章小结
第4章 系统分析与设计
4.1 UI设计
4.1.1 设计原则
4.1.2 系统主要功能原型设计
4.2 系统功能设计
4.2.1 功能层次结构
4.2.2系统功能模块设计
4.3 数据库设计
4.3.1 数据库设计原则
4.3.2 数据库物理模型设计
4.3.3 数据库表
4.4 架构设计
4.5 本章小结
第5章 项目实现
5.1 开发环境介绍
5.2 三层架构的实现
5.3 主要功能实现
5.3.1 学生报名
5.3.2 统计分析
5.4 本章小结
第6章 测 试
6.1 功能测试
6.2本章小结
第7章 总 结
致 谢
参考文献











