2016年9月19日
摘要: 确保有loc:[longitude, latitude]属性给loc增加索引AttractionSchema.index({loc: '2d'});使用geoNeardb.places.find( { location: { $nearSphere: { $geometry: { type : "P 阅读全文
posted @ 2016-09-19 09:33 jayruan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: function bubbleSort3(arr3) { var low = 0; var high= arr.length-1; //设置变量的初始值 var tmp,j; console.time('2.改进后冒泡排序耗时'); while (low < high) { for (j= low; 阅读全文
posted @ 2016-09-19 01:42 jayruan 阅读(156) 评论(0) 推荐(0) 编辑