随笔分类 -  Web

摘要:项目地址及安装说明 https://github.com/crawler-studio/crawler-studio 介绍 Crawler-Studio是基于Scrapy、Scrapyd、Scrapyd-Client、Scrapyd-API、Django、DRF、Vue.js 开发的一款开源分布式S 阅读全文
posted @ 2022-11-23 10:04 liuxianglong 阅读(409) 评论(0) 推荐(0)
摘要:官网中关于ReactorNotRestartable的错误描述(摘自:https://twistedmatrix.com/documents/16.1.0/api/twisted.internet.error.html),我们将从scrapy源码分析这个问题 重点要了解scrapy源码下的crawl 阅读全文
posted @ 2019-11-26 11:58 liuxianglong 阅读(3232) 评论(0) 推荐(0)
摘要:只需要在django项目下的APP下的admin.py重写以下几个变量即可,不需要改django源码 from django.contrib import admin admin.site.site_title = "登陆xxx管理系统" # 这个会在登陆的时候显示在浏览器标签页 admin.sit 阅读全文
posted @ 2019-11-18 11:13 liuxianglong 阅读(345) 评论(0) 推荐(0)