mongoDB は記事を保存します
メッセージには時刻、タイトル、内容、発行者、および _id
JavaScript の使用
使用したnode.jsのExpressフレームワーク
コードを投稿してくださいありがとうございます
投稿者が mongodb を操作するためにどのようなミドルウェアを使用しているか聞いてもいいですか?ここではマングースに従って書きます:
db.person.remove(“name”:“ziling”)
增db.collection("tb2").insert([{"名前":"ウィルソン001","年齢":21},{"名前":"ウィルソン002"},{"年齢":22}], function(err,result){})删db.collection("tb2").remove({"name":"wilson002"},function(err,result){});改db.collection( "tb2").update({"name":"wilson001"},{$set:{"age":100}},function(err,result){});查db.collection("tb2" ).find({"name":"wilson001"}).toArray(function(err,result){});
投稿者が mongodb を操作するためにどのようなミドルウェアを使用しているか聞いてもいいですか?ここではマングースに従って書きます:
リーリーdb.person.remove(“name”:“ziling”)
增
db.collection("tb2").insert([{"名前":"ウィルソン001","年齢":21},{"名前":"ウィルソン002"},{"年齢":22}], function(err,result){})
删
db.collection("tb2").remove({"name":"wilson002"},function(err,result){});
改
db.collection( "tb2").update({"name":"wilson001"},{$set:{"age":100}},function(err,result){});
查
db.collection("tb2" ).find({"name":"wilson001"}).toArray(function(err,result){});