爬虫
发布时间:2015-06-26 15:17:03
1、下载libsvm库文件 ,使用window下载经常出错,后面换到linux下下载,好像很顺利就可以了<br />wget http://www.csie.ntu.edu.tw/~cjlin/cgi-bin/libsvm.cgi?+http://www.csie.ntu.edu.tw/~cjlin/libsvm+tar.gz<br /><br />2、 编译libsvm<br /> cd libsvm-3.20/<br /> ls<br /> make lib.........【阅读全文】
发布时间:2015-05-26 11:22:16
found out problem comes from the new PHP version (5.4, 5.4), which installed in a separate repo. So, we just need to install php-bcmath in the main repo (version 5.3) using command:yum install php-bcmath --enablerepo=remi With "remi" is the main repo, you can see it by go to .......【阅读全文】
发布时间:2015-04-28 18:33:59
http://blog.csdn.net/acanoe/article/details/7604096正文:1、我的操作环境是 主机:xp + VMware ubuntu 10.10 。 开发板:OK6410 。 文件系统: yaffs2 。 蓝牙:蓝牙适配器(适配器在PC ubuntu 下测试可用)。交叉编译器:arm-linux-gcc 4.3.2操作环境环境提示:如果你有red hat 或者 Fedora 这两.........【阅读全文】
发布时间:2015-04-28 18:30:52
1、centos 需要安装usbutils ,有lsusb的工具2、安装bluez工具 ,hciconfig转:http://blog.csdn.net/baozhongchao/article/details/4486263一,蓝牙存储设备 蓝牙适配器: CSR蓝牙, USB接口 1,加载蓝牙适配器 插入USB口之后,可以使用lsusb命令,看到: Bus 004 .........【阅读全文】