摘要: 1.获取key 2.获取相应地方的坐标:https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en 例子: http://ml.cs.tsinghua.edu.cn:5000/static/mainWe 阅读全文
posted @ 2017-01-17 20:05 Shiyu_Huang 阅读(179) 评论(0) 推荐(0) 编辑
摘要: import os.path as osp import sys def add_path(path): if path not in sys.path: sys.path.insert(0, path) this_dir = osp.dirname(__file__) path1 = osp.join(this_dir, '..', 'DATA') add_pat... 阅读全文
posted @ 2017-01-17 15:29 Shiyu_Huang 阅读(2209) 评论(0) 推荐(0) 编辑