08 2019 档案

摘要:----------------------------------------------------------------------------------import sys, osimport httplib, urllib, urllib2import urlparseimport jsonimport tracebackimport time#baseUrl = 'https://... 阅读全文
posted @ 2019-08-29 14:47 ParamousGIS 阅读(1751) 评论(2) 推荐(0) 编辑
摘要:----------------------------------import arcpyfrom base64 import encodestringusername = 'xxx'password = 'xxx'authorizationStr = encodestring('%s:%s' % (username, password))[:-1]print('Basic %s' % auth... 阅读全文
posted @ 2019-08-29 14:36 ParamousGIS 阅读(635) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/luo30zhao/p/10515594.htmlhttps://blog.csdn.net/skiof007/article/details/78678490pip3 install cryptography>>> from cryptography.hazmat.backends import default_backend>>> from... 阅读全文
posted @ 2019-08-21 17:22 ParamousGIS 阅读(669) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示