科研信息检索平台设计与实现计算机专业本科学位论文.doc
上传人:青团****青吖 上传时间:2024-09-11 格式:DOC 页数:56 大小:13.2MB 金币:10 举报 版权申诉
预览加载中,请您耐心等待几秒...

科研信息检索平台设计与实现计算机专业本科学位论文.doc

科研信息检索平台设计与实现计算机专业本科学位论文.doc

预览

免费试读已结束,剩余 46 页请下载文档后查看

10 金币

下载此文档

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

科研信息检索平台设计与实现摘要主要论述了科研信息检索平台的设计方案和实现过程。科研信息检索平台根据学校现有的软硬件环境,搭建了一个可以快速查询科研方面信息的服务平台,在这个平台上可以很方便的查询到教师的个人信息、发表的论文信息、参加的学术会议和学术活动信息、获奖的信息、出版的教材专著信息、参与的课题项目信息以及研究生信息。系统采用MVC三层架构模式,分为视图层、模型层和控制层。视图层使用JSP页面实现,模型层为JavaBean模型,控制层是控制系统流程跳转的Servlet类。系统按照使用者的角色不同分为三种,管理员、系统用户和普通用户。管理员具有最高权限,负责管理系统中的一切事务。系统用户管理与自己有关的事务。而普通用户没有系统管理权限,只具有查询的权限。系统分为一个个功能块,包括登录模块、添加模块、查询模块和修改模块。并将其按功能组合起来,便于维护。管理员在系统中可以添加、修改、删除系统中录入的科研人员有关的信息。界面设计以用户友好为原则,操作简单、直观。关键词:信息检索MVCB/S架构ABSTRACTThemainshowtheplatformforthedesignofinformationretrievalprogramandtheachievementoftheprocess.TheScientificResearchInformationRetrievalPlatformSystembuildsaplatformwhickisbasedthecircumstanceofourinstitute,eitherthesoftwareorhardware.Usingtheplatformyoucangettheinfolikethepersonalinfoofsometeachers、thedisquisitionwhickispublishedbysometeachers、theparticipantsofaacademicallyconference、thenameofwhoparticipateinaacademicallymeet、themenwhobearapalm、thepublishedtextbooks、theinvestigationobjectwhichisjoinandtheinfoaboutgraduatestudentquickly.ThesystemisadoptedbytheModel-View-Controller(MVC)architecture:View、ModelandController.InSystemViewisimplementedbyJSP.ModelmeansJavaBean.AndControllerisduetoServletclasses.Therearethreerolesadministrator,systemuserandguestinthesystem.Administratorischargeforallaffairaboutthesystemandhasthehighestright.Thesystemusermanagerthethingsabouthimself.Theonlythingsthatguestcandoisquerytheinformationwhichisembodiedbysystem.Systemisalsomodularindesignprocedures,facilitatethefunctionsofthesystemandrevisevariouscombinations,sothissystemissimpleinmaintenancing.Administratorcanadd、modifyordeletetheinfowhichisaboutthemenwhoiscollectedbythesystem.Thesysteminterfaceisdesignedforuserfriendlyinprinciple.Tooperateintheprocessofdirect,convenient,practicalandsafetyrequirements.Keywords:InformationRetrievalMVCB/SArchitecture目录TOC\o"1-3"\h\z\uHYPERLINK\l"_Toc230769119"一引言PAGEREF_Toc230769119\h1HYPERLINK\l"_Toc230769120"二需求分析PAGEREF_Toc230769120\h2HYPERLINK\l"_Toc230769121"2.1功