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... 阅读全文
posted @ 2019-05-24 11:08 leechg 阅读(2182) 评论(2) 推荐(0) 编辑
摘要:# 必须配置此目录 location /upload { root D:\\upload\\; rewrite '^/upload(.*)$' $1 break; } 阅读全文
posted @ 2019-05-23 15:06 leechg 阅读(3227) 评论(0) 推荐(0) 编辑
摘要:#!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... 阅读全文
posted @ 2019-05-19 13:43 leechg 阅读(320) 评论(0) 推荐(0) 编辑
摘要:# 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+')... 阅读全文
posted @ 2019-05-06 17:44 leechg 阅读(795) 评论(0) 推荐(0) 编辑
摘要:CertUtil -hashfile C:\Users\admin\Downloads\aaa.txt MD5 CertUtil -hashfile C:\Users\admin\Downloads\aaa.txt SHA1 阅读全文
posted @ 2019-05-05 11:28 leechg 阅读(591) 评论(0) 推荐(0) 编辑

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