?? readme.txt
字號:
Prerequisite:
1. PostgreSQL is installed. Make a note of port number, user name, and password during installation.
2. Set up the crawler database using the psql tool and dbsetup.sql file.
psql -U postgres template 1 -f ./dbsetup.sql
3. Update the parameters in crawler.properties as you want.
4. Execute the program using run.bat.
run -p<pwd> -o<log file name (optional)>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -