logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【springboot】后端使用LocalDate接收日期时

报错内容Failed to convert property value of type 'java.lang.String' to required type 'java.time.LocalDate' for property 'xxxx';nested exception is org.springframework.core.convert.ConversionFailedExceptio

#spring boot#后端#java
【Mysql】Lock wait timeout exceeded; try restarting transaction

出现这种问题通常是有事务长时间未提交导致的 可以使用以下sql 查询事务进程。然后通过kill 线程ID 的方式 ,结束该事务。

文章图片
#mysql#数据库
【Mysql】Lock wait timeout exceeded; try restarting transaction

出现这种问题通常是有事务长时间未提交导致的 可以使用以下sql 查询事务进程。然后通过kill 线程ID 的方式 ,结束该事务。

文章图片
#mysql#数据库
【高德地图入门】--- 解析geojson

简介GeoJSON是一种用于编码各种地理数据结构的数据。GeoJSON对象可以表示几何、特征或特征集合。GeoJSON支持以下几何类型:点(Point)、线(LineString)、面(Polygon)、多点(MultiPoint)、多线(MultiLineString)、多面(MultiPolygon)和几何集合(GeometryCollection)。GeoJSON中的功能包含几何对象和其他属

#几何学#javascript#前端
【springboot】后端使用LocalDate接收日期时

报错内容Failed to convert property value of type 'java.lang.String' to required type 'java.time.LocalDate' for property 'xxxx';nested exception is org.springframework.core.convert.ConversionFailedExceptio

#spring boot#后端#java
暂无文章信息