📄 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 + -