基于asp.net的驾驶员理论考试系统.doc

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

基于asp.net的驾驶员理论考试系统,基于asp.net的驾驶员理论考试系统1.48万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 基于asp.net的驾驶员理论考试网上模拟系统,适应了驾驶员培训教育的新发展,对用户来说,不仅可以减少人力、物力和财力资源的浪费,更重要的是有助于提高学员考试的通过率。这和以往单...
编号:99-481708大小:763.91K
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

基于ASP.NET的驾驶员理论考试系统

1.48万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 基于asp.net的驾驶员理论考试网上模拟系统,适应了驾驶员培训教育的新发展,对用户来说,不仅可以减少人力、物力和财力资源的浪费,更重要的是有助于提高学员考试的通过率。这和以往单机版的驾驶员理论考试系统相比,系统不需要安装,节约了本地计算机资源,方便了用户的接入,只要能上网就能随时模拟练习。该系统经过试运行及测试,能符合当今此类系统的先进性、实用性、可靠性等特点,将引领驾驶员理论考试网上模拟系统的新模式。
本课题是基于ASP.NET的驾驶员理论考试系统。系统基于ASP.NET的B/S架构,C#的网站开发语言,网站的后台数据库是SQL Server2012,在系统中,大量采用了存储过程来对数据库进行操作。在这次设计中,首先考虑到乘客的实际要求和公交运营的情况。最后分析出系统应该具备的基本功能:用户查询功能和管理员后台管理功能。
本论文主要谈论了课题的背景知识、相关知识的介绍、课题需求分析、系统的设计和实现等问题,最后得出结论,并且总结了系统开发过程中作者获得的经验。亟待读者的批评指正。

关键词:驾驶员,理论模拟考试,ASP.NET,Web



ASP.NET based driver theory test system
Abstract The asp.net driver theory test online simulation system based on, to adapt to the new development of driver training and education, for users, not only can reduce the human, material and financial resources waste, more important is to help improve the students examination pass rate. This compared with previous stand-alone version of the driver theory test system, the system does not require installation, saves the local computer resources, convenient for users to access, as long as the Internet can always simulation exercises. This system after the test operation and test, can meet the advanced nature, practicality, reliability etc. in such system, will lead the new mode driver theory test online simulation system.

This topic is the driver theory exam system based on ASP.NET. ASP.NET system based on B/S architecture, web development language C#, site of the background database is SQL Server2012, in the system, the stored procedure is used a lot to operate the database. In this design, firstly, considering the actual requirement of passengers and transit operating conditions. Finally, analysis of the basic functions of the system should have: the user query and the backstage management function.

This paper mainly talks about the background knowledge, knowledge of the subject, needs analysis, system design and implementation issues, finally draws the conclusion, and sums up the experiences gained during the development. To the reader's criticism.

Keywords: driver, theoretical simulation test, ASP.NET, Web

目录
第1章 引言 1
1.1 研究背景 1
1.2 网上理论考试的发展前景 1
1.3 论文主要工作及章节安排 2
第2章 相关知识介绍 3
2.1 开发环境设计 3
2.1.1 开发环境概要 3
2.1.2 ASP.NET介绍 4
2.1.3 SQL Server2012简介 5
2.2 国内已有的主要驾驶员理论考试网站和软件介绍 7
2.2.1 “驾校一点通” 7
2.2.2 中国驾驶员网 8
2.3 本章小结 8
第3章 系统的设计 9
3.1 系统的功能结构 9
3.2 系统流程图 10
3.3 系统主要模块设计 10
3.4数据库设计 12
3.4.1 数据库概念设计 12
3.4.2 数据库逻辑设计 14
3.5本章小结 17
第4章 系统的实现 18
4.1 运行环境 18
4.2 公共类的编写 18
4.2.1 数据库连接的方法 19
4.2.2 执行数据库操作命令的方法 19
4.2.3 将数据绑定到表格控件的方法 20
4.2.4 将数据绑定到下拉列表框的方法 21
4.2.5 在表格控件中获取数据主键字段的方法 22
4.2.6 数据读取的方法 23
4.3 驾校在线考试登陆页实现 23
4.3.1 驾校在线考试登陆页概述 23
4.3.2 驾校在线考试网登陆页分析 24
4.4 考生注册页面设计 26
4.5 驾校在线考试页设计 28
4.5.1 驾校在线考试页技术分析 29
4.5.2 实现过程关键代码 30
4.6 驾校在线考试后台管理的实现 33
4.6.1 驾校在线考试后台管理页概述 33
4.6.2 管理员信息管理页 34
4.6.3 注册考生信息管理页 34
4.6.4 考试题目类型管理页 34
4.6.5考试题目管理页 35
4.7 本章小结 36
总结 37
致谢 39
参考文献 40