在做一个属性入库的功能,将Excel属性数据导入到图层要素当中,这里Excel和SDE数据库数据存在一个关联字段,通过关联字段值进行匹配属性入库。 在实际业务中,由于普查数据往往某些字段值比较复杂,在写入到图层中时用户可能做一些简化,例如一个要素编号为0532BH001,可能录入到图层中只录入BH0 ...
BOOL result1 = [err caseInsensitiveCompare:@"7B"]==NSOrderedSame;// 不区分大小写比较 Returns the result of invoking compare:options: with NSCaseInsensitiveSea ...
分类:
其他好文 时间:
2017-11-06 19:14:40
阅读次数:
142
using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Threading.Tasks; namespace BookShopDAL { /// <s ...
分类:
数据库 时间:
2017-11-06 17:14:15
阅读次数:
177
因为加密个解密都需要用到key所有在加密的后需要把key和加密码都存到数据库中 /// <summary> /// 唯一加密方式 /// </summary> /// <param name="texts"></param> /// <returns></returns> public static ...
分类:
编程语言 时间:
2017-11-06 16:19:21
阅读次数:
235
礼悟: 好好学习多思考,尊师重道存感恩。叶见寻根三二一,江河湖海同一体。 虚怀若谷良心主,愿行无悔给最苦。读书锻炼强身心,诚劝且行且珍惜。 代码 代码运行的结果 为了知道 包装类对象的值不变 的原因,给最苦 对上述代码进行反编译 (⊙o⊙)…哪里有新对象呀?没看到new呀? 这里就有一个关键的函数 ...
分类:
编程语言 时间:
2017-11-06 15:56:19
阅读次数:
248
After executing the command alter diskgroup disk group2 drop disk dg2a; you issue the followingcommand from the ASM instance:Select group_number, coun ...
分类:
其他好文 时间:
2017-11-06 13:11:42
阅读次数:
132
Oracle / PLSQL: LPAD Function This Oracle tutorial explains how to use the Oracle/PLSQL LPAD function with syntax and examples. Oracle / PLSQL: LPAD F ...
分类:
数据库 时间:
2017-11-06 00:36:46
阅读次数:
222
前言 在上一篇文章IT轮子系列(三)——如何给返回类型添加注释——Swagger的使用(二) 介绍如何使用swashbuckle的时候忽略了一个问题,就是默认创建的API项目在生成文档的时候是没有显示方法名,只显示了控制器的名字。如下图: User 控制器代码如下: 1 public class U ...
分类:
其他好文 时间:
2017-11-04 11:08:22
阅读次数:
225
A pointer to a const object of type T must also be const, of type const T*, meaning that the pointer may be assigned to but its contents may not. cons... ...
分类:
编程语言 时间:
2017-11-04 00:15:50
阅读次数:
196
Defines types ifstream and ofstream representing input and output files respectively. ifstream is derived from istream, inheriting all its operations ... ...
分类:
其他好文 时间:
2017-11-03 23:56:47
阅读次数:
234