240 发简信
IP属地:山西
  • Mac环境下安装Redis

    https://www.jianshu.com/p/bb7c19c5fc47

  • mac 更新“.bash_profile”(配置全局环境变量)没生效问题

    https://blog.csdn.net/qq_18505715/article/details/83276208 打开终端 cd /User...

  • mac环境mongodb安装与配置

    https://blog.csdn.net/thatway_wp/article/details/79362261 mongo.conf文件配置...

  • pycharm中设置模板if标签,for标签的代码自动补全

    https://blog.csdn.net/weixin_43883022/article/details/89703725

  • scrapy-redis 分布式爬虫

    https://www.cnblogs.com/tangkaishou/p/10272546.html

  • Git命令

    克隆单个分支 git clone 默认是克隆Head指向的branch,默认是master分支,如果是多分支,我们可以单个克隆分支项目。 如果本...

  • Resize,w 360,h 240
    转:MongoDB安装与配置

    转:https://www.cnblogs.com/dreamsqin/p/10885038.html 安装MongoDB 双击运行msi文件,...

  • Resize,w 360,h 240
    转:windows下redis安装

    一、获取安装包 安装包地址:https://github.com/microsoftarchive/redis (1)进入安装包地址,选择 re...

  • Intellij IDEA绑定Github

    打开Git Bash: 1、设置git全局用户名和邮箱: git config --global user.name "--" git conf...