⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extractor.cmd

📁 一个很好的搜索引擎
💻 CMD
字号:
:: This is the Windows version of the extractor shell script
:: Caveats and version history, see heritrix.cmd
::
:: This script runs the org.archive.crawler.extractor.ExtractorTool main.
:: Pass '--help' to get usage message.
::
:: Optional environment variables
::
:: JAVA_HOME        Point at a JDK install to use.
:: 
:: HERITRIX_HOME    Pointer to your heritrix install.  If not present, we 
::                  make an educated guess based of position relative to this
::                  script.
::
:: JAVA_OPTS        Java runtime options.
@echo off
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
set PRGDIR=%~p0
set CLASS_MAIN=org.archive.crawler.extractor.ExtractorTool
call "%PRGDIR%\foreground_heritrix.cmd" %*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -