上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: 应用实例,求每宗地涉及开发边界的面积等。 实现思路(主干,非完整代码),谨供参考,不懂勿扰。 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 阅读(267) 评论(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 阅读(37) 评论(0) 推荐(0) 编辑
摘要: DropDownButton控件自定义,ContextMenu、MenuItem的样式及FontAwesome字体图标的引用 效果如图,弹出收起动画等的效果还没做。 xaml: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx 阅读全文
posted @ 2022-06-19 09:19 yzhyingcool 阅读(2249) 评论(0) 推荐(0) 编辑
摘要: 官方网站 https://fontawesome.com/ ##########下载 下载地址:https://fontawesome.com/download 下载内容:Free For Web ##########使用 双击**.ttf,进入安装页可以看到“字体名称……”,记住字体名称 将 ** 阅读全文
posted @ 2022-06-10 11:18 yzhyingcool 阅读(465) 评论(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 阅读(613) 评论(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 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: QGIS版本 3.24.1-Tisler 对大TIFF生成金字塔文件,工具在栅格——乱七八糟的工具——创建金字塔 工具窗口可以选择一个栅格(图层)处理,也可以批量处理。 重采样、金字塔存放有选项可选,默认存放在TIFF文件内部Internal。 阅读全文
posted @ 2022-05-10 09:01 yzhyingcool 阅读(2327) 评论(0) 推荐(1) 编辑
摘要: FTools for Excel 是一款文件(文件夹)批量处理工具,以Microsoft Office Excel COM加载项的形式实现。 之所以借助Excel加载项这种形式实现,是因为Excel本就是一个高度灵活的“列表控件”,用户可以自由地对获取到工作表的路径进行各种增、删、改、查操作,极大方 阅读全文
posted @ 2022-05-04 12:15 yzhyingcool 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 使用Microsoft.Office.Interop.Word操作Word using System; using System.Collections.Generic; using Word = Microsoft.Office.Interop.Word; namespace Com.FTools 阅读全文
posted @ 2022-05-04 12:06 yzhyingcool 阅读(566) 评论(0) 推荐(0) 编辑
摘要: NSIS版本:3.0.6 NsProcess版本:1.6 例子:检查Excel程序是否在运行 1、下载NsProcess 下载NsProcess,将nsProcess.dll、nsProcessW.dll拷贝到NSIS的插件路径C:\Program Files (x86)\NSIS\Plugins\ 阅读全文
posted @ 2022-03-19 11:43 yzhyingcool 阅读(2158) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页