2、我用了哪些技术

爬虫,我是用Python 写,什么语言写的不重要,重要的是爬到你要的数据,数据存放在mysql , 需要自己定义好数据结构

这是我在github上提交的python 爬虫代码 

coreseek 稳定版下载地址 

大致的安装步骤如下,先装mmseg  在装sphinx,

我在linux 系统根目录下 建了 /seek 目录

tar zxvf coreseek-3.2.14.tar.gz

cd /usr/local/src/coreseek-3.2.14/mmseg-3.2.14


mkdir /seek

./configure --prefix=/seek/mmseg

make && make install

cd /usr/local/src/coreseek-3.2.14/csft-3.2.14/

./configure --prefix=/seek/coreseek --with-mysql=/www/wdlinux/mysql --with-mmseg=/seek/mmseg --with-mmseg-includes=/seek/mmseg/include/mmseg/ --with-mmseg-libs=/seek/mmseg/lib/

make && make install

你可能感兴趣的:(2、我用了哪些技术)