this is a blog about movie ~ May tell some story about the movie ~ if you haven't see it before ~ and don't want to know the story before seeing it ~ you may skip some topic :)
Myspace enter to the Chinese Market ~ You can find out ~ there are "http://www.myspace.com.cn" But ~ it's still under the control of China goverment @@ 作者: Brand1985 (張小BB彈!) 看板: AAAAAAAA 標題: [網路]MySpace交友網 進軍中國 時間: Wed May 23 10:15:45 2007 ※ [本文轉錄自 BlueCities 看板] 作者: Brand1985 (張小BB彈!) 看板: BlueCities 標題: [網路]MySpace交友網進軍中國 政治審查介入 籲舉報「不當行為」。 時間: Wed May 23 09:34:57 2007 臺灣蘋果日報 2007/05/21 MySpace交友網 進軍中國 政治審查介入 籲舉報「不當行為」 【栗筱雯/綜合外電報導】 國際媒體大亨梅鐸買下全球熱門交友網站MySpace後積極拓展,上個月底在 中國推出MySpace China試用版。然而國際人權組織發現MySpace China網站有政 治審查現象,論壇區不含政治與宗教兩大議題,更鼓勵網友舉報「不當行為」。 梅鐸採獨立公司運作 幾家外資經營的知名網站進軍中國後都傳出與言論自由有關的爭議事件,如 Google同意自行檢查網站內容、Yahoo同意提供用戶資料給中國政府。梅鐸想盡辦 法找出避免政治麻煩的網路市場發展之路,其結果是以在中國境內成立獨立公司 的模式運作Myspace China,並找在地人營運。他挖來曾在微軟任職12年的羅川擔 任執行長,妻子鄧文迪也佔一席董事。這是鄧文迪在新聞集團的第一個正式職務。 科技新聞網站Tixyt.com日前報導,Myspace China(www.myspace.cn)架構 與其他國家的Myspace差不多,論壇區卻未見各國最熱門的政治與宗教議題。網站 另設舉發不當內容的對話方塊,呼籲網友發現任何用戶發言涉及「危害國家安全、 洩露國家機密……或干擾社會秩序」時,應當舉發。有「台獨」、「法輪功」、 「達賴喇嘛」等政治敏感字眼的文件無法張貼,畫面還會顯示訊息:「抱歉,您 想張貼的文章恐有不當內...
關於 Android Location-based Service APIs 可以先看這官方說明文 : Location and Maps Cupcake有多了些Support的 api 像是 java.lang.Object ↳ android.location.Geocoder A class for handling geocoding and reverse geocoding. Geocoding is the process of transforming a street address or other description of a location into a (latitude, longitude) coordinate. 詳情請看Api : http://developer.android.com/reference/android/location/Geocoder.html 在AVD的使用上也可以設定GPS support 所有跟硬體相關的設定紀錄在AVD's local directory > config.ini 跟GPS相關的參數名稱是hw.gps Whether there is a GPS in the device. Default value is "yes". -- By default, the android tool creates the AVD directory inside ~/.android/avd/ (on Linux/Mac), C:\Documents and Settings\ \.android\ on Windows XP, and C:\Users\ \.android\ on Windows Vista. If you want to use a custom location for the AVD directory, you can do so by using the -p option when you create the AVD: android create avd -n my_android1.5 -t 2 -p path/to/my/avd 詳見: 什麼是AVD ?