目录索引:一、LibCurl基本编程框架二、一些基本的函数三、curl_easy_setopt函数部分选项介绍四、curl_easy_perform
函数说明(error 状态码)五、libcurl使用的HTTP消息头六、获取http应答头信息七、多线程问题八、什么时候libcurl无法正常工作九、...
分类:
编程语言 时间:
2014-05-09 17:23:41
阅读次数:
545
1>下载CURL源代码curl-7.26.0.zip2>用VC2008/2005打开工程curl-7.26.0\lib\libcurl.vcproj,转换下工程并构建,可以直接编译成功!3>新建个控制台工程测试下刚才编译的静态库libcurl.lib,可以在libcurl\curl-7.26.0\d...
分类:
其他好文 时间:
2014-05-09 16:53:01
阅读次数:
556
1,下载orabbix插件包(插件包同时满足在大部分POSIX-linux及unix和大部分版本的windows下运行,玩转类似但不等同于Tomcat)
wget http://www.smartmarmot.com/downloads/orabbix-1.2.3.zip2,解压插件包部署(插件包....
分类:
数据库 时间:
2014-05-09 12:33:21
阅读次数:
593
http://source.android.com/source/downloading.html1.下载repo官网:curl
http://commondatastorage.googleapis.com/git-repo-downloads/repo >
~/bin/repo目前我啥下载不了。...
分类:
移动开发 时间:
2014-05-09 12:31:27
阅读次数:
397
PHP CURL HTTPS POSTfunction vpost($url,$data){
// 模拟提交数据函数 $curl = curl_init(); // 启动一个CURL会话 curl_setopt($curl, CURLOPT_URL,
$url); // 要访问的地址 curl_se...
分类:
Web程序 时间:
2014-05-08 21:04:59
阅读次数:
368
Fatal error: Maximum execution time of 30
seconds exceeded inC:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:
其他好文 时间:
2014-05-07 16:53:31
阅读次数:
338
安装zabbix时报错[root@zabbix~]#rpm-ivhzabbix-server-mysql-2.2.3-1.el6.x86_64.rpmzabbix-web-mysql-2.2.3-1.el6.noarch.rpmwarning:zabbix-server-mysql-2.2.3-1.el6.x86_64.rpm:HeaderV4DSA/SHA1Signature,keyID79ea5ed4:NOKEYerror:Faileddependencies:libodbc.so.2()(64..
分类:
数据库 时间:
2014-05-07 11:33:40
阅读次数:
2102
让我们简单Let’s take a look at three (very basic) ways to get a scoped token from Keystone (theOpenStack Identity
Project). Keep in mind that these are just a few ways you can go about this. Before tryin...
分类:
其他好文 时间:
2014-05-06 19:30:32
阅读次数:
359
以前没有这么搞过。今天群里一个朋友在问这个问题。查了下,CURL确实很强悍的可以伪造IP和来源。1.php 请求 2.php 。1.php代码:$ch =
curl_init();curl_setopt($ch, CURLOPT_URL, "http://localhost/2.php");curl...
分类:
Web程序 时间:
2014-05-06 18:06:05
阅读次数:
422
目前为目最全的CURL中文说明了,学PHP的要好好掌握.有很多的参数.大部份都很有用.真正掌握了它和正则,一定就是个采集高手了.PHP中的CURL函数库(Client
URL Library Function)curl_close - 关闭一个curl会话 curl_copy_handle - 拷贝...
分类:
其他好文 时间:
2014-05-06 10:19:24
阅读次数:
510