Skip to content

Commit ee5131f

Browse files
committed
fix code highlight tags
1 parent 5a3dc17 commit ee5131f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_posts/2015-1-1-MongoDB-Notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ category: nosql
66
tags: [mongodb, maizi]
77
---
88

9-
MongoDB更新非常快,再好的书或者技术网站都有可能跟不上形势,建议直接看官网。但这里把常用的整理了一下,大家求快可以直接看本网页。
9+
本笔记适用于我在Maizi许愿开设的课程MongoDB最佳实践。
10+
MongoDB更新非常快,再好的书或者技术网站都有可能跟不上形势,建议直接看官网。但这里我把课程里的整理了一下(不完全),方便大家复制粘贴。
1011

1112
1. 安装命令
1213
{% highlight bash %}
@@ -69,7 +70,7 @@ db.students.find({school:{$exists:false}})
6970
基于正则表达式的逻辑查询
7071
db.students.find({name: /^小/})
7172
db.students.find({name: /.*四/})
72-
{% endhighlight %}
73+
7374
```
7475

7576
3. Update命令

0 commit comments

Comments
 (0)