JIUJIANGUNIVERSITY毕业论文题目九江市赣北公证处电子档案管理系统英文题目JiujiangNorthElectronicArchivesManagementSystemNotarized院系信息科学与技术学院专业计算机科学与技术月摘要随着网络的普及及发展,现代化计算机信息技术应用越来越广泛,主要是信息技术的使用高效,方便,完全能取代人工的操作。今年来,档案管理的电子化受到人们的推崇,由于纸质档案数目多,管理起来繁琐,难免会出一些问题,而且像公证处作为国家司法证明机构,更不能出一丝半点错误,于是公证处电子档案管理系统应运而生,解决了纸质档案管理的繁琐手工问题,降低了不必要的差错,使公证人员更轻松,高效办公。系统主要应用了Hibernate,Struts,JSP(JavaServerPages)等技术,基于MVC框架的构建来实现。Hibernate作为数据持久层的技术,发挥了至关重要的作用,极大的提高了与数据库交互的效率。同时根据映射文件与JavaBean的对应关系,使编程更加自主化。Struts主要做控制转发,使得页面请求更加清晰。JSP主要做显示层的工作,使得代码和表现层做到很好的分离。本系统主要实现电子档案管理和纸质档案管理,电子档案管理主要有档案归档,档案信息更新,过期档案处理等等,纸质档案管理有档案移交,接收,扫描图片上传,下载,借阅管理等等,还有用户管理,鉴定销毁,权限设置,数据统计基本上满足了信息需求。关键词:电子档案,数据库,信息技术,信息管理AbstractAlongwiththenetworkpopularizationanddevelopment,moderncomputerinformationtechnologyapplicationmoreandmoreextensive,mainlyistheuseofinformationtechnologyandefficient,convenient,canfullyreplaceartificialoperation.Fromthisyear,ofthearchivesmanagementoftheelectronicthepraisehighlyofbythepeople,becausethenumberofpaperfiles,managementuptrival,hardtoavoidcanoutsomeproblems,andthelikeasthestatejudicialproofhandingnotarizationorganization,morecan'touthalfamistake,thenhandingnotarizationelectronicfilemanagementsystemcameintobeing,solvethepaperofthearchivesmanagementofthetediousmanualproblem,reduceunnecessarymistake,makenotarialpersonnelmorerelaxed,theofficeandefficiency.ThesystemismainlyusedtheHibernate,Struts,JSP(JavaServerPages)technology,basedontheconstructionoftheMVCframeworktorealize.AtthesametimeaccordingtothemappingfilewiththecorrespondingrelationofJavaBean,makeprogrammingmoredemocracy.Strutsbasicallydocontrolforwarding,makesthepagerequestmoreclearly.JSPbasicallydoshowlayerofthework,makethecodeandthepresentationlayerdoverygoodseparation.Thissystemmainlyelectronicrecondsmanagementandpaperfilesmanagement,electronicarchivesmanagementmainhavedataentry,thefileinformationupdates,expiredfilestreatment,etc,thepaperfilesmanagementhandoverarchives,receiving,scanningimagesuploadanddownload,lendingmanagementandsoon,andtheusermanagement,basicallymeetthepermissioninformationneeds.Keywords:ElectronicFile,DataBase,InformationTechnology,InformationManagement目录摘要........................................................IAbstract.....................................................II前言.......................................................(1)1绪论1.1系统开发背景............................................(2)1.2系统简介................................................(2)1.3系统开发技术简介........................................(3)1.4技术优势................................................(3)2系统需求分析2.1业务需求分析............................................(5)2.2功能需求分析............................................(5)2.3电子档案管理系统的可行性研究分析........................(6)2.4电子档案管理系统的开发技术和方法........................(6)3...