摘要: settings.py # -*- coding: utf-8 -*- # Scrapy settings for review_spider project # # For simplicity, this file contains only settings considered important or # commonly used. You can find more se... 阅读全文
posted @ 2019-01-11 22:40 青春叛逆者 阅读(290) 评论(0) 推荐(0) 编辑
摘要: ### 阿里云ECS,Ubuntu Server 16.04安装图形界面远程控制 - ##### 下面教你怎么安装一个超级高效的图形界面**xfce**。 - **首先要连接上你的服务器**,然后安装vncserver,这个是用来远程连接用的。命令如下 - **安装图形界面** # 如果安装不上,就 阅读全文
posted @ 2019-01-11 22:15 青春叛逆者 阅读(2734) 评论(0) 推荐(1) 编辑
摘要: 三种方法足够了,如果你有其他方法也可以留言 阅读全文
posted @ 2019-01-11 21:02 青春叛逆者 阅读(870) 评论(0) 推荐(0) 编辑
摘要: import json import re from itertools import chain import requests from requests import RequestException def get_page_index(url): try: response=requests.get(url) # print(respons... 阅读全文
posted @ 2019-01-11 20:51 青春叛逆者 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-11 16:50 青春叛逆者 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 在运行上述代码时候,报了一个错误 解决办法: 这样就可以解决了,如果你想想完美输出上面代码结果还需要下载一个东西,如果你的电脑自动下载那估计没问题,如果手动下载把文件放入用户目录下面的 阅读全文
posted @ 2019-01-11 11:18 青春叛逆者 阅读(1739) 评论(0) 推荐(0) 编辑
摘要: mysql 与mongodb 本质之间最基本的差别是什么? 怎么查看mongodb正在使用的链接? 分析器在mongodb中的作用是什么? 阅读全文
posted @ 2019-01-11 08:46 青春叛逆者 阅读(646) 评论(0) 推荐(0) 编辑