close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 4, 2009, 12:31:20 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v7
|
v8
|
|
| 11 | 11 | 還有些utm_campaign、utm_source...的參數,他的作用是用[http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55518 google analytics的link tag]來分析瀏覽者的流量來源,有個不錯的[http://www.kuqin.com/zhanz/20080820/14524.html 教學] |
| 12 | 12 | |
| | 13 | 原始碼下載: |
| | 14 | {{{ |
| | 15 | svn checkout http://redcliff.googlecode.com/svn/trunk/ redcliff-read-only |
| | 16 | }}} |
| | 17 | |
| 13 | 18 | === 範例二、地震中心資料 === |
| 14 | 19 | |
| 15 | 20 | 除了參考赤壁地圖,還有個比較簡單的範例就是[http://maps.google.com/maps/mpl?moduleurl=http://earthquake.usgs.gov/eqcenter/mapplets/earthquakes.xml 國外的地震中心google maps] |
| 16 | 21 | |
| 17 | | 這個網站 |
| 18 | | |
| 19 | | 網址:[http://maps.google.com/maps/mpl?moduleurl=http://earthquake.usgs.gov/eqcenter/mapplets/earthquakes.xml http://maps.google.com/maps/mpl?moduleurl=http://earthquake.usgs.gov/eqcenter/mapplets/earthquakes.xml] |
| 20 | | |
| 21 | | 被引導到的earthquakes.xml程式碼不太複雜,用java scripts寫在xml裡,程式當中還會去導入一個[http://earthquake.usgs.gov/eqcenter/catalogs/eqs7day-M4.xml rss feed],這個rss每週更新,好讓這個google map可以呈現最近一週、一個月、等的地震資訊。 |
| 22 | | |
| 23 | | |
| | 22 | 這個[http://maps.google.com/maps/mpl?moduleurl=http://earthquake.usgs.gov/eqcenter/mapplets/earthquakes.xml 網站]被引導到的[http://earthquake.usgs.gov/eqcenter/mapplets/earthquakes.xml earthquakes.xml]程式碼不太複雜,用java scripts寫在xml裡,程式當中還會去導入一個[http://earthquake.usgs.gov/eqcenter/catalogs/eqs7day-M4.xml rss feed],這個rss每週更新,好讓這個google map可以呈現最近一週、一個月、等的地震資訊。 |
| 24 | 23 | |
| 25 | 24 | 內容如下: |