1 / 56
文档名称:

计算机基础部网站建设论文.doc

格式:doc   大小:841KB   页数:56页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

计算机基础部网站建设论文.doc

上传人:xunlai783 2018/1/26 文件大小:841 KB

下载得到文件列表

计算机基础部网站建设论文.doc

相关文档

文档介绍

文档介绍:摘要
试题库管理系统可辅助教师对所教科目的各种试题的题型、知识点等相关资料进行保存、查询等信息管理;并在需要对学生进行测验、评估的时候,从题库中抽取出相应要求的题目,组成一套试卷。
利用ASP的强大的动态生成的技术,能够很好的实现交互式的功能。用户可以利用试题库系统管理其中的试题, 进行各种操作,还可以生成试卷,这样就大大减少的工作量。通过试题库系统可以了解当前各种题型的各种信息。另外用户还可以以管理员的身份在网站上对题库进行维护, 写入原有的后台数据库中,这样不但满足了用户的要求, 还使系统得到了更新。

关键字:ASP 试题库题型
Abstract: the depository system of the test questions management can lend support to the teacher to save and query every kind of a type and knowledge and so on, And when in need to test and evaluate the student, the teacher can draw out some subjects from the depository , and pose the subjects to be a test. Make use of power dynamic-making technique of the ASP, we can good to realize interactive function. The customer can make use of the depository system of the test questions management to manage the subject. And proceed every kind of operation, we can also make test from the depository, so we can reduce workload consumedly. From the depository we can know the information of subject currently in every kinds of a type. Moreover the customer can also with the administrator's body to proceed the depository maintenance, wrote data in original backstage database, so it is not only satisfying the customer, it still make the system get the renewal.

Keyword: ASP , the depository system of the test questions, the type of the subject
目次
前言 1
第1章需求分析 2
2
2
系统需要解决的重要问题 2
系统分析 2
系统应该具备的基本功能 2
系统特点 3
第2章系统功能设计 4
系统结构 4
结构设计分析 4
功能结构设计 4
第3章界面和窗体的设计 6
系统模块的窗体组成 6
用户界面 6
管理界面 8
第4章数据库设计 13
数据库的基本概念 13
Access数据库的优点 13
Access2000的新特点 13
表的设计 14
试卷情况表 15
判断题情况表 16
选择题情况表 16
填空题情况表 16
主观题情况表 17
管理员情况表 17
用户情况表 18
数据库安全 18
数据库安全隐患 18
提高数据库安全性 19
第5章开发平台的选取 21
Dreamweaver MX简介 21
Dreamweaver MX新功能 21
ASP技术介绍 22
ASP对象和组件 24
SQL语句介绍 25
SQL的优点 25
SQL的使用 26
VBScript介绍 27
第6章系统实现 29