openwebspider.conf

来自「网页抓取程序」· CONF 代码 · 共 23 行

CONF
23
字号
# openwebspider.conf

#server1 is the server with the DB 'DB1'
#db1 is the database of the hosts
db1=se_hosts
mysqlserver1=127.0.0.1
userdb1=<user>
port1 = 3306
passdb1=<password>

#server2 is the server with the DB 'DB2'
#db2 is the database of the indexed pages
db2=se_spiderdb
mysqlserver2=127.0.0.1
port2 = 3306
userdb2=<user>
passdb2=<password>

#password for the OWS Server (please use only alphanumeric characters)
ows_server_password=<password>

#EOF#

⌨️ 快捷键说明

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