4 人参与回答
抓取诊断,抓取成功 (有跳bai转)是打开上面(没有du跳转的网址)就会调zhi整到后面带/ 。
网页抓取主要有三个方面dao:
1、搜集新出现的网页;
2、搜集那些在上次搜集后有改变的网页;
3、发现自从上次搜集后已经不再存了的网页,并从库中删除。
针对某一web目录设置默认首页:
Alias /aidd2008 "D:/PHP/web/aidd2008"
<Directory "D:/php/web/aidd2008">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex
</Directory>