mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-23 05:54:26 +08:00
13 lines
996 B
Plaintext
13 lines
996 B
Plaintext
在此文件夹下打开Linux Terimal, 并输入以下命令运行软件:
|
||
./easy-spider.sh
|
||
注意软件运行过程中不要关闭terminal。
|
||
|
||
To open the EasySpider, please open your terminal, and then type:
|
||
./easy-spider.sh
|
||
Then EasySpider will be opened, and don't close the terminal when running EasySpider.
|
||
|
||
|
||
可以从其他机器导入任务,只需要把其他机器的tasks文件夹里的.json文件放入此目录的tasks文件夹里即可。同理执行号文件可以通过复制execution_instances文件夹中的.json文件来导入。注意,两个文件夹里的.json文件只支持命名为大于0的数字。
|
||
|
||
Tasks can be imported from other machines by simply placing the .json files from the "tasks" folder of those machines into the "tasks" folder of this directory. Similarly, execution instance files can be imported by copying the .json files from the "execution_instances" folder. Note that only files named with a number greater than 0 are supported in both folders.
|