diff --git a/_layouts/stock.html b/_layouts/stock.html
index 57f4a7431..8323aedab 100755
--- a/_layouts/stock.html
+++ b/_layouts/stock.html
@@ -6,78 +6,115 @@
{% if site.cdn.jsdelivr.enabled %}
{% assign assets_base_url = "https://cdn.jsdelivr.net/gh/" | append: site.repository | append: '@'| append: site.cdn.jsdelivr.branch %}
{% endif %}
-
\ No newline at end of file
diff --git "a/_posts/Tech/Database/2024-11-12-MongoDB\345\237\272\347\241\200\344\275\277\347\224\250.md" "b/_posts/Tech/Database/2024-11-12-MongoDB\345\237\272\347\241\200\344\275\277\347\224\250.md"
index f0e62652a..3b64e98b4 100644
--- "a/_posts/Tech/Database/2024-11-12-MongoDB\345\237\272\347\241\200\344\275\277\347\224\250.md"
+++ "b/_posts/Tech/Database/2024-11-12-MongoDB\345\237\272\347\241\200\344\275\277\347\224\250.md"
@@ -31,6 +31,13 @@ docker run -d \
mongodb compass, 是一款mac的免费软件。
+```scala
+brew install --cask mongodb-compass
+open /Applications/MongoDB\ Compass.app
+```
+
+
+
## 基本操作
diff --git "a/_posts/Tech/Python/2024-10-29-matplot\345\272\223\351\227\256\351\242\230.md" "b/_posts/Tech/Python/2024-10-29-matplot\345\272\223\351\227\256\351\242\230.md"
index ec24d285a..4619ec8dd 100644
--- "a/_posts/Tech/Python/2024-10-29-matplot\345\272\223\351\227\256\351\242\230.md"
+++ "b/_posts/Tech/Python/2024-10-29-matplot\345\272\223\351\227\256\351\242\230.md"
@@ -27,8 +27,8 @@ if __name__ == '__main__':
cd ~
mkdir ~/.fonts
+cd ~/.fonts
wget http://129.204.205.246/downloads/SimHei.ttf
-cd .fonts
brew install fontconfig
fc-cache -fv
```