02 2019 档案

摘要:利用拼接字符串转换point select GeomFromText(CONCAT('POINT(',lng,' ',lat,')')) from community limit 1; 插入字段到新表 create table communityN as select *,GeomFromText( 阅读全文
posted @ 2019-02-25 16:35 渔阳nice 阅读(654) 评论(0) 推荐(0)
摘要:1、查询导入数据存放位置 show variables like '%secure%'; + + + | Variable_name | Value |+ + +| require_secure_transport | OFF || secure_auth | ON || secure_file_p 阅读全文
posted @ 2019-02-19 15:38 渔阳nice 阅读(310) 评论(0) 推荐(0)
摘要:当有复杂名称字段时: 在repository中写代码字段名 可以添加field注解定义数据库字段名 阅读全文
posted @ 2019-02-13 20:00 渔阳nice 阅读(916) 评论(0) 推荐(1)
摘要:https://github.com/lenve/SimpleSpringCloud/tree/master/RestTemplate在Spring Cloud中服务的发现与消费一文中,当我们从服务消费端去调用服务提供者的服务的时候,使用了一个很好用的对象,叫做RestTemplate,当时我们只使 阅读全文
posted @ 2019-02-13 14:22 渔阳nice 阅读(423) 评论(0) 推荐(0)