星空龙彩投注系统的设计与实现.rar
星空龙彩投注系统的设计与实现,1.5万字 44页包括开题报告,任务书摘 要由于经济水平的提高,市民参与彩票等公益事业的积极性日渐提高,彩票近年来销售额快速增长,但是福利彩票和体育彩票的传统销售模式,已经无法满足彩民多样化和便捷化的购彩需求。为了适应彩民多样化的购彩需求,同时充分利用互联星空的品牌效应,适时推出星空龙彩网上...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 刘丽 发布
星空龙彩投注系统的设计与实现
1.5万字 44页
包括开题报告,任务书
摘 要
由于经济水平的提高,市民参与彩票等公益事业的积极性日渐提高,彩票近年来销售额快速增长,但是福利彩票和体育彩票的传统销售模式,已经无法满足彩民多样化和便捷化的购彩需求。为了适应彩民多样化的购彩需求,同时充分利用互联星空的品牌效应,适时推出星空龙彩网上委托投注业务。
星空龙彩网上委托投注系统在彩票发行中心授权下,采用B/S模式,除了提供银行帐户充值方式外,更重要的是还利用已有的电子支付平台,允许用户使用广泛发行的具有支付功能的电信卡对投注资金账户进行充值。基于互联网的在线委托投注系统的推出,不仅将丰富福利和体育彩票管理中心现有的投注渠道,同时也必将吸引更多的用户,并为他们提供更便利、可靠的服务。
本文将介绍课题来源、研究意义和目前情况,概述系统需求,阐述系统体系结构,然后从开发环境、数据库设计、系统框架、模块设计等方面详细说明整个开发设计过程,并说明本系统应用到的一些关键技术。需说明的是,本次设计与实现将主要围绕于投注帐户以及委托投注记录等方面。
关键字:增值应用,体系结构,B/S模式,JMS
Design and Implementation of Sky Lottery Consign System
Abstract
Because of the obvious economic gain, the citizens’ enthusiasm of participating in commonweal construction also uprise gradually, sales amount of lottery increases rapidly in recent years, but the traditional selling pattern of welfare lottery and sports lottery, already can’t satisfy the demands of buying lottery in optional and convenient ways. For adjusting to users’ demands, at the same time to fully utilize the effect of ‘Starry Sky Interconnection’ brand, the Sky lottery consign application system is planned in business at the right moment.
The Sky lottery consign application system adopts the B/S pattern under the warrant of lottery centre, provides not only the way of using bank cash card, but also the existent interface of telecom paying platform, in this way users can invest in lottery with broadly issued payable telecom card. The running of on-line lottery consign system based on Internet will expand the consign channel, more important is that it will certainly attract more users, and also provide them with more convenient , reliable service.
This paper introduces the source of issue, the significance of study , present condition, summarize system requirement , expound the infrastructure of system , Then it introduces the whole process of develop and design in detail from aspects of develop environment ,database design, system framework , model design .etc. furthermore ,we also discuss some key technique used by this system. There is an additional information that the primary works in this design and implementation of the system will be all about aspects of consign account and consign records. Key Words: Value-increasing application, Infrastructure, B/S, JMS
目 录
1.绪论 1
1.1 课题来源及研究意义 1
1.2 课题目前研究情况及存在问题 1
1.3 本文结构 2
2.系统需求 3
2.1 需求概述 3
2.2 业务流程分析 3
3.系统设计 4
3.1 系统结构 4
3.2 模块设计 4
3.3 数据库设计 5
4.系统开发与实现 15
4.1 开发环境与工具 15
4.2 系统架构 15
4.3 流程实现 16
4.3.1 用户注册 16
4.3.2 用户登陆 17
4.3.3 用户销户 17
4.3.4 用户信息修改 18
4.3.5 电信卡充值 18
4.3.6 充值历史记录查询 19
4.3.7 余额查询 19
4.3.8 支付扣款 20
4.3.9 奖金转存 21
4.3.10 委托投注查询 21
4.4 系统界面 22
5.关键技术 25
5.1 JMS 25
5.2 Socket 29
小结 31
致谢 32
参考文献 33
附录A 部分技术代码 35
参考文献
[4] 陈加奎,赵海燕,王素娟.福彩产品奖金设置方案评价体系研究[J].山东大学学报 (理学版)
[5] 沈鸣.星空龙彩平台建设项目需求确认稿[R].上海:上海理想信息产业(集团)有限公司
[6] Ted Husted等.实战Struts[M].北京:机械工业出版社
[7] 吴胜浩,钟亦平,张世永.消息总线的设计及其在电信领域的应用[J].计算机工程
[8] 刘斌.体彩投注平台接口文档[R].上海:亿阳信通股份有限公司
附录A 部分技术代码
/**
*
*
* @author YuanSs
* @version 1.0
*/
public class TCMsgOperate implements ILog{
// 消息代码
public static final String TC_REQ_USE_REGEDIT = "XXX1";
public static final String TC_REQ_USE_MODIFY = "XXX2";
public static final String TC_REQ_USE_DISPOSE = "XXX3";
public static final String TC_REQ_CONSIGN_DEFRAY = "XXX4";
public static final String TC_RES_USE_REGEDIT = "1XX1";
public static final String TC_RES_USE_MODIFY = "1XX2";
......
1.5万字 44页
包括开题报告,任务书
摘 要
由于经济水平的提高,市民参与彩票等公益事业的积极性日渐提高,彩票近年来销售额快速增长,但是福利彩票和体育彩票的传统销售模式,已经无法满足彩民多样化和便捷化的购彩需求。为了适应彩民多样化的购彩需求,同时充分利用互联星空的品牌效应,适时推出星空龙彩网上委托投注业务。
星空龙彩网上委托投注系统在彩票发行中心授权下,采用B/S模式,除了提供银行帐户充值方式外,更重要的是还利用已有的电子支付平台,允许用户使用广泛发行的具有支付功能的电信卡对投注资金账户进行充值。基于互联网的在线委托投注系统的推出,不仅将丰富福利和体育彩票管理中心现有的投注渠道,同时也必将吸引更多的用户,并为他们提供更便利、可靠的服务。
本文将介绍课题来源、研究意义和目前情况,概述系统需求,阐述系统体系结构,然后从开发环境、数据库设计、系统框架、模块设计等方面详细说明整个开发设计过程,并说明本系统应用到的一些关键技术。需说明的是,本次设计与实现将主要围绕于投注帐户以及委托投注记录等方面。
关键字:增值应用,体系结构,B/S模式,JMS
Design and Implementation of Sky Lottery Consign System
Abstract
Because of the obvious economic gain, the citizens’ enthusiasm of participating in commonweal construction also uprise gradually, sales amount of lottery increases rapidly in recent years, but the traditional selling pattern of welfare lottery and sports lottery, already can’t satisfy the demands of buying lottery in optional and convenient ways. For adjusting to users’ demands, at the same time to fully utilize the effect of ‘Starry Sky Interconnection’ brand, the Sky lottery consign application system is planned in business at the right moment.
The Sky lottery consign application system adopts the B/S pattern under the warrant of lottery centre, provides not only the way of using bank cash card, but also the existent interface of telecom paying platform, in this way users can invest in lottery with broadly issued payable telecom card. The running of on-line lottery consign system based on Internet will expand the consign channel, more important is that it will certainly attract more users, and also provide them with more convenient , reliable service.
This paper introduces the source of issue, the significance of study , present condition, summarize system requirement , expound the infrastructure of system , Then it introduces the whole process of develop and design in detail from aspects of develop environment ,database design, system framework , model design .etc. furthermore ,we also discuss some key technique used by this system. There is an additional information that the primary works in this design and implementation of the system will be all about aspects of consign account and consign records. Key Words: Value-increasing application, Infrastructure, B/S, JMS
目 录
1.绪论 1
1.1 课题来源及研究意义 1
1.2 课题目前研究情况及存在问题 1
1.3 本文结构 2
2.系统需求 3
2.1 需求概述 3
2.2 业务流程分析 3
3.系统设计 4
3.1 系统结构 4
3.2 模块设计 4
3.3 数据库设计 5
4.系统开发与实现 15
4.1 开发环境与工具 15
4.2 系统架构 15
4.3 流程实现 16
4.3.1 用户注册 16
4.3.2 用户登陆 17
4.3.3 用户销户 17
4.3.4 用户信息修改 18
4.3.5 电信卡充值 18
4.3.6 充值历史记录查询 19
4.3.7 余额查询 19
4.3.8 支付扣款 20
4.3.9 奖金转存 21
4.3.10 委托投注查询 21
4.4 系统界面 22
5.关键技术 25
5.1 JMS 25
5.2 Socket 29
小结 31
致谢 32
参考文献 33
附录A 部分技术代码 35
参考文献
[4] 陈加奎,赵海燕,王素娟.福彩产品奖金设置方案评价体系研究[J].山东大学学报 (理学版)
[5] 沈鸣.星空龙彩平台建设项目需求确认稿[R].上海:上海理想信息产业(集团)有限公司
[6] Ted Husted等.实战Struts[M].北京:机械工业出版社
[7] 吴胜浩,钟亦平,张世永.消息总线的设计及其在电信领域的应用[J].计算机工程
[8] 刘斌.体彩投注平台接口文档[R].上海:亿阳信通股份有限公司
附录A 部分技术代码
/**
*
Title:
*
Description:
* @author YuanSs
* @version 1.0
*/
public class TCMsgOperate implements ILog{
// 消息代码
public static final String TC_REQ_USE_REGEDIT = "XXX1";
public static final String TC_REQ_USE_MODIFY = "XXX2";
public static final String TC_REQ_USE_DISPOSE = "XXX3";
public static final String TC_REQ_CONSIGN_DEFRAY = "XXX4";
public static final String TC_RES_USE_REGEDIT = "1XX1";
public static final String TC_RES_USE_MODIFY = "1XX2";
......