-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
任勇闯week1 #14
任勇闯week1 #14
Conversation
提交 PR 的时候最好使用PR的模板,还有就是你 PR 是用的你的 master 分支,最好新建一个分支如 week1, master最好只用来同步,参考issue12 |
1. 使用链接字符串 | ||
> 本课程提供:mongodb+srv://m001-student:[email protected]/test | ||
2. 填写部署的信息字段 | ||
> 如果上述字符串无法连接则使用此方法,教程详细(https://university.mongodb.com/mercury/M001/2020_July_7/chapter/Chapter_0_Setup/lesson/594d8f1e8c07c3a9b60bdfb3/lecture) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是要做一个 markdown 链接?或者把括号去掉?
>再进入mongodb需要进入admin库中验证用户和密码才能使用数据库 | ||
|
||
# 实验三Redis的学习 | ||
Redis是一个Key-Value类型的内存数据库,整个数据库**加载在内存中进行操作**,定期通过异步操作把数据库flush到硬盘中保存 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
数据 flush 到磁盘?
###第一次提交总结,包含mysql、mongodb、redis数据库的安装和基本操作记录,JanusGraph还没有完成