pythonspider
Ctrlk
  • Introduction
  • 1.准备工作
    • 1.1 常见的三种数据库的安装配置
    • 1.2 Python常用库的安装
    • 1.3 使用Python的正则表达式过滤字符串
    • 1.4 理解Python中使用yield进行迭代
    • 1.5 Mysql基础知识
    • 1.6 MongoDB基础知识
  • 2.爬虫基本流程
  • 3.保存爬虫数据
  • 4.爬取Ajax数据
Powered by GitBook
On this page

1.准备工作

开始爬虫前的准备工作,包括:

  1. 数据库的安装配置

  2. Python常见库的安装

  3. Python正则表达式的理解

  4. Python中yield的理解

  5. Mysql基础知识

  6. MongoDB基础知识

PreviousIntroductionNext1.1 常见的三种数据库的安装配置

Last updated 7 years ago