资源描述:
《在线考试系统的设计与实现软件工程本科论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文(设计)模板本科毕业论文(设计)论文题目:在线考试系统的设计与实现学生姓名:罗伟学号:1205290203专业:软件工程班级:软件1202指导教师:王命宇完成日期:2016年5月30日在线考试系统的设计与实现内容摘要学生在线考试系统旨在提高考试的质量和效率,充分发挥网上考试的灵活性,不局限于考生所在地理位置,同时,在大规模考生同时线上考试的环境和压力下,以提升考试系统的高并发连接、大数据处理的性能。这也是顺应国内O2O线上线下服务的潮流,如阿里巴巴的淘宝、京东商城、1号店、蘑菇街等几大线上线下巨
2、头,促进社会经济的快速发展。为了适应在大规模考生同时在线参与考试的压力下,既保证后端服务器的性能和效率,又能良好地处理大量客户连接来保证高并发。系统采用C++编写在Linux环境下运行的后端服务器,使用轻量级的nginx反向代理服务器,nginx相对于Apache的好处在近几年O2O概念下应运而生并取得压倒性的优势取代用Apache作为web反向代理服务器。nginx的高性能、高并发、大数据处理方面表现极佳。采用f-cgi框架来支撑动态网站的开发,比jsp开发动态网站有更加充分的依据,比如服务器可以更高效地
3、与客户端浏览器交互,而不需要安装JVM(java虚拟机)。另外,对于一些htmlweb文档,不需要开发者大量手动的编辑,而使用模板引擎在cgi程序中就可以帮我们完成,大大提高了开发效率。此外,任何项目没有绝对的好坏优劣之分,系统的大部分功能都可以在现有技术下完成。一些其他功能也可以通过日后的需求而完善。总之,系统的可扩展性也是值得肯定的。关键词:C++nginxf-cgi框架模板引擎O2OIIIDesignandImplementationofOnlineExaminationSystemAbstractS
4、tudentsonlineexaminationsystemaimedatimprovingthequalityandefficiencyoftheexamination,givefullplaytotheflexibilityoftheonlineexam,thecandidatesarenotlimitedtogeographicallocation,whileatthesametimealarge-scaleenvironmentandpressurecandidatesonlineexamtoimp
5、roveexaminationsystemhighconcurrentconnections,theperformanceoflargedataprocessing.ThisisthetidedomesticO2Oonlineandofflineservices,suchasTaobao,JingdongMall,ShopNo.1,StreetgiantmushroomsatseveralmajoronlineandofflineAlibaba,promotetherapiddevelopmentofsoc
6、ialeconomy. Inordertomeetthecandidatesatthesametimeunderthepressureoflarge-scaleparticipationintheonlineexam,bothtoensuretheperformanceandefficiencyoftheback-endservers,andcanhandlealargenumberofcustomerswithgoodconnectionstoensurehighconcurrency.Systemwr
7、itteninC++back-endserversrunningtheLinuxenvironment,theuseoflightweightnginxreverseproxyserver,nginxApachewithrespecttobenefitsinrecentyears,O2OconceptcameintobeingandmadeanoverwhelmingadvantagesubstitutedwithApacheasawebreverseproxyserver.nginxhigh-perfor
8、mance,highconcurrency,highdataprocessingperformanceisexcellent.Usingf-cgiframeworktosupporttheIIIdevelopmentofdynamicwebsites,therearemorethansufficientbasisjspdevelopmentofdynamicWebsites,suchasservermoreeff