Fork me on github
摘要: 一、Cypher基本语法1)节点操作1、CREATE创建节点语法规则:CREATE (节点名: 标签 {节点属性})例如:CREATE (ee:Person { name: “Emil”, from: “Sweden”, klout: 99 });2、DELETE删除节点语法规则:MATCH (节点 阅读全文
posted @ 2020-05-21 15:14 Debug_Man 阅读(1101) 评论(0) 推荐(0)
摘要: IP代理池: - 作用:尽可能多的将scrapy工程中的请求的IP设置成不同的。 - 操作流程: 1.在下载中间件中拦截请求 2.将拦截到的请求的IP修改成某一代理IP 3.在配置文件中开启下载中间件 View Code 然后在settings.py中,将下载器中间件打开: DOWNLOADER_M 阅读全文
posted @ 2020-04-13 15:57 Debug_Man 阅读(490) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- import scrapy import re import scrapy.cmdline from a_detail.items import ADetailItem from peewee import * from a_detail.a_db i 阅读全文
posted @ 2020-04-09 13:24 Debug_Man 阅读(253) 评论(2) 推荐(2)
Live2D