天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于SpringMVC的一站式繳費系統(tǒng)的設計與實現(xiàn)

發(fā)布時間:2018-08-30 10:53
【摘要】:隨著互聯(lián)網(wǎng)的快速發(fā)展和全球經(jīng)濟的一體化進程不斷加深,電子商務越來越受到人們的重視。互聯(lián)網(wǎng)的不斷深入使得網(wǎng)絡經(jīng)濟逐漸深入人心,隨著各個企業(yè)單位服務質量的不斷提高,越來越多的服務型、公益性企業(yè)順應了互聯(lián)網(wǎng)發(fā)展潮流,推出了“互聯(lián)網(wǎng)+”服務,提供了網(wǎng)上支付平臺接口,如網(wǎng)上繳納水費、電費、電話費等等。這在很大程度上方便了廣大用戶,使得用戶可以足不出戶繳納各種費用,極大的提高了用戶的工作效率。與此同時,各個獨立的繳費平臺雖然方便了用戶的繳費過程,但仍然存在一些問題,如各個繳費系統(tǒng)相互獨立,互無關聯(lián),這使得用戶需要登陸多個系統(tǒng),注冊多個用戶名來完成所有的繳費任務,而且多個用戶名容易出現(xiàn)記混記錯的現(xiàn)象,影響用戶的正常使用。本文使用Spring MVC[1]框架,設計并實現(xiàn)了一站式繳費系統(tǒng)。該框架是高度可配置的,而且包括多種視圖的技術,例如JSP、Tiles等。Spring MVC框架并不知道使用的視圖,所以我們可以選擇視圖。另外他還分離了控制器、分派器等等,使得這些更容易被控制。該系統(tǒng)為用戶的各項消費進行統(tǒng)一的繳費,極大的方便了用戶,提升了用戶的體驗度,方便了用戶免于多次登錄不同的系統(tǒng)進行繳費,減少了登陸不同系統(tǒng)繳費帶來的麻煩。我們基于Spring MVC框架研究設計的一站式繳費系統(tǒng),主要涉及到了用戶居家生活經(jīng)常使用的幾個方面,如房租、水費、電費、交通費用等。除此之外,我們給用戶以自主選擇權,在用戶界面提供了基本消費模塊外,還可以自定義繳費模塊,給用戶以選擇權利。另外,我們根據(jù)現(xiàn)階段用戶選擇“合租”的生活模式,通過房屋編號來確定居住人數(shù),設計實現(xiàn)了“AA制”消費功能,免去用戶線下分攤費用的不便之處。本文的主要內容是介紹了以Spring MVC框架與my Batis技術為基礎,采用Java開發(fā)語言,同時與My Sql數(shù)據(jù)庫管理系統(tǒng)相結合,設計與開發(fā)出一站式繳費系統(tǒng)。本文的主要內容安排如下所示:1.介紹網(wǎng)上支付系統(tǒng)的發(fā)展背景與國內外發(fā)展現(xiàn)狀及研究意義。2.介紹一站式繳費系統(tǒng)開發(fā)所需的關鍵框架Spring MVC、my Batis,另外對本文所用到的關鍵技術如Java、JSP以及My Sql數(shù)據(jù)庫技術作了介紹。3.對一站式繳費系統(tǒng)進行了需求分析,系統(tǒng)設計。對本系統(tǒng)所需的數(shù)據(jù)庫進行了分析設計,對涉及到的用戶登錄注冊表、用戶信息表、用戶開銷信息表進行了設計。系統(tǒng)各個功能模塊實現(xiàn)方法等內容并對模塊設計進行簡單的介紹。4.對系統(tǒng)的相關功能進行了測試,并對測試結果進行了分析。
[Abstract]:With the rapid development of the Internet and the integration of the global economy, e-commerce has been paid more and more attention. With the continuous deepening of the Internet, the network economy has gradually taken root in the hearts of the people. With the continuous improvement of the service quality of each enterprise unit and more service types, public welfare enterprises have complied with the trend of Internet development and launched "Internet" services. Provides an online payment platform interface, such as online payment of water, telephone charges and so on. This to a large extent facilitates the vast number of users, so that users can pay all kinds of fees, greatly improve the efficiency of users. At the same time, although each independent payment platform facilitates the user's payment process, there are still some problems, such as each payment system is independent and independent of each other, which makes the user need to log on to more than one system. Registration of multiple user names to complete all the payment tasks, and multiple user names are prone to misremember phenomenon, affecting the normal use of users. This paper uses Spring MVC [1] framework to design and implement one-stop payment system. The framework is highly configurable and includes techniques for multiple views, such as JSP,Tiles and so on. The Spring MVC framework does not know which views to use, so we can choose views. He also separates controllers, dispatchers, and so on, making them easier to control. The system makes unified payment for the user's consumption, greatly facilitates the user, enhances the user's experience degree, facilitates the user to avoid multiple login to different systems to pay fees, and reduces the trouble caused by landing different system fees. Based on the Spring MVC framework, we design a one-stop payment system, which mainly involves several aspects that users often use in their home life, such as rent, water, electricity, transportation and so on. In addition, we give the user an independent option, in addition to the user interface to provide the basic consumption module, but also to customize the payment module, to give users the right to choose. In addition, according to the current user's choice of "shared rent" life mode, through the housing number to determine the number of residents, designed to achieve the "AA system" consumption function, to avoid the inconvenience of users sharing costs under the line. The main content of this paper is to introduce the design and development of a one-stop payment system based on Spring MVC framework and my Batis technology, using Java development language and combining with My Sql database management system. The main contents of this paper are arranged as follows: 1. This paper introduces the development background of online payment system and its development status at home and abroad and its significance. This paper introduces the key framework for the development of one-stop payment system. Spring MVC,my Batis, also introduces the key technologies used in this paper, such as Java,JSP and My Sql database technology. The one-stop payment system is analyzed and the system is designed. The database needed in this system is analyzed and designed. The user login registry, user information table and user expense information table are designed. The realization method of each function module of the system is introduced, and the design of the module is simply introduced. 4. The related functions of the system are tested and the test results are analyzed.
【學位授予單位】:吉林大學
【學位級別】:碩士
【學位授予年份】:2016
【分類號】:TP311.52

【參考文獻】

相關期刊論文 前10條

1 吳小青;;JSP+TOMCAT+MYSQL開源軟件整合配置初探——以揭陽職業(yè)技術學院圖書館網(wǎng)站服務器配置為例[J];齊齊哈爾大學學報(自然科學版);2012年04期

2 張瑞青;李鐵柱;;基于SpringMVC的用戶登錄系統(tǒng)的設計與實現(xiàn)[J];科技信息;2012年10期

3 薛峰;梁鋒;徐書勛;王彪任;;基于Spring MVC框架的Web研究與應用[J];合肥工業(yè)大學學報(自然科學版);2012年03期

4 來興華;張水平;尚文靜;;基于WCF的自助繳費系統(tǒng)的設計與實現(xiàn)[J];微計算機信息;2008年12期

5 吳艷艷;周長倫;姜家軒;王春梅;許自國;;軟件項目管理中的需求管理[J];信息技術與信息化;2008年02期

6 王莉;吳潔明;;軟件項目中的需求變更管理的研究[J];計算機技術與發(fā)展;2007年01期

7 任永功;王政軍;;基于JSP和MySQL的動態(tài)表結構的設計與實現(xiàn)[J];計算機工程;2006年05期

8 袁萍,姚力文,彭巧珍;一個基于JSP的醫(yī)療保險網(wǎng)上繳費系統(tǒng)的設計與實現(xiàn)[J];計算機與現(xiàn)代化;2005年02期

9 林進;連云港市自來水總公司營業(yè)收費系統(tǒng)的開發(fā)與應用[J];大眾科技;2005年02期

10 胥琳,黃洪;軟件項目的風險評價模型[J];計算機工程與應用;2004年13期

,

本文編號:2212854

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/jingjilunwen/dianzishangwulunwen/2212854.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶a190b***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com