Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最新の画像を保存するためにどのような手法を使用すればよいか説明していただけますか?基本的に、私の目的は、私のWebサイトの最近更新された画像をほぼ表示することです。問題は、最新の画像をmongoosedbに保存する方法がわからないことです。
一種のマングースを使用して最新の画像を保存しました。
image.find({reviewed:true },null,{sort:{"submittedDate":-1}}, function (err, images){}