1 / 148

M 化車載衛星定位與資訊服務系統 – 實驗手冊

M 化車載衛星定位與資訊服務系統 – 實驗手冊. Outline. 前言 系統環境建置說明 MySQL Navicat Android Tomcat 系統建置範例 Database Service Android GPS 定位. 前言. 現今資訊發達,要去各地觀光,透過網路,便可以輕易取得相關資訊,但若是要遊玩各個景點,使用者卻需要花費非常多的時間去查詢及規劃路程,而本實驗,便是實作一系統為使用者做出完整的規劃及查詢。

susan-rush
Download Presentation

M 化車載衛星定位與資訊服務系統 – 實驗手冊

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. M化車載衛星定位與資訊服務系統 –實驗手冊

  2. Outline • 前言 • 系統環境建置說明 • MySQL • Navicat • Android • Tomcat • 系統建置範例 • Database • Service • Android • GPS定位

  3. 前言 • 現今資訊發達,要去各地觀光,透過網路,便可以輕易取得相關資訊,但若是要遊玩各個景點,使用者卻需要花費非常多的時間去查詢及規劃路程,而本實驗,便是實作一系統為使用者做出完整的規劃及查詢。 • 本實驗使用Android手機開發平台做為軟體的應用,結合Google Map,Web Service,XML應用,GPS定位,設計出多功能整套旅遊規劃,並為使用者保有安全性加密的使用。. • 以下就附上系統環境建置說明及每個小部分的範例說明

  4. 系統環境建置說明 • MySQL • Navicat • Android • Tomcat

  5. MySQL建置說明 • Download MySQL • MySQL安裝 • MySQL設定 • 錯誤排解

  6. Download MySQL 下載網址:http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-essential-5.1.51-win32.msi/from/http://mysql.ntu.edu.tw/

  7. MySQL安裝 選Next

  8. MySQL安裝 選Complete並按下一步

  9. MySQL安裝 選擇Install

  10. MySQL安裝 選擇Next

  11. MySQL安裝 選擇Finish並確認Configure the MySQL Server now 有勾選

  12. MySQL設定 選擇Next

  13. MySQL設定 選擇設定類型:詳細設定或標準設定,點選 Detailed Configuration 詳細設定,點選 Next

  14. MySQL設定 伺服器種類設定,依將來MySQL的用途進行選擇,本例選擇 Server Machine 伺服器主機,點選 Next

  15. MySQL設定 資料庫使用設定,選擇預設值多功能資料庫

  16. MySQL設定 InnoDB 設定,若無特殊需求,使用預設值即可

  17. MySQL設定 同時間最大連線設定(concurrent connections),使用預設值

  18. MySQL設定 設定 MySQL 資料庫連接埠 (port),預設為 3306(安裝防火牆的電腦需將此 port 開啟)

  19. MySQL設定 資料庫字元集(Character Set)設定,建議選擇支援多語,亦即character set 為 utf8 

  20. MySQL設定 啟動方式設定,預設以 Windows Service (服務) 方式啟動

  21. MySQL設定 設定 root 帳號之密碼。是否要允許遠端主機使用 root 連線,可自行依需要設定,若考量安全性,建議不開放

  22. MySQL設定 所有組態設定完成後,點選 Execute

  23. MySQL設定 若一切無誤,即可開始啟用 MySQL。

  24. 錯誤排解 進行組態時發生無法連接 3306 的錯誤,此問題是因為防火牆封鎖了 port 3306,只需將其設為開啟即可。

  25. 錯誤排解 WindowsXP 防火牆設定 開始 -> 控制台 -> Windows 防火牆 切換到『例外』,選擇『新增連接埠』

  26. 錯誤排解 加入如下敘述,確定後,即可開啟 port 3306 

  27. Navicat建置說明 Navicat Download Navicat 安裝

  28. Navicat Download http://www.navicat.com/cht/download/download.html 選擇Navicat Lite 直接下載

  29. Navicat 安裝 按下一步

  30. Navicat 安裝 選擇安裝位置,然後按下一步

  31. Navicat 安裝 按下一步

  32. Navicat 安裝 選擇是否建立桌面捷徑跟快速列捷徑,按下一步

  33. Navicat 安裝 選擇安裝

  34. Navicat 安裝 安裝完成

  35. Android 環境建製說明 • Android SDK 安裝教學

  36. Android SDK 安裝教學 一、檔案下載 二、環境佈置 三、設定Eclipse 四、將Android SDK加入Eclipse中 五、模擬器啟動

  37. 檔案下載 • Java:http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html • Eclipse: http://www.eclipse.org/downloads/ • Android SDK :http://developer.android.com/sdk/index.html

  38. 環境佈置 在我的電腦按滑鼠右鍵,選擇內容

  39. 環境佈置 選擇進階→環境變數

  40. 環境佈置 新增

  41. 環境佈置 新增android的系統變數

  42. 設定Eclipse 啟動 Eclipse, 選擇Help→Install New Software

  43. 設定Eclipse 選擇Add

  44. 設定Eclipse Location輸入:http://dl-ssl.google.com/android/eclipse/site.xml

  45. 設定Eclipse 將Developer Tools全部打勾,按Next

  46. 設定Eclipse 選擇Next

  47. 設定Eclipse 選擇 I accept the terms of the license agreements, 按下finish

  48. 設定Eclipse 安裝中

  49. 將Android SDK加入Eclipse中 選擇Window→Preferences

  50. 將Android SDK加入Eclipse中 選擇左邊的Android,然後按Browse將放在C:\的android路徑加進來,按下OK

More Related