上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: QGIS加载网络地图,研究了一下,PyQGIS实现“文档截图”只需要这几行,单就这个实现看,确实比ArcPy简单了许多。 1 from qgis.utils import iface 2 import math 3 4 lyr =iface.activeLayer() 5 map=iface.map 阅读全文
posted @ 2022-03-13 15:30 yzhyingcool 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 工程说明 一、Com.FToolsforExcel.Progress项目 包含 进度窗口类ProgressWindow,用于展示进度; 委托类ProgressChangedEventHandler,参数是自定义的ProgressChangedEventArgs(进度消息参数)类型; 进度消息类Pro 阅读全文
posted @ 2022-03-11 20:04 yzhyingcool 阅读(211) 评论(0) 推荐(0) 编辑
摘要: # fldObjList=arcpy.ListFields(tempPoints) # fldNameList=[] # for field in fldObjList: # if not field.required: # fldNameList.append(field.name) # arcp 阅读全文
posted @ 2022-01-25 22:18 yzhyingcool 阅读(194) 评论(0) 推荐(0) 编辑
摘要: C#代码段 IMxDocument mxDocument = m_application.Document as IMxDocument; IContentsView contentsView = mxDocument.CurrentContentsView; object selectedItem 阅读全文
posted @ 2022-01-18 14:40 yzhyingcool 阅读(338) 评论(0) 推荐(0) 编辑
摘要: C#代码段 IGxCatalogDefaultDatabase gxCatalogDefaultDatabase = m_application as IGxCatalogDefaultDatabase; IWorkspaceName workspaceName = gxCatalogDefault 阅读全文
posted @ 2022-01-18 14:35 yzhyingcool 阅读(145) 评论(0) 推荐(0) 编辑
摘要: FTools for Excel 是一款文件(文件夹)批量处理工具,以Microsoft Office Excel COM加载项的形式实现。 之所以借助Excel加载项这种形式实现,是因为Excel本就是一个高度灵活的“列表控件”,用户可以自由地对获取到工作表的路径进行各种增、删、改、查操作,极大方 阅读全文
posted @ 2021-09-20 09:39 yzhyingcool 阅读(1574) 评论(2) 推荐(0) 编辑
摘要: Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 C:\Users\Administrator>sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Producti 阅读全文
posted @ 2021-08-10 17:27 yzhyingcool 阅读(487) 评论(0) 推荐(0) 编辑
摘要: step1 得到可用的许可文件license.dat。 step2 找到Kingbase安装路径下的license.dat,进行替换。 v7主要是在ES/v7/bin路径下。 step3 重启“服务”,在“计算机”右键——管理——服务。 重启金仓相关的服务,尤其注意以数据库名开头的instance服 阅读全文
posted @ 2021-06-23 14:37 yzhyingcool 阅读(3076) 评论(0) 推荐(0) 编辑
摘要: 天地图影像服务器URL:http://t0.tianditu.gov.cn/img_w/esri/wmts天地图注记服务器URL:http://t0.tianditu.gov.cn/cva_w/esri/wmts 自定义参数需要加自己的token 阅读全文
posted @ 2021-06-21 11:45 yzhyingcool 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 农经权 Insert into CBF_JTCY ([CBFBM],[CYXM],[CYXB],[CYZJLX],[CYZJHM],[YHZGX],[CYBZ],[SFGYR],[CYBZSM]) Select [CBFBM],[CYXM],[CYXB],[CYZJLX],[CYZJHM],[YHZ 阅读全文
posted @ 2021-06-21 10:39 yzhyingcool 阅读(1560) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页