上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: Visual Studio 较旧的下载 - 2019、2017、2015 和以前的版本 (microsoft.com) 阅读全文
posted @ 2023-01-17 11:05 yzhyingcool 阅读(64) 评论(0) 推荐(0)
摘要: 翻出陈年代码重写,老是报”The coordinates or measures are out of bounds.“ 找来找去发现错误出在下面snippet里,geometry.Project(spatialReferenceTo)会对传入的point处理,所以应该带ref关键字。 /// <s 阅读全文
posted @ 2023-01-08 11:42 yzhyingcool 阅读(223) 评论(0) 推荐(0)
摘要: 鹰眼图选中要素的符号如下图设置。 import arcpy def GetFieldUniqueValue(inTable,inField): rows=arcpy.da.SearchCursor(inTable,inField) value_lst=[row[0].encode('gbk') fo 阅读全文
posted @ 2022-12-16 20:23 yzhyingcool 阅读(325) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-17 08:28 yzhyingcool 阅读(1) 评论(0) 推荐(0)
摘要: 应用实例,求每宗地涉及开发边界的面积等。 实现思路(主干,非完整代码),谨供参考,不懂勿扰。 1 # coding=gbk 2 import arcpy 3 # import numpy 4 import sys 5 from arcpy import mapping as mapping 6 fr 阅读全文
posted @ 2022-11-10 15:48 yzhyingcool 阅读(341) 评论(0) 推荐(0)
摘要: sorry,I m just a carrier. File geodatabase size: No limit Table or feature class size: 1 TB (default), 4 GB or 256 TB with keyword Number of feature c 阅读全文
posted @ 2022-11-09 09:09 yzhyingcool 阅读(56) 评论(0) 推荐(0)
摘要: DropDownButton控件自定义,ContextMenu、MenuItem的样式及FontAwesome字体图标的引用 效果如图,弹出收起动画等的效果还没做。 xaml: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx 阅读全文
posted @ 2022-06-19 09:19 yzhyingcool 阅读(3214) 评论(0) 推荐(1)
摘要: 官方网站 https://fontawesome.com/ ##########下载 下载地址:https://fontawesome.com/download 下载内容:Free For Web ##########使用 双击**.ttf,进入安装页可以看到“字体名称……”,记住字体名称 将 ** 阅读全文
posted @ 2022-06-10 11:18 yzhyingcool 阅读(646) 评论(0) 推荐(0)
摘要: using (Process process = new Process()) { string inputScriptPath = officeBits == "32bit" ? $@"cd c:\Program Files (x86)\Microsoft Office\{officeVer}\" 阅读全文
posted @ 2022-05-27 20:14 yzhyingcool 阅读(665) 评论(0) 推荐(0)
摘要: 使用了Border、ViewBox、Path、TextBlock等控件。 效果下图 1.Xaml资源 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http 阅读全文
posted @ 2022-05-22 16:41 yzhyingcool 阅读(1745) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 17 下一页