资源简介
scrapy爬虫
代码片段和文件信息
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class TongchengItem(scrapy.Item):
city = scrapy.Field()
station = scrapy .Field()
company = scrapy.Field()
salary = scrapy.Field()
detail = scrapy.Field()
Number = scrapy.Field()
limit = scrapy.Field()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-11-12 15:31 .idea\
目录 0 2019-11-03 17:41 .idea\inspectionProfiles\
文件 174 2019-11-03 17:41 .idea\inspectionProfiles\profiles_settings.xm
文件 306 2019-11-03 17:41 .idea\misc.xm
文件 277 2019-11-03 17:41 .idea\modules.xm
文件 478 2019-11-03 17:41 .idea\tongcheng.iml
文件 8300 2019-11-12 15:31 .idea\workspace.xm
文件 261 2019-11-03 17:36 scrapy.cfg
文件 1615427 2019-11-13 16:00 station.csv
目录 0 2019-11-04 17:46 tongcheng\
文件 0 2019-10-03 15:47 tongcheng\__init__.py
目录 0 2019-11-04 17:47 tongcheng\__pycache__\
文件 135 2019-11-03 17:37 tongcheng\__pycache__\__init__.cpython-36.pyc
文件 451 2019-11-04 15:57 tongcheng\__pycache__\items.cpython-36.pyc
文件 952 2019-11-04 17:47 tongcheng\__pycache__\pipelines.cpython-36.pyc
文件 477 2019-11-04 11:25 tongcheng\__pycache__\settings.cpython-36.pyc
文件 398 2019-11-04 15:18 tongcheng\items.py
文件 3603 2019-11-03 17:36 tongcheng\middlewares.py
文件 831 2019-11-04 17:46 tongcheng\pipelines.py
文件 3208 2019-11-04 11:25 tongcheng\settings.py
目录 0 2019-11-04 17:46 tongcheng\spiders\
文件 161 2019-10-03 15:47 tongcheng\spiders\__init__.py
目录 0 2019-11-04 17:46 tongcheng\spiders\__pycache__\
文件 143 2019-11-03 17:38 tongcheng\spiders\__pycache__\__init__.cpython-36.pyc
文件 3498 2019-11-04 17:46 tongcheng\spiders\__pycache__\tc.cpython-36.pyc
文件 653 2019-11-03 20:11 tongcheng\spiders\__pycache__\try.cpython-36.pyc
文件 3738 2019-11-04 17:46 tongcheng\spiders\tc.py
文件 510 2019-11-03 19:58 tongcheng\spiders\try.py
相关资源
- python绘制动力学方程
- Python高級編程源代码
- 《PYTHON QT GUI快速编程 PYQT编程指南》
- 学Python的第一本书
- scrapy 爬取图片clj
- python 飞机大战
- 爬取百度图片到本地(python代码)
- python病毒(无限锁屏.py)
- python五子棋源码(控制台版本)
- Python爬虫数据分析可视化
- 网易云课堂视频(python脚本)
- 笨方法学Python
- python 画 金字塔代码
- python 画五星红旗(基于turtle)
- 坦克大战带源码(python)
- 双色球随机选号(python 脚本)
- python基础.ipynb(初等数学相关)
- python 照片人脸识别
- 恐龙快跑 游戏源码(基于pygame)
- 快速入门python培训教程.ppt(63页)
- python 重命名文件并排序
- python绘制 彩色蜂蜜窝(基于turtle)
- 012345手势识别神经网络代码
- 猫-非猫图二分类识别
- python 记录键盘按键(基于keyboard)
- python 画星星(满天星)
- python 实现 屏幕水印
- python发送gmail邮件demo
- python自动抠图(基于cv2)
- Python Libraries(python编程常用库教程)
评论
共有 条评论