yaoxiao16

 

2014年5月15日

Django中载入javascript、css的操作

摘要: url.py中的设置: 导入模块from django.conf import settings (r'^js/(?P.*)$','django.views.static.serve',{'document_root':settings.STATIC_PATH}),settings中... 阅读全文

posted @ 2014-05-15 09:59 yaoxiao16 阅读(455) 评论(0) 推荐(0)

2014年4月15日

Python+Google Geocoding

摘要: 本文主要介绍使用Python调用Google Geocoding API进行地址到地理坐标的转换。 Google Geocoding参考https://developers.google.com/maps/documentation/geocoding/?hl=zh-CN Google Ge... 阅读全文

posted @ 2014-04-15 15:08 yaoxiao16 阅读(429) 评论(0) 推荐(0)

导航