#启动mongo命令/data/liudi/mongodb/bin/mongo --port 27010
#显示数据库show dbs;
#使用tps_live数据库use tps_live;
#显示对象show tables;
#删除liveVo对象集中的数据db.liveVo.remove({});