{$cfg_webname}
主页 > 计算机 > Javaweb >

基于JAVA小额支付系统管理平台的设计与实现(SQLServer)

来源:56doc.com  资料编号:5D11877 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11877
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于JAVA小额支付系统管理平台的设计与实现(SQLServer)(任务书,中期检查表,外文翻译,毕业论文14400字,程序代码,SQLServer数据库,答辩PPT)      
摘  要
随着计算机技术的不断发展,计算机作为知识经济时代的产物,已被广泛应用于社会各个行业和领域。目前我国国企改革的深入和社会主义市场经济的日趋繁荣,金融体系的规模更是日益庞大,客户对银行的服务要求也在不断提高,模拟一个快捷方便安全智能的小额支付系统有很高的实用价值。
由于现在各大银行的全国联网,异地存款,取款,存钱,在全国任何地方可以及时查询自己帐户等,甚至在家里,打开电脑,登录自己的小额支付,还可以实现足不出户,了解自己帐户信息,给人们的生活和社会的经济带来了空前的变化。在这样的一个背景下,为了适应网络的普及以及当今社会发展的需要,本次我利用毕业之际,设计和模拟小额支付,以备以后作技术上的参考。出于系统的安全性等因素的考虑,一个系统设计之前,需要进行方案和技术论证。所以不是一朝一夕能解决的。所以本次设计的系统主要是模拟小额支付电子交易,为广大的客户提供转账等功能。
我利用自己所学的计算机专业知识,模拟设计一个类似与农业银行的银行个人小额支付系统,使自己进一步掌握运用JSP语言编程的能力,并更深一步的了解有关小额支付电子交易的相关知识。
关键词:计算机技术;小额支付;JSP

The design and implementation of micropayment management platform
Abstract
Along with computer technology's unceasing development, the computer takes the era of knowledge economy the product, has been widely applied in social each profession and the domain. At present our country state enterprise reform thorough and socialist market economy's day-by-day prosperous, financial system's scale is day by day huge, the customer unceasingly is also enhancing to the bank service request, simulates one to facilitate the security intelligence on-line bank to transfer the system quickly to have the very high use value.
As a result of the present each big bank's national networking, the different deposit, draws money, saves money, may inquire oneself account promptly in national any place and so on, even at home, turns on the computer, registers own on-line bank, but may also realize is confined at home, understood that oneself account information, has brought the unprecedented change for people's life and society's economy. Under a such background, to adapt the network popularization as well as now the social development need, this I use when the graduation, the design and the simulation on-line bank, will prepare later make in technical the reference. Stemming from system's factor and so on security considerations, before a system design, needs to carry on the plan and the technical proof. Therefore this design's system mainly simulates Agriculture Bank of China's on-line bank electron transaction, provides the inquiry remaining sum for the general customers, to draw money, functions and so on account transfer.
 I use the computer specialized knowledge which one study, the simulation design one to be similar with Agricultural bank's on-line banking system, causes itself to further grasp utilizes the JSP language programming ability, and deeper step understanding related on-line bank electron transaction related knowledge.
Keywords: Computer technology; On-line bank; JSP
 
主要研究内容
1.综述小额支付管理平台对用户管理自己账户所带来的便利
2.了解实现小额支付管理的相关技术;
3.熟悉小额支付管理平台的开发环境;
4.设计小额支付管理平台对用户提供的功能,大致分为五个模块:
客户及管理人员模块
后台系统模块
跨行转账模块
发放工资模块(用于企事业单位可以向员工账户发放工资)
记录模块
5. 深入分析实现小额管理平台的的关键技术与编写语言java的具体方法;
6.熟练掌握基于java的小额支付管理平台代码编写;
7.设计与实现可供用户使用和管理员管理的小额支付管理平台。
 

基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)
基于JAVA小额支付系统管理平台的设计与实现(SQLServer)


目  录
摘  要    i
Abstract    ii
1.  绪论    1
1.1  系统开发的背景    1
1.2  系统开发的目的    1
1.3  系统开发的现实意义    1
1.4  国内外现状    2
1.5  主要研究内容    2
1.6  系统功能    2
2.  系统分析    3
2.1  系统可行性分析    3
2.1.1  技术可行性    3
2.1.2  经济可行性    3
2.1.3  社会可行性    3
2.2  系统需求分析    3
3.  系统架构设计    5
3.1  架构设计目标    5
3.2  系统架构设计    5
3.3  系统架构图    8
3.3.1  系统架构类图    8
3.3.2  注册新用户流程图    9
3.3.3  系统用例图    10
3.4  数据库设计    11
3.4.1  数据库的完整性    11
3.4.2  ER图    12
3.4.3  物理表结构图    12
3.4.4  客户实体图    14
4.  系统详细设计    15
4.1  用户模块设计    15
4.1.1  用户登录    15
4.1.2  用户注册    15
4.1.3  会员管理界面    17
4.2  管理员界面设计    22
4.2.1  管理员登陆    22
4.2.2  管理员管理界面    23
4.2.3  注册用户管理    24
4.2.4  系统公告管理    25
4.2.5  银行管理    27
4.2.6  信息记录管理    28
4.3  开发环境的选择    29
4.3.1  系统开发工具    29
4.3.2  数据库的选择    30
4.3.3  服务器的选择    30
4.3.4  系统网络架构设计    32
结    论    33
参考文献    34
致    谢    35
外文原文    36
中文翻译    44

推荐资料