Saturday, June 8, 2013
Thursday, June 6, 2013
OVER_QUERY_LIMIT
http://maps.google.com/maps/api/geocode/xml?address= 台北市中華路&sensor=true
#Problem:
註明感應器的使用狀況
使用 Google Static Maps API 時,您必須指出您的應用程式是否有使用「感應器」 (例如 GPS 定位器) 判斷使用者的位置。這對行動裝置尤其重要。應用程式必須傳送必要的感應器參數,指出您的應用程式是否有使用感應器裝置。
如果您的應用程式是透過感應器判斷使用者位置,就必須在 Static Maps API 要求網址內傳送
sensor=true
。如果您的應用程式沒有使用感應器,請傳送 sensor=false
。
#Problem:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<GeocodeResponse>
<status>OVER_QUERY_LIMIT</status>
</GeocodeResponse>
#
Geocoding Strategies#
Server-side geocoding through the Geocoding Web Service has a quota of 2,500 requests per IP per day
Client-side geocoding through the browser is rate limited per map session,
When to Use Client-Side Geocoding
The basic answer is "almost always." As geocoding limits are per user session, there is no risk that your application will reach a global limit as your userbase grows. Client-side geocoding will not face a quota limit unless you perform a batch of geocoding requests within a user session. Therefore, running client-side geocoding, you generally don't have to worry about your quota.
Google Maps API Web Services
This document discusses the Maps API Web Services, a collection of HTTP interfaces to Google services providing geographic data for your maps applications. This guide serves only to introduce the web services and host information common to all of the different services. Individual documentation for each service is located below:
business API -
http://maps.googleapis.com/maps/api/geocode/json ?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA &sensor=true_or_false &client=gme-YOUR_CLIENT_ID &signature=YOUR_URL_SIGNATURE
#http://googlegeodevelopers.blogspot.tw/2012/06/lower-pricing-and-simplified-limits.html
#必看文章
http://www.webstutorial.com/google-server-side-geocoding-php-infobox/website-tweaks/google
SQL 語法
select * from MainData;
SELECT MainData.id,MainData.col_2,MainData.col_20,MainData.col_51,MainData.col_52
FROM MainData
Problem: String and Integer compare:
http://stackoverflow.com/questions/7496160/mysql-sql-query-to-compare-integer-and-string
E38080的意義:
http://www.asciitable.com/
但UTF-8對所有常用的字元都可以用三個位元組表示,
https://zh.wikipedia.org/wiki/UTF-8
#Problem:
how to remove the space in Java String.
#中文編碼 解析
http://blog.darkthread.net/blogs/darkthreadtw/archive/2007/09/07/1040.aspx
Ans:
http://stackoverflow.com/questions/10786042/java-url-encoding
String encodedurl = URLEncoder.encode(myUrl.toString(),"UTF-8");
[06/06/2013 11:00:04.660][INFO]--臺中市西 區大全街33巷
[06/06/2013 11:00:04.660][INFO]--%E8%87%BA%E4%B8%AD%E5%B8%82%E8%A5%BF%E3%80%80%E5%8D%80+%E5%A4%A7%E5%85%A8%E8%A1%9733%E5%B7%B73%E8%99%9F
#More information: E38080的意義:
Tuesday, June 4, 2013
日文輸入法
Anthy - 智能日文輸入法 (Debian/Ubuntu/Kubuntu/Xubuntu/Lubuntu 和 Fedora 等在 ibus-anthy 套件)
字母對照表:
@http://www.wretch.cc/blog/handazyuku/10483991@
あ
い
う
え
お
か き く け こ
さ し す さ そ
た ち つ て と
日文打字練習
#http://kids.nifty.com/cs/game/detail/91125000012/1.htm
-あなた
-日文單字網
http://smady.com/
Subscribe to:
Posts (Atom)