20分钟MongoDB入门教程
MongoDB是流行的NoSQL数据库软件,这套课程将用20分钟左右的时间带你快速入门和上手使用MongoDB。
MongoDB Cheat Sheet的下载地址:
GoogleDrive:
https://drive.google.com/drive/folders/1kVYoU-mWvVqti2wlgNy6sJt2cZJX72us?usp=sharing
百度网盘:
https://pan.baidu.com/s/15y91fOqfoIErWv2RFm8nIw?pwd=rvfn 提取码: rvfn
也可以关注公众号GeekHour,回复mongo即可下载。
QQ群:197289177,871289920
Discord:https://discord.gg/raxhTs8ruq
Telegram: http...20分钟MongoDB入门教程
MongoDB是流行的NoSQL数据库软件,这套课程将用20分钟左右的时间带你快速入门和上手使用MongoDB。
MongoDB Cheat Sheet的下载地址:
GoogleDrive:
https://drive.google.com/drive/folders/1kVYoU-mWvVqti2wlgNy6sJt2cZJX72us?usp=sharing
百度网盘:
https://pan.baidu.com/s/15y91fOqfoIErWv2RFm8nIw?pwd=rvfn 提取码: rvfn
也可以关注公众号GeekHour,回复mongo即可下载。
QQ群:197289177,871289920
Discord:https://discord.gg/raxhTs8ruq
Telegram: https://t.me/geek1hour
Bilibili: https://space.bilibili.com/102438649
公众号:GeekHour
课程内容:
00:00 课程简介
00:53 MySQL简介
02:30 安装配置 - Windows
03:28 GUI工具Compass
04:45 Mongo Shell的安装和使用
05:08 VSCode插件
06:54 安装配置 - Mac
07:12 常用语句
07:45 创建和切换数据库
09:03 插入数据
09:51 查询数据
11:11 插入多条数据
11:42 limit、sort和skip
13:17 条件查询
15:22 $in、$nin、$exists
17:36 $and、$or、$not
18:31 $regex正则表达式
19:58 更新数据和删除数据