土地档案管理系统毕业论文.docx

上传人:b****2 文档编号:2554267 上传时间:2023-05-04 格式:DOCX 页数:65 大小:169.46KB
下载 相关 举报
土地档案管理系统毕业论文.docx_第1页
第1页 / 共65页
土地档案管理系统毕业论文.docx_第2页
第2页 / 共65页
土地档案管理系统毕业论文.docx_第3页
第3页 / 共65页
土地档案管理系统毕业论文.docx_第4页
第4页 / 共65页
土地档案管理系统毕业论文.docx_第5页
第5页 / 共65页
土地档案管理系统毕业论文.docx_第6页
第6页 / 共65页
土地档案管理系统毕业论文.docx_第7页
第7页 / 共65页
土地档案管理系统毕业论文.docx_第8页
第8页 / 共65页
土地档案管理系统毕业论文.docx_第9页
第9页 / 共65页
土地档案管理系统毕业论文.docx_第10页
第10页 / 共65页
土地档案管理系统毕业论文.docx_第11页
第11页 / 共65页
土地档案管理系统毕业论文.docx_第12页
第12页 / 共65页
土地档案管理系统毕业论文.docx_第13页
第13页 / 共65页
土地档案管理系统毕业论文.docx_第14页
第14页 / 共65页
土地档案管理系统毕业论文.docx_第15页
第15页 / 共65页
土地档案管理系统毕业论文.docx_第16页
第16页 / 共65页
土地档案管理系统毕业论文.docx_第17页
第17页 / 共65页
土地档案管理系统毕业论文.docx_第18页
第18页 / 共65页
土地档案管理系统毕业论文.docx_第19页
第19页 / 共65页
土地档案管理系统毕业论文.docx_第20页
第20页 / 共65页
亲,该文档总共65页,到这儿已超出免费预览范围,如果喜欢就下载吧!
下载资源
资源描述

土地档案管理系统毕业论文.docx

《土地档案管理系统毕业论文.docx》由会员分享,可在线阅读,更多相关《土地档案管理系统毕业论文.docx(65页珍藏版)》请在冰点文库上搜索。

土地档案管理系统毕业论文.docx

土地档案管理系统毕业论文

土地档案管理系统毕业论文

土地档案管理关系

摘要

研究土地档案管理关系即为实现一个土地档案管理系统。

土地档案管理系统是将现有的历史纸质档案资料进行数字化加工处理,建成标准化的网络基础资料数据库,同时建成一套基于计算机网络应用的档案管理软件系统。

不仅要在技术上符合国家关于档案信息化建设的有关要求,在标准化程度上符合国土行业档案管理规范的专业性要求,而且还要能够与当前现有其他业务信息管理系统进行整合,在档案和业务数据间建立互换和抽取机制,达到信息的顺利交换,便于信息的一致性获取,减少重复劳动工作量。

本文对系统进行了可行性研究、需求分析、前台界面的设计、后台数据库建设以及系统测试等相关工作。

基于三层架构的思想,前台使用jsp技术,后台使用了Oracle11g平台,主要使用Hibernate的设计模式访问数据库,采用B/S架构,实现此土地档案管理系统。

关键词:

纸质档案;数字化;三层架构

Landrecordsmanagementsystem

Abstract

Landrecordsmanagementsystemistheexistinghistoricalarchivesdatadigitalprocessing,builtthenetworkdatabasestandardization,alsobuiltasetbasedonthearchivalmanagementsoftwaresystemusingcomputernetwork.Notonlytomeettherelevantrequirementsofthestateontheconstructionofarchivalinformationintechnology,meettheprofessionalrequirementsmanagementtostandardizelandindustryarchivesinthedegreeofstandardization,butalsocanbeintegratedwiththeexistingotherbusinessinformationmanagementsystem,inthearchivesandbusinessdatatoestablishexchangeandextractionmechanism,tosmoothexchangeofinformation,consistencyistheacquisitionofinformation,reduceduplicationworkload.

Thispaperhascarriedonthesystemfeasibilitystudy,demandanalysis,interfacedesign,databaseconstructionandsystemtestingandotherrelatedwork.Threelayerarchitecturebasedontheidea,theuseofJSPtechnology,thebackgroundusingtheOracle11gplatform,designmodetoaccessthedatabaseusingHibernate,usingB/Sarchitecture,thelandrecordsmanagementsystem.

Keywords:

Thepaperarchives;digital;threelayerarchitecture.

ii

摘要........................................................................................................................................i

Abstract......................................................................................................................................ii

1绪论.....................................................................................................................................1

1.1可行性研究编写目的..............................................................................................1

1.2项目背景..................................................................................................................1

1.3土地管理现状..........................................................................................................1

1.4土地档案管理研究方向..........................................................................................2

1.5项目目标..................................................................................................................2

1.6项目设计原则..........................................................................................................3

1.6.1实用性原则...................................................................................................3

1.6.2经济性原则...................................................................................................3

1.6.3合法性原则...................................................................................................32相关技术介绍.....................................................................................................................4

2.1三层架构的选择......................................................................................................4

2.2编程语言的选择......................................................................................................5

2.3主要技术、框架的选择..........................................................................................6

2.4数据库的选择..........................................................................................................7

2.5技术选择方向..........................................................................................................73需求分析.............................................................................................................................9

3.1编写目的..................................................................................................................9

3.2系统需求分析简述..................................................................................................9

3.3系统需求分析详细描述..........................................................................................9

3.3.1用户管理模块...............................................................................................9

3.3.2文件查找模块...............................................................................................9

3.3.3文件添加模块...............................................................................................9

3.3.4文件修改模块.............................................................................................10

3.3.5文件删除模块.............................................................................................104总体设计............................................................................................................................11

4.1系统功能模块结构设计.........................................................................................11

4.2数据库设计.............................................................................................................115详细设计...........................................................................................................................14

5.1登陆模块设计........................................................................................................14

5.2注册模块设计........................................................................................................14

5.3文件查询模块设计................................................................................................14

5.4文件添加模块设计................................................................................................15

5.5文件修改模块设计................................................................................................15

5.6文件删除模块设计................................................................................................156系统实现...........................................................................................................................16

6.1用户相关................................................................................................................16

6.1.1登陆界面.....................................................................................................16

6.1.2注册页面.....................................................................................................17

6.2档案相关................................................................................................................19

6.2.1档案列举.....................................................................................................19

6.2.2档案查询.....................................................................................................22

6.2.3档案修改.....................................................................................................24

6.2.4档案删除.....................................................................................................26

6.2.5档案添加.....................................................................................................27

6.2.6报表功能.....................................................................................................30

6.3Service层的实现...................................................................................................30

6.3.1Service层实现介绍....................................................................................30

6.3.2Service层实现的相关代码........................................................................31

6.4持久层的实现........................................................................................................32

6.4.1持久层功能实现的介绍.............................................................................32

6.4.2持久层实现的代码.....................................................................................327测试...................................................................................................................................34

7.1测试目的................................................................................................................34

7.2测试原则................................................................................................................34

7.3测试内容................................................................................................................34

7.4测试过程................................................................................................................35

7.4.1登录模块.....................................................................................................35

7.4.2查询模块.....................................................................................................35

7.5测试结果................................................................................................................36

7.5.1功能性.........................................................................................................36

7.5.2易用性.........................................................................................................36结论.................................................................................................................................37

参考文献.................................................................................................................................39

致谢.................................................................................................................................40

外文原文.................................................................................................................................41

外文翻译..........................................

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 解决方案 > 学习计划

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2