安装Robo 3T(Robomongo)MongoDB可视化工具

没有一个可视化工具还是不太方便……所以安装一个
Robo 3T 官方下载链接
下载好的tar.gz文件

tar -xzf robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
cd robo3t-1.1.1-linux-x86_64-c93c6b0/bin
./robo3t

这里写图片描述
点击create ,默认链接,save
然后connect
这里写图片描述
testdb是已经创建的数据库,见同类别中在自己的C++工程链接MongoDB 数据库并插入文档 博客
testcollection是这个testdb数据库中的collection(我暂时理解为表)
其中有8条记录(暂时理解为记录,其实应该是对象吧)。

如果出现以下问题

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem. 
Aborted (core dumped)

解决方法

mkdir ~/robo-backup
mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t

~/指 /root

转自https://www.cnblogs.com/hexin0614/p/7487191.html

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值