-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Windows x64下想要使用命令行执行程序,需要以下操作:
- 调用任务时在下方获得任务执行号,记住这个
执行ID
:
- V0.3.0及以上版本,点击下方
使用命令行执行任务
按钮即可获得命令行指令:
- 复制提示的命令到Windows PowerShell即可通过命令行执行命令:
- 有关命令行参数的说明,请查看以下文档:
https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction
其中,配置目录地址写在了上图config.json
文件的absolute_user_data_folder
字段中;为0则为纯净版浏览器。
Windows x32位下使用命令行,只需将上面命令路径中的chrome_win64
改为chrome_win32
即可:
./EasySpider/resources/app/chrome_win32/easyspider_executestage.exe --id 4 --user_data 1 --server_address http://localhost:8074
Originally posted by @NaiboWang in #22 (comment)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation