03 2018 档案

摘要:import re import os input_path = 'G:/test/aa.json' output_path ='G:/test/bb.json' with open(input_path) as input_file: str = input_file.read() str = re.sub('\s','',str) print str wit... 阅读全文
posted @ 2018-03-20 17:10 sulerzh 阅读(296) 评论(0) 推荐(0)
摘要:导出: 导入: 阅读全文
posted @ 2018-03-20 17:08 sulerzh 阅读(281) 评论(0) 推荐(0)
摘要:就这些吧。。 阅读全文
posted @ 2018-03-16 14:00 sulerzh 阅读(244) 评论(0) 推荐(0)
摘要:翻译自: Introducing the AWS Lambda Tiler https://hi.stamen.com/stamen-aws-lambda-tiler-blog-post-76fc1138a145 这是另一个mapbox的网站: https://viewer.remotepixel. 阅读全文
posted @ 2018-03-09 14:58 sulerzh 阅读(297) 评论(0) 推荐(0)