摘要: #coding=utf-8f= open('data1.txt','r', encoding='UTF-8') #设置文件对象f.close() #关闭文件a=""d=""index=0arr=[]#为了方便,避免忘记close掉这个文件对象,可以用下面这种方式替代for line in open( 阅读全文
posted @ 2023-04-07 10:12 需要GIS小工具找我 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1、查看数据库锁,诊断锁的来源及类型: select object_id,session_id,locked_mode from v$locked_object; 或者用以下命令: select b.owner,b.object_name,l.session_id,l.locked_mode from v$locked_object l, dba_objects b where b.object_id=l.object_idSELECT lpad(' ',decode(l.xidusn ,0,3,0))||l.oracle_username User_name, o.owner 阅读全文
posted @ 2014-01-15 19:33 需要GIS小工具找我 阅读(7128) 评论(0) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2024-02-29 16:25 需要GIS小工具找我 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 介绍 在本文中,我们将学习如何在 FTP 位置上传、下载和删除文件。 最近我创建了一个 nuget 包,它可以帮助您上传、下载、获取所有文件和删除 FTP 位置上的文件,而无需编码工作。 在这里我将说明如何使用此插件轻松实现您的FTP文件操作需求。 插件详情 Nuget 包 点击 Github 存储 阅读全文
posted @ 2022-01-05 14:45 需要GIS小工具找我 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 核心代码 for (int Index = 0; Index < PropertyFields.FieldCount; ++Index) { if (PropertyFields.get_Field(Index).Type != esriFieldType.esriFieldTypeGeometry 阅读全文
posted @ 2022-01-01 18:16 需要GIS小工具找我 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-05 15:50 需要GIS小工具找我 阅读(4038) 评论(1) 推荐(1) 编辑
摘要: jgp 转pdf 小工具,本人 写了相关小工具,需要联系 阅读全文
posted @ 2021-02-01 13:58 需要GIS小工具找我 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 自己写了个小工具,可以批量 修改sde 里面的字段别名 需要的联系 阅读全文
posted @ 2021-02-01 13:56 需要GIS小工具找我 阅读(1260) 评论(3) 推荐(0) 编辑
摘要: <#list animals as animal> <tr> <td>${animal.name}</td> <td>${animal.price}</td> </tr></#list> 阅读全文
posted @ 2020-02-08 11:08 需要GIS小工具找我 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 问题解决办法如下: https://blog.csdn.net/csdn1152789046/article/details/52248669 阅读全文
posted @ 2019-01-29 14:17 需要GIS小工具找我 阅读(459) 评论(0) 推荐(0) 编辑
摘要: using iTextSharp.text; using iTextSharp.text.pdf; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.L... 阅读全文
posted @ 2018-12-24 18:05 需要GIS小工具找我 阅读(488) 评论(0) 推荐(0) 编辑