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