• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2022年5月8日

ArcGIS Pro二次开发有ID返回Feature

摘要: public void SearchFC(FeatureClass featureClass, IReadOnlyList<long> objectIDs) { QueryFilter queryFilter = new QueryFilter() { ObjectIDs = objectIDs } 阅读全文

posted @ 2022-05-08 21:50 gisai 阅读(130) 评论(0) 推荐(0)

ArcGIS Pro属性表中文乱码解决

摘要: 如果是Pro,输入如下命令: reg add HKEY_CURRENT_USER\Software\ESRI\ArcGISPro\Common\CodePage /v dbfDefault /t REG_SZ /d 936 /f 阅读全文

posted @ 2022-05-08 19:37 gisai 阅读(1076) 评论(0) 推荐(0)

计算π的精确值

摘要: string CalcPI() { int a, b, c, d, e, g; string S = ""; int[] f = new int[(c = 8400) + 1]; for (a = 10000, b = 0, d = 0, e = 0, g = 0; b != c; f[b++] = 阅读全文

posted @ 2022-05-08 10:53 gisai 阅读(120) 评论(0) 推荐(0)

Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: “object”未包括“get_Range”的定义

摘要: asp.net操作Excel合并单元格时,抛出了异常: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: “object”未包括“get_Range”的定义 在 CallSite.Target(Closure , CallSite , Co 阅读全文

posted @ 2022-05-08 09:27 gisai 阅读(289) 评论(0) 推荐(0)

Excel 0x800AC472

摘要: System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800AC472 更新至服务器后运行出错: System.Runtime.InteropServices.COMException: Exception fr 阅读全文

posted @ 2022-05-08 09:21 gisai 阅读(435) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3