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

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

      網絡旅游信息系統的設計與實現

       本文ID:LWGSW14046 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 網絡旅游信息系統的設計與實現 (收費:1000 積分)  

      論文字數:10996,頁數:33

      摘  要
      網絡旅游信息系統是利用計算機Web數據庫高效的數據存儲和管理能力來管理旅游信息,其主要意義在于簡化人們以往查找旅游信息的繁瑣工作,通過計算機聯網后,可以實現數據的遠程訪問和共享,將旅游咨詢和網絡傳播充分的結合,改變以往人們必須到旅行社的傳統模式。
      本文介紹了一個網絡旅游信息系統的設計與實現。該系統完整地分析了網絡旅游信息系統的業務需求,并進行了詳細設計。在此基礎上實現了其中的基本功能,包括:旅游信息管理與查詢、旅行社注冊、旅游線路發布、旅游線路預訂、用戶論壇等功能。同時,系統對用戶進行了分級管理,提高了系統的安全性。
      在技術上,該系統選擇了B/S(瀏覽器/服務器)三層網絡體系結構。客戶端技術綜合采用HTML、VBScript、java script等技術提供用戶界面;應用服務器端使用IIS,并采用ASP動態網頁編程技術實現業務邏輯;數據庫服務器采用SQL Server 2000關系數據庫。利用ASP 動態網頁編程技術,通過ADO與SQL Server 2000數據庫建立鏈接,運用SQL 語言實現對其數據庫的操作。

      關鍵詞:計算機網絡;網絡旅游信息;SQL sever 2000;ASP;數據庫
      The Implementation and Design for Network Tour Information System
      Abstract
      The network tour information system is designed to manage tour information by using the ability of efficient storing and managing data of computer. Its main purpose is to simplify the complicated work of people in looking for tour information. By connecting to computers, long-distance visiting and sharing of data will become true. The combining of tour information consultation and network communication sufficiently will change the traditional model that people need to go to travel agency for tour information in the past.
      This paper introduces the design and implementation of a network tour information system. It analyzes the business requirement of internet tour information system completely and the detail of system designation. On this basis, this system realized the basic functions, such as the management and inquiry of tour information, the registering of travel agencies, the issuance of tourist routes, the order of tourist routes, the management of user forum and so on. Besides, this system manages the users according to their grades to improve the safety of the system.
      In technology, this system chooses B/S (Browser/ Server) three-layer of network system structure. The client end provides the consumer interface by adopting technologies such as HTML, VBScript, and java script synthetically. The application server makes use of IIS and adopts the ASP dynamic Webpage programming technology to realize the business logic; the database server adopts SQL Server 2000 relation database.

      Key words: Computer network; Network tour information; SQL sever 2000; ASP; Data base

      目  錄

      1 引言 1
      2 為什么開發網絡旅游信息系統 1
      2.1 計算機網絡已經成為生活得力助手 1
      2.1.1 計算機網絡的基本概念 1
      2.1.2 計算機網絡在生活中的應用 1
      2.2 計算機網絡與旅游的完美結合 2
      3 開發語言與工具的選擇 2
      3.1 Web數據庫技術 2
      3.2 ASP(Active Server Pages)技術 3
      3.2.1 ASP技術簡介 3
      3.2.2 ASP的特點 3
      3.2.3 ASP的內建對象 3
      3.2.4 ASP訪問數據步驟 4
      3.3 Microsoft sql server 2000(SQL) 4
      4 網絡旅游信息系統的分析與設計 5
      4.1 網絡旅游信息系統的需求分析 5
      4.1.1 網絡旅游信息系統開發目的 5
      4.1.2 網絡旅游信息系統的功能 5
      4.2 數據庫的實現 6
      4.2.1 數據結構及其E-R圖 6
      4.2.2 數據庫的邏輯結構設計 8
      4.2.3 數據庫的連接 11
      5 網絡旅游信息系統的實現 11
      5.1 系統功能模塊介紹 11
      5.2 網絡旅游信息系統流程圖 13
      5.3 系統具體實現 14
      5.3.1 旅游信息模塊 14
      5.3.2 管理員管理模塊 15
      5.3.3 線路預訂模塊 18
      6 難點及解決方法 24
      結    論 25
      參考文獻 26
      致    謝 27
      聲    明 28


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于ASP的反垃圾郵件管理系統的設.. 下一篇:基于ASP的旅游網站的設計與實現
      Tags:網絡 旅游 信息系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

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