論文格式
                電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
                機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
                制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
                通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
                • 首頁 |
                • 畢業論文 |
                • 論文格式 |
                • 個人簡歷 |
                • 工作總結 |
                • 入黨申請書 |
                • 求職信 |
                • 入團申請書 |
                • 工作計劃 |
                • 免費論文 |
                • 合作期刊 |
                • 論文同學網 |
                搜索 高級搜索

                當前位置:論文格式網 -> 畢業論文 -> 計算機論文
                畢業論文標題:

                大學生訂票管理系統的設計與實現

                 本文ID:LWGSW14460 價格:收費積分/100
                掃一掃 掃一掃
                本站會員可自行下載:下載地址 大學生訂票管理系統的設計與實現 (收費:1000 積分)  

                論文字數:13543,頁數:48

                摘要

                 本畢業設計完成的系統是大學生網上訂票管理系統,該系統通過網絡進行車票信息查詢,幫助大學生進行火車票的預訂、購買、支付,解決了大學生買票難,回家難的問題。訂票在購票交易過程中扮演著十分重要的角色,設計和實現一個完整的專門針對大學生的訂票系統能夠為大學生提供一個快捷、便利的購票渠道,具有十分重要的意義。
                 本文介紹了大學生訂票系統開發過程及其相關技術,結合其他一些實際工程項目中的售票系統的功能需求和業務流程分析,運用動態網頁、數據庫等技術,完成了大學生訂票系統的設計與實現,并將整個訂票系統分成查詢,訂購和管理員功能等功能模塊。大學生訂票系統的模塊層次多,在實現過程中要求多個子模塊并行開發,這對系統體系結構的具有擴展功能有很高的要求。在對C/S和B/S兩種模式分析的基礎上,綜合運用電子商務開發技術,而選擇了采用B/S模式進行開發。系統的設計與實現綜合運用了JSP等技術,完成了數據庫開發、網頁站點設計等工作。文中提出的的方案解決了此次工程中的實際問題,為此類系統的開發提供了有效的措施。

                關鍵詞:大學生、網上訂票、JSP、動態網頁、管理系統


                ABSTRACT

                 The completing the system of this design of the graduate students is a booking tickets management system to college students, which searching tickets through the information network to help college students booking train tickets, purchase, payment, solving the college students buying difficulty, the problem of going home. Purchase transactions in the process of booking play an important role, design and realization of a complete college-specific booking system for university students to provide a fast, convenient booking channels of great significance.
                 This paper introduces the development of students booking system and its related technologies, in combination with other projects some practical ticketing system functional requirements and business process analysis, using of dynamic pages, databases and other technologies, completed the Design and Implementation of the booking system and inquiry the administrator function into booking system, order , function modules and so on. The college students’ booking system module level, and in achieving the requirements of the process of parallel development of multiple sub-modules, this system architecture of the expansion of functions with high demands. The C / S and B / S analysis of two models based on the comprehensive use of e-commerce technology, and choice the B / S model for the development. System Design and Implementation use of the JSP, such as the integrated use of technology, the completion of the database development, web site design work. This paper presents the program in the works to solve practical problems for the development of such systems provide an effective measure.
                Key words: college students, online booking tickets, JSP, dynamic web pages, management system
                 
                目錄
                摘要 I
                ABSTRACT II
                第1章 引言 1
                    1.1 背景 1
                    1.2 研究內容 1
                第2章 大學生訂票系統分析 3
                    2.1 系統需求分析 3
                    2.2 系統用戶及其權限分析 3
                    2.3 系統功能需求分析 3
                        2.3.1 基礎信息管理模塊流程圖 3
                        2.3.2 訂單管理模塊流程圖 4
                        2.3.3 車票管理模塊流程圖 5
                        2.3.4 財務管理模塊流程圖 5
                        2.3.5 系統管理模塊 6
                    2.4 本章小結 6
                第3章 大學生訂票管理系統設計 7
                    3.1 系統設計原理 7
                    3.2 系統業務需求分析與設計 7
                        3.2.1 業務的種類及適用范圍 7
                        3.2.2 業務中涉及到的部門及權限 7
                        3.2.3 業務流程分析與設計 8
                        3.2.4 操作要點 8
                    3.3 系統功能設計 9
                        3.3.1 系統功能設計圖 9
                        3.3.2 系統功能設計說明 10
                    3.4 本章小結 10
                第4章 數據庫設計 11
                    4.1 數據庫需求分析 11
                    4.2 概念結構設計 12
                        4.2.1 E-R圖設計 12
                        4.2.2 關系模型設計 12
                    4.3 數據庫物理結構設計 13
                        4.3.1 物理結構描述 13
                        4.3.2 物理表結構設計 14
                    4.4 本章小結 16
                第5章 開發軟件及主要技術 17
                    5.1 系統開發語言及相關技術 17
                    5.2 系統開發的軟件和環境 17
                    5.3 數據庫連接 18
                    5.4 使用框架結構 18
                    5.5 本章小結 20
                第6章 系統實現 21
                    6.1 系統登錄實現 21
                        6.1.1 系統登錄程序流程 21
                        6.1.2系統登錄頁面演示 21
                    6.2 系統首頁頁面演示 23
                        6.2.1 會員系統頁面演示 23
                        6.2.2 職員系統首頁演示 24
                    6.3 系統會員注冊實現 25
                        6.3.1 系統會員注冊程序流程 25
                        6.3.2 系統會員注冊演示 25
                    6.4訂票管理實現 27
                        6.4.1訂票管理程序流程 27
                        6.4.2 會員訂票管理過程演示 28
                        6.4.3 職員訂票管理過程演示 30
                     6.5 車票管理實現 33
                        6.5.1 車票管理程序流程 33
                        6.5.2車票管理過程演示 34
                    6.6 財務信息管理實現 36
                        6.6.1 退票退款演示 36
                        6.6.2 用戶充值演示 36
                        6.6.3 業績統計演示 37
                    6.7 本章小結 38
                第7章 結束語 39
                致謝 40
                參考文獻 41
                附錄 源代碼 42


                相關論文
                本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
                上一篇:高達鋼鐵現貨交易系統的設計與實現 下一篇:寵物醫院管理系統的設計與實現
                Tags:大學生 訂票 管理系統 設計 實現 【收藏】 【返回頂部】
                最新文章
                熱門文章
                計算機論文
                推薦文章

                本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

                論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

                Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

                感谢您访问我们的网站,您可能还对以下资源感兴趣:

                论文格式网:毕业论文格式范文