码迷,mamicode.com
首页 > 其他好文 > 详细

使用mongo获取文章

时间:2019-02-01 12:25:03      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:find   令行   count   html   ack   code   多少   命令行   show   

先在命令行中输入mongo,进入mongo,然后

show dbs # 从结果中发现有cmb_demo_23_hacker
use cmb_demo_23_hacker 
db.all_in_one.find({"_id":15480},{"raw_doc.text_html":1})

然后我想看看cmb_demo_23_hacker里面有多少篇文章
> show collections  #相当于查看表名
all_in_one
es

> db.all_in_one.find({}).count()
575324

 

使用mongo获取文章

标签:find   令行   count   html   ack   code   多少   命令行   show   

原文地址:https://www.cnblogs.com/www-caiyin-com/p/10345349.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!