码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
cocos2dx 网络编程(CCHttpRequest和CURL两个方式)
转自:http://blog.csdn.net/sg619262284/article/details/20144087在使用之前需要设置一些参数:参考:http://blog.csdn.net/wangbin_jxust/article/details/9632771在完成上面的操作后,还需要在链...
分类:其他好文   时间:2014-08-07 18:38:40    阅读次数:360
rsync -文件同步工具
ubuntu 12.10 x32 $ sudo apt-get install rsync $ sudo apt-get install grsync # 图形化前端 Mac OS X $ curl -O http://rsync.samba.org/ftp/rsync/rsync-3.0.9.tar.gz # 下载源代码 $ curl -O ...
分类:其他好文   时间:2014-08-07 16:01:20    阅读次数:198
在Ubuntu上下载Google Android4.4源码
在Windows下安装Cygwin,通过Cygwin也可在Windows里通过本文的下载步骤下载Android源码。 以下为在Ubuntu下下载Google Android4.4源码的步骤: 1. 安装curl 与 git sudo apt-get install curl sudo apt-get install git-core 2 安装 Repo a) 建立Repo的...
分类:移动开发   时间:2014-08-07 15:56:30    阅读次数:298
Nginx 安装文档 (二)PHP
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz tarzvxfphp-5.4.7.tar.gz cdphp-5.4.7 ./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:Web程序   时间:2014-08-07 07:34:00    阅读次数:271
[应用]来点实际,利用CB刷简历更新时间程序(python)
实际上就是一个python的curl应用。应tom的要求,现在公布给大家。希望能对大家有用。 http://onefishum.blog.163.com/bl ... 052013324114213898/? 目前高端的工作是越来越难找了。本人做了51、zhaopin、猎聘网的...
分类:编程语言   时间:2014-08-06 23:19:02    阅读次数:601
CentOS 6 安装 sshpass
不如Ubuntu, 默认yum install sshpass无法安装sshpass,需要用下面的步骤:cd /etc/yum.repos.d/ wget http://download.opensuse.org/repositories/home:Strahlex/CentOS_CentOS-6/home:Strahlex.repo yum install sshpass...
分类:其他好文   时间:2014-08-06 10:27:31    阅读次数:431
Linux curl使用简单介绍
http://www.linuxidc.com/Linux/2008-01/10891.htm--------------------------------------------------Linux curl使用简单介绍 [日期:2008-01-29] 来源:Linux公社 作者:notech...
分类:系统相关   时间:2014-08-06 01:33:50    阅读次数:314
repo init - gpg: 无法检查签名:找不到公钥
今天在取android代码时,发现repo init提示以下错误: 在网上搜索了一下,在下面这个帖子到帮助下,解决了问题: http://bbs.csdn.net/topics/390705429 该帖子中提到的解决方法有: 方法一: 出现此问题是repo版本不对的问题,具体原因可网上搜索下,据说是google 代码传错导致。我更换过repo后,问题已经解决。curl h...
分类:其他好文   时间:2014-08-05 19:35:10    阅读次数:991
【转载】性能测试工具webbench
webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具好用,安装使用也特别方便,并且非常小。主要是-t参数用着比较爽1、适用系统:Linux2、编译安装:[root@hexuweb102 ~]$wget http://blog.s135....
分类:Web程序   时间:2014-08-05 15:17:19    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!