2019-10-16

1.redis五种类型(字符、列表、哈希表、集合、有序集合)的基本命令了解;

2.mangoDB 安装(菜鸟教程)未安装成功

https://www.jb51.net/article/119781.htm

3.MySQL与redis的区别  https://www.cnblogs.com/zxh1297/p/9394108.html

4.同步和异步的区别  https://blog.csdn.net/qq_37960603/article/details/83384635

5. viretualenv 的介绍及基本使用  https://blog.csdn.net/weixin_37773766/article/details/80773590

遇到的问题:

使用sudo apt-get install ***时候报错如下:

  sudo : apt-get:command not found  ----->apt-get是debian(Ubuntu)才有的包管理器

6.安装mac osx的包管理工具homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

卸载:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

7.如何在一台电脑上设置两个不同的ssh key https://blog.csdn.net/weixin_33756418/article/details/85866896

你可能感兴趣的:(2019-10-16)