logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

爬虫实际应用(1)

1.运行爬虫脚本命令#编写爬虫脚本时,需要给脚本取一个名字scrapy crawl name2.进入调试界面#该命令会进入到https://movie.douban.com/top250网页的调试界面scrapy shell https://movie.douban.com/top250#该命令直接进入到脚脚本的调试界面python manage.py she...

ValueError: Missing scheme in request url: xxxxxx

解决办法:prepend url with ‘http’ or ‘https’start_urls = [“http://www.bow.com/“]

成功安装了docker-compose,但是一直提示command not found...

Here’s how I fixed this issue: Refer Docker Compose documentationsudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-(uname−s)−(uname -s)-(uname−s)−(uname -m) -o /u.

CenterOS7下mongoDB安装以及配置

1.在mongDB官网下载mongoDBwget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.5.tgz2.解归档gunzip mongodb-linux-x86_64-3.6.5.tgz3.解压缩tar -xvf mongodb-linux-x86_64-3.6.5.tar4...

Linux系统上运行scrapy框架代码环境安装教程

1: we have to install python enviroment.Linux system has its own python,but the edtion maybe too old.we can use it or install our own python.The way to install python is following.install pythonsudo..

#linux#服务器#运维
到底了