我的github
上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 158 下一页
摘要: @RestController注解,代表返回的是json格式的数据,这个注解是Spring4之后新加的注解,原来返回json格式的数据需要@ResponseBody配合@Controller一起使用; 参考:https://blog.csdn.net/hjfcgt123/article/detail 阅读全文
posted @ 2022-08-30 15:36 XiaoNiuFeiTian 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 解决方法1:https://blog.csdn.net/m0_57643051/article/details/124667221 https://stackoverflow.com/questions/70461877/azure-pipeline-failing-with-could-not-r 阅读全文
posted @ 2022-08-30 14:41 XiaoNiuFeiTian 阅读(1621) 评论(0) 推荐(0) 编辑
摘要: @Transactional注解使用的正确姿势:https://zhuanlan.zhihu.com/p/523850944 repository标识存储类 import org.springframework.stereotype.Repository; import org.springfram 阅读全文
posted @ 2022-08-30 09:43 XiaoNiuFeiTian 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 简介 1.sqlite:SQLite是比 Access 更优秀的文件型数据库,支持复杂的 SQL 语句,支持索引、触发器,速度很快,开源等。 2.jpa:Spring Data JPA 是 Spring 基于 ORM 框架、JPA 规范的基础上封装的一套JPA应用框架,可使开发者用极简的代码即可实现 阅读全文
posted @ 2022-08-29 17:28 XiaoNiuFeiTian 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 去除首尾的空格 参考:https://blog.51cto.com/u_15069486/4150396 阅读全文
posted @ 2022-08-29 16:19 XiaoNiuFeiTian 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 参考:https://support.esri.com/zh-cn/technical-article/000010277 MOD("FID",601) in (1,2,3) MOD("FID",601)=0 中心点 MOD("FID",601)>0 AND MOD("FID",601)<301 左 阅读全文
posted @ 2022-08-26 19:15 XiaoNiuFeiTian 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 原来 @RequestBody 注解常用来处理 content-type 是 application/json 编码的内容,而不能用来处理 application/x-www-form-urlcoded 编码的内容。 参考:https://blog.csdn.net/SmileorSilence/a 阅读全文
posted @ 2022-08-26 14:53 XiaoNiuFeiTian 阅读(190) 评论(0) 推荐(0) 编辑
摘要: (一)SetNull()函数的用法 1.SetNull(in_conditional_raster,in_false_raster_or_constant,{where_clause}) 其中: in_conditional_raster表示所需条件结果为真或为假的输入栅格,可以是整型或浮点型; i 阅读全文
posted @ 2022-08-25 16:14 XiaoNiuFeiTian 阅读(329) 评论(0) 推荐(0) 编辑
摘要: fc = 'polygon.shp' arcpy.CreateFeatureclass_management(out_path=outpath,out_name=fc,geometry_type='POLYGON') cursor =arcpy.da.InsertCursor(fc,['SHAPE@ 阅读全文
posted @ 2022-08-24 18:33 XiaoNiuFeiTian 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 虽然前面已经有章节论述过书库库容计算,但在这里笔者还是需要对整个流程做系统的描述。这部分内容属于水文分析的进阶部分,不再停留在基础的河流、流域提取,而是借助前面的这些基础的原理和操作,使用更多的ArcGIS工具进行辅助分析。 参考:李远祥 GIS(https://blog.csdn.net/liyu 阅读全文
posted @ 2022-08-24 15:57 XiaoNiuFeiTian 阅读(404) 评论(0) 推荐(0) 编辑
上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 158 下一页