获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一
下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD
INSTALL RCurl_...
分类:
Web程序 时间:
2014-05-16 18:57:57
阅读次数:
438
只知道这么使用,加上双引号,原因不太清楚原因在于加上双引号可以防止转义,在linux中使用&会使进程后台运行,必须对&进行转义,加反斜杠的方式比较麻烦,故使用双引号模式最方便。http://hi.baidu.com/yxj1141/item/cef41633b0bda1ffde222123
分类:
系统相关 时间:
2014-05-16 09:36:49
阅读次数:
3663
获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一
下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD
INSTALL RCurl_...
分类:
Web程序 时间:
2014-05-14 08:20:31
阅读次数:
392
linux环境下deb格式
转换成rpm格式使用alien工具转换deb格式到rpm格式alien_8.87.tar.gz下载alien_8.87.tar.gz[root@mysqlnode2
~]# wget http://ftp.de.debian.org/debian/pool/main/a....
分类:
系统相关 时间:
2014-05-14 07:22:03
阅读次数:
527
下载地址如下: http://sourceforge.net/projects/nagios/files/具体详细下载地址:http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-4.0.6.tar.gz1 开始下载: wget http://sourceforge.net/projects/nagios/files/nagios-...
分类:
移动开发 时间:
2014-05-13 16:20:53
阅读次数:
596
通常我们使用centos来组建LNMP,但是我们开发时多使用ubuntu的桌面版本来调试,下面将详细介绍如何在ubuntu上安装一套LNMP。
一、下载并安装最新的ubuntu14.04桌面版本
二、安装mysql
1. 下载mysql的最新版本,例如:
wget
http://dl.mysql.cn/mysql5/5.5/mysql-5.5.25.tar.gz
2. 解压缩:
t...
分类:
其他好文 时间:
2014-05-13 08:07:02
阅读次数:
423
1、先安装 geoip c library
geoip c library >= 1.4.6 installed on your machine. >= 1.4.6 installed on your machine.
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz
tar -xvzf GeoIP...
分类:
编程语言 时间:
2014-05-13 06:24:28
阅读次数:
940
简单的一个curl小例子:#include #include #include #include
#include #define BUF_SIZE 1024 * 100using namespace std;string
DownloadString(char* url);int main(int...
分类:
Web程序 时间:
2014-05-12 02:55:46
阅读次数:
394
CURL邮件列表中提到官方最新版本的windows
devel包中缺少文件,而我又用不到https,所以我就自己下载源码包来编译了
下载源码包:http://curl.haxx.se/download/curl-7.36.0.tar.gz 解压包: tar
-zxvfcurl-7.36.0...
分类:
其他好文 时间:
2014-05-12 02:50:35
阅读次数:
271
1. mongodb安装
mongodb的安装, 配置,启动,服务停止,
先下载mongodb,官网地址;http://www.mongodb.org/downloads
curl -O http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz...
分类:
数据库 时间:
2014-05-11 21:13:05
阅读次数:
437