摘 要
近年来,随着计算机技术的迅速发展,各个高校教育考试都实现建立线上考试报名系统,如计算机等级考试、教师资格证考试。通过线上报名的方式,解决了传统报名方式容易出错、报名时间限制、报考受地理位置限制、数据统计处理工作繁重等缺点。
本系统采用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