1 Star 0 Fork 0

yinglonglll/java_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
java_standard_mongodb.sql 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
yinglonglll 提交于 2023-09-06 17:06 . add:
/*
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")
} ]);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinglonglll/java_standard.git
git@gitee.com:yinglonglll/java_standard.git
yinglonglll
java_standard
java_standard
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385