master
root 5 years ago
commit 5c2ebf2bb4

@ -0,0 +1,12 @@
# DEMO (分布式爬虫系统--用户界面)
# 概述
这是分布式网络爬虫的用户界面子系统
## 环境依赖
node v8.10.0+
npm
Express
## 部署步骤

@ -0,0 +1,12 @@
{
"name": "ui",
"version": "1.0.0",
"description": "分布式网络爬虫系统-用户界面",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zhang zhao",
"license": "GPL-3.8"
}

@ -0,0 +1,15 @@
# 分布式网络爬虫系统-管理协调服务器
## 概述
这是分布式网络爬虫系统worker的管理协调服务器。
## 环境依赖
node v8.10.0
## 部署步骤
## license
GPL -3.8

@ -0,0 +1,13 @@
# 分布式网络爬虫系统 --爬虫工作程序
## 概述
这是分布式网络爬虫系统worker的工作程序
## 环境依赖
python
## 部署步骤
Loading…
Cancel
Save