个人信用数据采集和传输原型系统实现.rar

RAR格式版权申诉手机打开展开

个人信用数据采集和传输原型系统实现,1.5万字45页包括开题报告和任务书附录a 用润乾报表进行数据统计附录b 生成的报文示例摘要个人征信体系是社会信用体系的重要组成部分,其主要作用是通过对个人信贷信息以及个人基本信息等进行整合和加工,形成一个对消费者个人公正、全面的信用形象档案,使相关机构可以以这一信用形象作为经营活动的...
编号:88-34907大小:595.90K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 usactu 发布

个人信用数据采集和传输原型系统实现
1.5万字 45页
包括开题报告和任务书

附录A 用润乾报表进行数据统计
附录B 生成的报文示例


摘 要
个人征信体系是社会信用体系的重要组成部分,其主要作用是通过对个人信贷信息以及个人基本信息等进行整合和加工,形成一个对消费者个人公正、全面的信用形象档案,使相关机构可以以这一信用形象作为经营活动的参考依据,为银行和社会有关方面系统了解个人的信用和信誉状况提供服务。
本文首先叙述了个人征信体系的现状与发展趋势,然后针对开发个人征信系统进行可行性与风险分析,接着分析中国人民银行下达的个人征信系统需求文档和个人征信数据采集接口规范,并且针对这些需求制定完善的设计文档。描述了如何利用J2EE技术和流行的JAVA开源框架,开发出一个针对商业银行客户的个人信用数据的采集与传输系统。该系统涉及许多接口规范和安全方面的知识,能够把个人的基本信息与贷款信息等按照接口规范生成相应的报文向人民银行进行报送。

关键字: 个人征信,接口规范,数据采集,报文
The collection and transmission system of the personal credit information

Abstract
Personal Credit System is a important component of the social credit system. It’s used to combine and process the personal credit information and the personal basic information, as a result,the consumer’s fairly and overall credit image files will be creat-ed. so that the relevant organization can make the image as a referrence basis that c-onducts an activity. to provide a service understand personal reputation and the prestig-e condition for the bank and the society.
This paper first describes the current situation and development trend of the perso-nal credit system, then conduct a feasibility and risk analysis focus on the developme-nt of the personal credit system, and then analyzes the personal credit system require-ments documents and personal credit data acquisition interface specification of the Peo-ple's Bank of China. And develop a design document with these requirements. This p-aper also described how to development a collection and transmission system of the personal credit information in commercial bank with J2EE technology and the popularOpen Source Java framework. The system involves many Interface Specification and s-afety knowledge, it can report the personal basic information and credit information tothe People's Bank of China by using the interface specification.

Keywords: personal credit information, the interface specification, data acquisition, report

目 录
1. 前 言 1
1.1 课题背景及目的 1
1.2 现状和发展趋势 1
1.3 课题研究内容及意义 2
1.4 论文结构 2
2. 系统开发MVC模式与Struts框架 4
2.1 系统网络架构 4
2.2 开发环境和开发工具 4
2.2.1 开发平台 4
2.2.2 开发工具 4
2.2.3 数据库平台 4
2.3 系统使用技术 5
2.3.1 基于Struts框架的MVC模式的实现 5
2.3.2 J2EE下的数据库访问技术 6
2.3.3 JSP的文件上传技术 7
3. 系统功能分析与设计 9
3.1 系统设计要求 9
3.1.1 系统设计目标 9
3.1.2 系统设计原则 9
3.2 系统结构 9
3.2.1 系统硬件实现结构 9
3.2.2 系统功能框架结构 10
3.3 数据库结构 12
3.4 数据采集格式 12
3.4.1 接口规范要求 12
3.4.2 个人信息采集分类 15
3.4.3 系统数据采集报文的结构 15
3.4.4 系统数据项信息采集模型 18
3.4.5 系统采集数据项 18
4. 数据采集与传输的开发与实现 23
4.1 数据采集与报送业务流程 23
4.2 数据采集实现 23
4.3 报文传输实现 26
4.4 数据采集流程界面展示 29
5. 开发难点与解决途径 33
5.1 如何处理不完整的数据 33
5.2 如何处理复杂繁多的数据 33
5.3 如何上传报文文件 34
6. 结 论 37
致 谢 38
参考文献 39
附 录 40
附录A 用润乾报表进行数据统计(演示图) 40
附录B 生成的报文示例 40



参考文献
[1] 陈刚. Eclipse从入门到精通[M]. 北京: 清华大学出版社,2005.
[2] Art Taylor. JDBC数据库编程与J2EE[M]. 北京: 电子工业出版社,2004.
[3] Bruce Eckel. Think in Java,3rd Edition[M]. U.S.A: Prentice Hall PTR, 2002.
[4] Ted Husted,Cedric Dumoulin,George Franciscus,David Winterfeldt,Craig R. McClanahan. Struts in Action[M]. U.S.A: Manning Publications, 2002.
[5] Cay Horstmann,Gary Cornell. Core Java(TM) 2, 7th Edition[M]. U.S.A: Prentice Hall Ptr, 2004.