2006-07-20から1日間の記事一覧

Google Maps APIのキーを動的に付加する方法

異なる領域では異なるキーが必要で、設置する場所によって書き換えるのは面倒だと思い、 var google_maps_keys = {'http://localhost/' : '...KeyA...' ,'http://localhost:3000/' : '...KeyB...' ,'http://localhost:8080/' : '...KeyC...' }; var director…