语言小结
Ctrlk
  • program-language-note
  • contact
  • common
    • 代码风格
    • 概念语法
    • 格式化参数
    • 源码结构
    • 数据结构
    • 名词
  • 电路
    • 内存地址
    • Untitled
    • Code
  • C
    • note
    • overview
    • 语法
    • 编译和运行
    • 头文件
    • 基本数据类型
    • 指针&数组、指针&函数
    • API
    • 存储结构
    • 操作符
    • typedef
    • 输入输出
    • 格式化参数
    • 左値右値
    • 性能思考
    • volatile
    • 字符串
    • 动态分配
    • note
  • cpp
    • 资源
    • note
    • 数据结构
    • 智能指针
    • 编译过程
  • shell
    • usage
    • Untitled
  • Rust
    • overview
  • Lisp
    • Untitled
  • web
    • overview
    • style
    • html
    • css
    • js
    • note
  • java
    • note
    • java语言程序设计
    • 设计模式
    • java程序设计第10版-基础
    • java程序设计第10版-进阶
    • java核心技术第9版-I
    • jar包
    • 安全
    • 反射
  • python
    • note
    • index
    • 个人记忆点
    • 疑惑
    • simple
    • 精通Python爬虫框架scrapy
    • 语法
    • scrapy
      • notice
      • index
  • 汇编
    • Untitled
  • kotlin
    • index
    • note
    • by android
  • groovy
    • gradle
Powered by GitBook
On this page

Was this helpful?

  1. python
  2. scrapy

index

scrapy docs : https://docs.scrapy.org/en/latest/

anaconda docs: https://docs.anaconda.com/anaconda/

依赖库lxml 的安装 :https://lxml.de/installation.html 依赖库cryptography 的安装:https://cryptography.io/en/latest/installation/

virtualenv 安装指南:https://virtualenv.pypa.io/en/stable/installation/ virtualenvwrapper 是一个创建virtualenv的便捷工具: https://virtualenvwrapper.readthedocs.io/en/latest/install.html

python无开发经验教程: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers https://learnpythonthehardway.org/book/

快速查找CSS selector工具:https://selectorgadget.com/

XPath教程: http://zvon.org/comp/r/tut-XPath_1.html XPath思维:http://plasmasturm.org/log/xpath101/

Json Lien format : http://jsonlines.org/ JQ: https://stedolan.github.io/jq/

代码示例:https://github.com/scrapy/quotesbot

发布:https://scrapyd.readthedocs.io/en/latest/deploy.html

PreviousnoticeNextUntitled

Last updated 6 years ago

Was this helpful?