doc[zfoo]: 更新文档

This commit is contained in:
jaysunxiao
2021-07-07 20:55:35 +08:00
parent 2c83dac1bf
commit 94ce47ed2b
2 changed files with 17 additions and 8 deletions
+13 -6
View File
@@ -38,19 +38,26 @@ git config --global https.proxy https://127.0.0.1:10809
使用npm install安装需要的node module
安装完成后,在node module,和static上右键->mark Directory as->excluded
然后,File->Invalidate Cache/Restart
```
## 4. ideamongodbpostman
## 4. mongodb
## 5. 中间件安装
1. 直接安装MongoDB,用custom自定义安装目录,一般用默认的安装目录即可,不要勾选mongoDB compass
2. 将C:\Program Files\MongoDB\Server\4.2\bin配置到环境变量中,便于全局使用
3. mongo -version # 查看安装的版本
## 5. ideamongodbpostman
## 6. 中间件安装
- zookeeper安装,解压过后,直接运行zkServer.mdzookeeper运行需要依赖JAVA_HOME环境变量
## 6. rider安装
## 7. rider安装
## 7. unity安装
## 8. unity安装
## 8. 办公软件
## 9. 办公软件
```
Google浏览器
@@ -64,7 +71,7 @@ steam
迅雷迷你版
```
## 8. 聊天软件
## 10. 聊天软件
```
qq,微信,钉钉,discord
+4 -2
View File
@@ -58,9 +58,11 @@ java的线程池,SingleThreadScheduledExecutorSingleThreadExecutor
通过spring自带的CronExpression计算下一次cron表达式要执行的时间
```
### [第讲](https://www.bilibili.com/video/BV1to4y1C77Y)
### [第讲](https://www.bilibili.com/video/BV1to4y1C77Y)
- scheduler原理讲解
- orm原理讲解
- 学习MongoDB优先看官方的文档,https://docs.mongodb.com/manual/
- B站有个稍微权威一点的MongoDB视频教程,https://www.bilibili.com/video/BV13a4y1J7L6
- 知识点
```