摘要:
先看下美团的。 用的是腾讯地图 http://lbs.qq.com/guides/loc.html 官网 http://lbs.qq.com/tool/component-geolocation.html 前端定位组件,旨在优化纯HTML5 Geolocation定位能力弱,定位成功率不高的问题,提 阅读全文
摘要:
获取分组后取某字段最大一条记录 方法一:(效率最高) select * from test as a where typeindex = (select max(b.typeindex) from test as b where a.type = b.type ); 阅读全文