八年经验、专业指导毕业设计www.bysjzd.com需要全套设计请联系:731767310摘要随着计算机技术的飞速发展,计算机在各个应用领域普及,从而对计算机专业、软件专业技术人员的需求也在迅速的提高。而由国家人事部和信息产业部共同组织的计算机技术与软件专业技术资格(水平)考试,科学、公正地对全国计算机与软件专业技术人员进行了测试,得到了社会及用人单位的广泛认同。但在组织考试的报名过程中,考试报名数据的快速录入、发布,高效管理问题日益突出。本系统是为了满足各地不同的考生对目前考试报名困难的要求,为考生提供更为高效,方便,快捷的报名条件,同时也为减轻管理人员的工作难度;更为了协调考生与管理人员的关系,快速提高了考生与管理人员的工作效率;并进一步优化了计算机技术与软件技术资格考试。本系统是用ASP和微软提供的IIS服务器及SQLServer2000完成的。本系统具有界面友好,使用方便,操作简单,安全性能好,功能强大等特点,基本满足了设计需要。本文主要论述了系统权限设置,录入数据、数据浏览、数据修改模块的程序设计与实现过程。关键词:报名系统;网络;WEB;ADOAbstractAccordingtotheComputertechniquedevelopmentquickly,theComputerisuniversalintheeachapplicationrealm,thustotheComputerprofession,softwareneedoftheprofessionaltechnicalpersonnelalsointhequickexaltation.Butfromthecalculatortechniqueandthesoftwareprofessionaltechniquequalifications(level)examinationsthatthenationalpersonneldepartmentandinformationindustrydepartmentsorganizetogether,science,carriedonthetesttotheprofessionaltechnicalpersonnelofnationalcalculatorandsoftwareequitably,getthesocietyanduseextensiveapprobationofperson'sunit.Butinorganizeexamineofregisterprocess,theexaminationregistersthedatatorecordtogointo,releasequickly,managingtheproblemefficientlyincreasinglyoutstanding.Thissystemisforsatisfyingthedifferentexamineeofeveryplacetoexaminetoregisterthedifficultrequestcurrently,providefortheexamineemoreeffectively,convenience,registertheconditionfast,alsoforeasethemanager'sworkdifficulty.Moreformoderatingtherelationbetweenexamineeandmanager,raisedtheworkefficiencyoftheexamineeandmanagerquickly.Combinefurtherexcellentturnedthecalculatortechniqueandthesoftwaretechniquequalificationsexaminations.Thistextmainlydiscussedthesystemlegalpowerconstitution,importationdata,datasearch,thedatamodifiestheprogramdesignofthemoldpieceandcarriesouttheprocess.Keywords:Registersystem;Network;WEB;ADO目录摘要.....................................................IAbstract.........................................................II第1章绪论.........................................1第2章系统开发背景简介.......................32.1ASP(Activeserverpage)简介........................32.1.1ASP(ActiveServerPage)简介...................32.1.2ASP(ActiveServerPage)的功能................32.2关系数据库与SQL简介...................52.2.1关系数据库..............................52.2.2SQL语言的发展........................62.2.3SQL概貌及其特点.....................62.3ADO简介.........................................72.3.1微软COM体系............................72.3.2ADO对象模型组成.....................72.3.3ADO的特点分析........................8第3章软件考试网上报名系统概述.......103.1系统设计.....................................103.1.1系统编写目的........................103.1.2系统功能分析........................103.1.3系统功能模块的设计..............113.2数据库设计.................................123.2.1数据库需求分析.....................123.2.2数据库概念结构设计..............133.2.3数据库逻辑结构设计.....