漏洞
| 漏洞 ID 编号 | BUG-000178635 |
|---|---|
| 已提交 | August 12, 2025 |
| 上次修改时间 | December 15, 2025 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.4 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | In Product Plan |
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=1") as uc:
for row in uc:
uc.updateRow([row[0]+3])
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=2") as uc:
for row in uc:
uc.updateRow([row[0]+3])
漏洞 ID: BUG-000178635
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序