08 2019 档案
摘要:----------------------------------------------------------------------------------import sys, osimport httplib, urllib, urllib2import urlparseimport jsonimport tracebackimport time#baseUrl = 'https://...
阅读全文
摘要:----------------------------------import arcpyfrom base64 import encodestringusername = 'xxx'password = 'xxx'authorizationStr = encodestring('%s:%s' % (username, password))[:-1]print('Basic %s' % auth...
阅读全文
摘要:参考: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...
阅读全文