Avatar notebook default
8篇文章 · 4140字 · 1人关注
  • MySQL

    1. Mac 下载MySQL brew updatebrew install mysql 2. 安装MySQL-Python pip insta...

  • Python-Error

    > twisted.web >>> import scrapyfrom twisted.web import httpImportError: ...

  • Python-Module

    > repeat In [1]: from itertools import repeatIn [2]: x = list(repeat(0,t...

  • Flask

    0. flasky $ pip install virtualenv$ virtualenv venv$ source venv/bin/act...

  • Scrapy

    0. 基础知识: 1) 搜索引擎爬虫介绍 --> 增量式爬虫和分布式爬虫 http://www.zouxiaoyang.com/archives...

  • Python

    > Python 判断文件或路径是否存在 http://www.jb51.net/article/66452.htm > Anaconda 安装...

  • Pymongo

    #!< 2015.11.02 https://docs.mongodb.org/getting-started/python/ db.user....

  • Redis

    1.安装 $ brew install redis (cv)$ pip install redis 2.启动redis服务器 $ redis-s...

文集作者