码迷,mamicode.com
首页 >  
搜索关键字:libcurl pycurl    ( 519个结果
遇到的错误解决方法
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirror...
分类:其他好文   时间:2015-03-20 12:22:01    阅读次数:111
windows下libcurl与zlib和ssl共同编译
下载了curl 7.37,在project里有各个版本VS对应的项目文件,我们选择合适的打开即可以编译,根据不同的项目配置输出想要的库,比如可以切换多种SSL库,dll/lib,debug/release等。但是这些项目配置中没有zlib,很不方便。而官网的INSTALL文档http://curl....
分类:Windows程序   时间:2015-03-11 01:50:40    阅读次数:205
mingw和libcurl
想用curl来做rest的客户端。所以就研究下这方面东西。1:安装mingw为什么用mingw,小巧,必vs快,gcc了解的多一些,http://tdm-gcc.tdragon.net/download,在这里根据不同的平台选择不同的版本,我下载的是tdm64-gcc-4.9.2-3.exe2:编译...
分类:Web程序   时间:2015-03-05 14:24:09    阅读次数:172
http服务需要pycurl模块这样去监控服务
最近运维还是比较空闲,写篇自己的心得体会。做过运维的应该都做过http服务了。像一些电子商城,或者是一些互联网公司,web的服务之类是至关重要的,近期看了刘天斯大哥的书觉得自己运维平台应该也可以这样去监控服务之类,今天学习了pycurl模块,这里记录一下: 模块相关说明: c = pycurl.Cu...
分类:Web程序   时间:2015-03-04 18:32:51    阅读次数:142
pycurl 模块监控web服务质量应用
做过运维的应该都做过http服务了。像一些电子商城,或者是一些互联网公司,web的服务之类是至关重要的,近期看了刘天斯大哥的书觉得自己运维平台应该也可以这样去监控服务之类,今天学习了pycurl模块,这里记录一下:模块相关说明:c=pycurl.Curl()#创建一个curl对象 c.setopt(py..
分类:Web程序   时间:2015-03-03 18:50:40    阅读次数:265
[译]HTTP POSTing
HTTP POSTingWe get many questions regarding how to issue HTTP POSTs with libcurl the proper way. This chapter will thus include examples using both di...
分类:Web程序   时间:2015-03-03 18:03:49    阅读次数:136
[译]libcurl_tutorial
Handle the Easy libcurlTo use the easy interface, you must first create yourself an easy handle. You need one handle for each easy session you want to...
分类:Web程序   时间:2015-03-03 16:38:07    阅读次数:167
[译]curl_multi_perform
http://curl.haxx.se/libcurl/c/curl_multi_perform.htmlcurl_multi_perform.3 -- man pageNAMEcurl_multi_perform - reads/writes available data from each ea...
分类:Web程序   时间:2015-03-03 16:35:42    阅读次数:383
[译]libcurl错误码
CURLcodeAlmost all "easy" interface functions return a CURLcode error code. No matter what, using the curl_easy_setopt option CURLOPT_ERRORBUFFER is a...
分类:Web程序   时间:2015-03-03 16:23:08    阅读次数:731
R语言爬虫之——RCurl
RCurl作者Duncan Temple Lang 现任加州大学 U.C. Davis分校副教授 致力于借助统计整合进行信息技术的探索RCurl的概述The RCurl package is an R-interface to the libcurl library that provides HTTP facilities. This allows us to download files...
分类:编程语言   时间:2015-02-23 06:30:26    阅读次数:968
519条   上一页 1 ... 39 40 41 42 43 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!