MongoDB JavaScript
文章平均质量分 54
炼气散人
等儿子高考后,或许会回来
展开
-
MongoDB 用时间筛选_id字段
下面的代码来自stackoverflow,在MongoDB shell中运行> function objectIdWithTimestamp(timestamp) {... // Convert string date to Date object (otherwise assume timestamp is a date)... if (typeof(timestamp) =原创 2015-10-12 18:45:41 · 6391 阅读 · 0 评论 -
MongoDB 脚本获取update操作的影响记录数
运行getlasterror可以获得最后一次操作影响的结果。比如:> db.display.update({$where: function() {return new Date().getTime() / 1000 - this.last_active_time > 300}, status: "offline"}, {$set: {status: "online"}}, false, true原创 2013-12-12 16:34:49 · 4564 阅读 · 0 评论 -
MongoDB 与JavaScript
MongoDB 查询中运行JavaScript,js文件中运行查询原创 2013-12-12 15:47:19 · 5670 阅读 · 0 评论 -
MongoDB 减法查询
MongoDB高级查询,用JavaScript做减法原创 2013-12-11 23:41:17 · 9043 阅读 · 0 评论