代码拉取完成,页面将自动刷新
/*
Navicat Premium Data Transfer
Source Server : localhsot
Source Server Type : MongoDB
Source Server Version : 50009
Source Host : localhost:27017
Source Schema : java_standard
Target Server Type : MongoDB
Target Server Version : 50009
File Encoding : 65001
Date: 06/09/2023 16:55:49
*/
// ----------------------------
// Collection structure for book
// ----------------------------
db.getCollection("book").drop();
db.createCollection("book");
// ----------------------------
// Documents of book
// ----------------------------
db.getCollection("book").insert([ {
_id: ObjectId("64f7d70a5e33000046005402"),
name: "Understanding JAVA",
pages: 100
} ]);
db.getCollection("book").insert([ {
_id: ObjectId("64f7d70a5e33000046005403"),
name: "Understanding JSON",
pages: 200
} ]);
db.getCollection("book").insert([ {
_id: ObjectId("64f7d7555e33000046005404"),
name: "Understanding XML",
pages: 300
} ]);
db.getCollection("book").insert([ {
_id: ObjectId("64f7d7555e33000046005405"),
name: "Understanding Web Services",
pages: 400
} ]);
db.getCollection("book").insert([ {
_id: ObjectId("64f7d7555e33000046005406"),
name: "Understanding Axis2",
pages: 150
} ]);
db.getCollection("book").insert([ {
_id: ObjectId("64f82f0685848229a3e18042"),
name: "鉴纯夏",
pages: NumberInt("500")
} ]);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。