litong
litong
实时爬取国内主流直播平台信息 https://github.com/iamllitog/livewindow http://www.livewindow.cn/
var data=[{"count":6,"geometry":{"type":"Point","coordinates":["116.395645","39.929986"]}},{"count":6,"geometry":{"type":"Point","coordinates":["121.487899","31.249162"]}},{"count":5,"geometry":{"type":"Point","coordinates":["117.210813","39.14393"]}},{"count":4,"geometry":{"type":"Point","coordinates":["106.530635","29.544606"]}},{"count":4,"geometry":{"type":"Point","coordinates":["117.216005","31.859252"]}},{"count":8,"geometry":{"type":"Point","coordinates":["117.984943","26.050118"]}},{"count":2,"geometry":{"type":"Point","coordinates":["102.457625","38.103267"]}},{"count":9,"geometry":{"type":"Point","coordinates":["113.394818","23.408004"]}},{"count":1,"geometry":{"type":"Point","coordinates":["108.924274","23.552255"]}},{"count":2,"geometry":{"type":"Point","coordinates":["106.734996","26.902826"]}},{"count":0,"geometry":{"type":"Point","coordinates":["109.733755","19.180501"]}},{"count":2,"geometry":{"type":"Point","coordinates":["115.661434","38.61384"]}},{"count":0,"geometry":{"type":"Point","coordinates":["113.486804","34.157184"]}}]; var inmap = new inMap.Map({ id: "allmap", skin: "Blueness", center: [105.403119, 38.028658], zoom: { value: 5, show: true, max: 18, min: 5 } }); var overlay = new...
Mismatched anonymous define() module: function () { return async; }
我总结下今天出现的问题 1.引用async和EventEmitter出现问题 看源代码发现内部amd定义方式为define([],function(){return P}) 2.引用jquery,avalon没有问题 看源代码发现内部amd定义方式为define(‘p’,[],function(){return P}) 3.引用webuploader的min版出现问题 看源代码发现打包好的使用r.js打包