拼车网系统设计与实现-收费管理模块---毕业论文

上传人:wo7****35 文档编号:55274067 上传时间:2018-09-26 格式:DOC 页数:87 大小:11.02MB
返回 下载 相关 举报
拼车网系统设计与实现-收费管理模块---毕业论文_第1页
第1页 / 共87页
拼车网系统设计与实现-收费管理模块---毕业论文_第2页
第2页 / 共87页
拼车网系统设计与实现-收费管理模块---毕业论文_第3页
第3页 / 共87页
拼车网系统设计与实现-收费管理模块---毕业论文_第4页
第4页 / 共87页
拼车网系统设计与实现-收费管理模块---毕业论文_第5页
第5页 / 共87页
亲,该文档总共87页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《拼车网系统设计与实现-收费管理模块---毕业论文》由会员分享,可在线阅读,更多相关《拼车网系统设计与实现-收费管理模块---毕业论文(87页珍藏版)》请在金锄头文库上搜索。

1、本本 科科 毕毕 业业 论论 文文拼车网系统设计与实现拼车网系统设计与实现 收费管理模块收费管理模块The Design and Implementation of Carpooling NetCharge Management Module姓 名: 学 号:学 院:软件学院系:软件工程专 业:软件工程年 级: 指导教师: 助理教授年年 月月摘摘 要要随着电脑的普及,网络在生活中扮演着越来越重要的角色。生活中,人们渴望拥有一种快捷的方式进行拼车行为,针对这一需求,进行了拼车网系统的设计与实现。为了能为大众不断提供更好的服务,系统进行费用收取(会员注册免费) 。费用包括拼车费用收取和广告费用收取

2、。针对会员的拼车费用,系统采用不同会员类型制定不用的费用标准。会员类型主要分为四种:拼车者,车主,出租车的人,出租司机。系统为他们分别定制四种不同的费用标准,然后记录拼车成功次数,根据拼车成功次数给以一定的折扣。系统能够为每种会员设置费用标准。针对会员发布广告的费用,系统采用依据不同的广告性质进行费用收取。根据广告性质制定一个标准价格,然后再通过时间确定会员应付的总价。系统统一采用支付宝进行费用交纳。当用户产生费用账单时,点击付款连接,系统将会根据支付宝的接口标准传递相应的参数至支付宝,如账单 id 和应付总价,所有的数据都通过 MD5 算法进行加密以达到安全的效果。关键词:关键词:费用管理;

3、拼车费用;广告费用;拼车网AbstractWith the widely application of computer, network plays a more and more important role in daily life. In daily life, people desire to have a quick way to carpool. According to this requirement, we conduct the design and implementation of carpool system. For the goal of providing

4、better service, the system will charge for money.The charge includes carpool charge and advertise charge.For the carpool charge, it makes different standard charge for different users. Users are divided into four kinds: carpooler, car owner, the owner of the car who want to rent the car to others, d

5、river. System makes different standard charge for them, then records the count, and according to the successful count of carpool to make a discount. System can set the standard charge for different kinds of users.For the charge of advertise, it makes the charge according to different kinds of advert

6、ise. It makes a standard charge according to the characteristic of advertise, then makes the result charge by time.We unify use Alipay to pay for the charge. When user makes a bill, click the link, system will send parameters to Alipay according to the interface of it, such as bill id and total mone

7、y. All of the information will be encrypted by MD5 to ensure safe.Key words: charge management, the charge of carpool, the charge of advertise, the charge of carpool system目录第一章第一章 绪论绪论.11.11.1 课题研究背景及课题研究背景及意义意义 1 11.21.2 研究现状以及解决方法研究现状以及解决方法 5 51.31.3 本文的主要工作本文的主要工作 8 81.41.4 本文的结构本文的结构 8 8第二章第二章

8、关键技术介绍关键技术介绍.102.12.1 技术介绍技术介绍 10102.1.1 J2EE .102.1.2 JSF 122.1.3 ANT 142.1.4 MYSQL 162.1.5 MYECLIPSE 17 2.22.2 开发环境配置开发环境配置 1818第三章第三章 收费管理模块总体设计收费管理模块总体设计.193.13.1 收费管理模块功能需求分析收费管理模块功能需求分析 19193.1.1 前言193.1.2 目标193.1.3 需求规定203.1.4 故障处理要求243.1.5 其他要求253.1.6 运行环境规定253.23.2 运行环境运行环境25253.33.3 设计目标设计

9、目标26263.43.4 基本设计概念和处理流程基本设计概念和处理流程 26263.53.5 结构结构29293.63.6 功能需求与程序的关系功能需求与程序的关系 29293.73.7 人工处理过程人工处理过程 31313.83.8 尚未问决的问题尚未问决的问题 31313.93.9 系统接口设计系统接口设计 31313.103.10 模块数据库模块数据库 ERER 图设计图设计 32323.113.11 开发环境配置开发环境配置 33333.123.12 小结小结 3333第四章第四章 收费管理模块详细设计收费管理模块详细设计.344.14.1 引言引言 34344.24.2 定义定义 3

10、4344.34.3 系统的结构系统的结构 34344.44.4 拼车费用管理子模块设计说明拼车费用管理子模块设计说明 41414.4.1 模块描述414.4.2 模块的功能414.4.3 模块的性能414.4.4 模块的结构414.4.5 流程逻辑434.4.6 接口444.4.7 限制条件454.54.5 广告费用管理子模块设计说明广告费用管理子模块设计说明 45454.5.1 模块描述454.5.2 模块的功能454.5.3 模块的性能454.5.4 模块的结构464.5.5 流程逻辑474.5.6 接口494.5.6 限制条件504.64.6 帐单费用管理子模块设计说明帐单费用管理子模块

11、设计说明 50504.6.1 模块描述504.6.2 模块的功能514.6.3 模块的性能514.6.4 模块的结构514.6.5 流程逻辑524.6.6 接口564.6.7 限制条件564.74.7 小结小结 5656第五章第五章 系统测试及运行结果系统测试及运行结果.575.15.1 概述概述 57575.25.2 拼车费用管理模块运行结果拼车费用管理模块运行结果 57575.2.1 功能说明575.2.2 结果截图展示与分析575.35.3 广告费用管理模块运行结果广告费用管理模块运行结果 63635.3.1 功能说明635.3.2 结果截图展示与分析645.45.4 帐单管理模块运行结

12、果帐单管理模块运行结果 67675.4.1 功能说明675.4.2 结果截图展示与分析675.35.3 小结小结7171第六章第六章 结束语结束语.726.16.1 论文总结论文总结 72726.26.2 工作展望工作展望 7272参考文献参考文献.74致致 谢谢.76ContentsChart 1 Preface11.1 Research signficance and background.11.2 Research current situation and solution51.3 Main work of this article.81.4 Structure of this art

13、icle8Chart 2 Introduce of main technology 102.1Introduce of technology102.1.1 J2EE.102.1.2 JSF122.1.3 ANT .142.1.4 MYSQL162.1.5 MYECLIPSE .172.2 Configuration of development environment .18Chart 3 Concept design of charge module193.1 Requirement analysis of charge module193.1.1 Introduce193.1.2 Goal

14、193.1.3 Reauirement regulation203.1.4 Error deal requirement.243.1.5 Other requirement253.1.6 Regulation of running environment.253.2 Running environment253.3 Design goal263.4 Basic design concept and deal flow.263.5 Structure.293.6 Relation of function and code .293.7 Deal process of man.313.8 Unso

15、love problem.313.9 Design of system interface.313.10 The ER picture of the module.323.11 Configuration of development environment .333.12 Sunmary33Chart 4 The detial design of charge module.344.1 Introduce.344.2 Define 344.3 System structure.344.4 The direction of carpool charge module design414.4.1

16、 Module describe.414.4.2 Module function.414.4.3 Module performance414.4.4 Module structure414.4.5 Logical flow.434.4.6 Interface .444.4.7 Restrict condition.454 4.5 The direction of advertise charge module design454.5.1 Module describe.454.5.2 Module function.454.5.3 Module performance454.5.4 Module structure464.5.5 Logical flow.474.5.6 Interface .494.5.6 Restrict condition.504.6 The direction of chargebill module design.504.6.1 Module describe.504

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号