05 2019 档案
摘要:// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.10/esri/copyright.txt for details. //>>built ; ;sdfsd sd;;; define('esri/widgets...
阅读全文
摘要:替换绝对路径为空
阅读全文
摘要:# 必须配置此目录 location /upload { root D:\\upload\\; rewrite '^/upload(.*)$' $1 break; }
阅读全文
摘要:#!coding: utf-8 import numpy as np import arcpy def addGRB2ToMosaic(grb2name): print "start add raster" mygdb = u'/mosaic/mosaic/gdbs/data.gdb/image' mdname = mygdb # u"Z:\\gdbs\\d...
阅读全文
摘要:# coding=utf-8 from os import listdir if __name__ =="__main__": d=u"D:\\files\\" fns = (fn for fn in listdir(d) if fn.endswith(".csv")) for fn in fns: with open(d+fn, 'rb+')...
阅读全文
摘要:CertUtil -hashfile C:\Users\admin\Downloads\aaa.txt MD5 CertUtil -hashfile C:\Users\admin\Downloads\aaa.txt SHA1
阅读全文