0

使用apache搭建文件服务器

Posted in Linux at 十二月 17th, 2013 / No Comments »

在httpd.conf或default_server.conf中找到<Directory>标签,在Options中加入 Indexes FollowSymLinks 选项,如: <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Order allo...

0

搜索引擎建立索引有何好办法

Posted in PHP at 二月 22nd, 2008 / No Comments »

搜索引擎建立索引有何好办法,要快一点 我现在的方法有点慢,用PHP,现在还不到一千万条索引。 如果有1亿条那更新速度就太慢了。 phpxxx 2007-12-15 02:50 PM   速度在于算法,与语言无关! 不妨写出你的索引...