1初中数学网上考试系统的设计与实现摘要:科技在人类的历史长流中愈洗愈精,不仅包括人们日常的生活起居,甚至还包括了考试的变化。之前的考试需要大量的时间和精力,组织者还需要挑选并考查结果,以及为了强制有效地进行考试所需要采取的一些步骤,本文也提供了一种解决这些问题的审计系统。本文将介绍的初中数学网考系统是以浏览器为载体而呈现的,简言之就是在浏览器上进行考试。其中的核心的技术是使用MySql数据库和JavaWeb技术来进行设计,其中最重要的功能有:功能管理、考试及时评判、错题统计、用户管理、试题管理、自动组卷。本节应包括整个系统的一部分及其代码的一部分,对系统本身设计、设计、测试,并说明系统内的操作。考试及时评判必须能进行一个简单的运行测试,且运营良好,要近乎符合设计要求。关键词:考试;JavaWeb;网络;初中数学DesignandImplementationofJuniorMiddleSchoolMathematicsOnlineExaminationSystemUndergraduate:ZhangHanbangSupervisor:DengYanChengXiaoxiaoAbstract:Technologyisadvancing,andwithitthewaypeopleliveandworkischanging,notonlyintermsofclothesandfood,butalsointermsofexams.Thepreviousexamsrequiredagreatdealoftimeandeffort,andtheorganizershadtoselectandexaminetheresults,aswellasthemanystepstakentoenforcetheeffectiveconductoftheexams.Thispaperprovidesanonlineauditsystemtosolvetheseproblems.Thenetworkexaminationsystemdescribedheremainlyusesthebrowserastheinterface,simplyspeakingisthatthebrowsercanbeusedasadirectusertovisitthebrowserwebsite.OneofthecoretechnologyistheuseofJavaWebandMySQLdatabasedesign,whichthemostimportantfunctionsinclude:usermanagement,functionmanagement,roleauthoritymanagement,examinationtimelyevaluation,testmanagement,errorstatistics,automaticpapercomposition.Thissectionshallincludeaportionoftheentiresystemandaportionofitscode,thedesign,design,testingofthesystemitself,andadescriptionoftheoperationswithinthesystem.Examtimelyevaluationmustbeabletorunasimpletest,runwell,almostmeetthedesignrequirements.Keywords:Examination;JavaWeb;Network2目录摘要.............................................................................................................................i关键词.............................................................................................................................iAbstract..........................................................................................................................iiKeywords.......................................................................................................................ii1绪论............................................................................................................................51.1研究的目的及意义.........................................................................................51.2研究开发现状分析.........................................................................................51.3研究的内容.....................................................................................................52系统相关技术............................................................................................................62.1JAVA简介.......................................................................................................62.2J2EE................................................................................................................62.3MySQL............................................................................................................62.4Eclipse...