Heim >Datenbank >MySQL-Tutorial >MongoDB命令行下格式化find()返回结果:pretty()

MongoDB命令行下格式化find()返回结果:pretty()

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 14:53:491607Durchsuche

MongoDB命令行下格式化find()返回结果:pretty() db.collection.find().pretty(); www.2cto.com 补充个一劳永逸的方法,在 shell 里执行下列代码 echo DBQuery.prototype._prettyShell = true ~/. mongorc . js 这样随时随地都是 pretty()了.

MongoDB命令行下格式化find()返回结果:pretty()

 

db.collection.find().pretty();

  www.2cto.com  

补充个一劳永逸的方法,在 shell 里执行下列代码

 

echo 

 

"DBQuery.prototype._prettyShell = true"

 

>>

 

~/.

mongorc

.

js

 

这样随时随地都是 pretty()了.

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn