码迷,mamicode.com
首页 >  
搜索关键字:libcurl    ( 429个结果
Compiling R-3.4.3 on CentOS 6.10 with GNU
If you are compiling CentOS 6, you will notice that the R source will not compile without a updated version of zlib, pcre, bzip2. libcurl. There is a ...
分类:其他好文   时间:2019-01-16 16:50:27    阅读次数:205
使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法
安装 libcurl 和 curl 重编译git客户端 ...
分类:Web程序   时间:2019-01-12 15:30:29    阅读次数:451
(转)libcurl库使用方法,好长,好详细。
一、ibcurl作为是一个多协议的便于客户端使用的URL传输库,基于C语言,提供C语言的API接口,支持DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP ...
分类:Web程序   时间:2018-12-26 10:36:49    阅读次数:450
ubuntu16.04 ARM平台移植xmlrpc-c
1. xmlrpc-c依赖与libcurl 参考另外一篇随笔:https://www.cnblogs.com/flyinggod/p/10148228.html 2. 下载源代码 http://xmlrpc-c.sourceforge.net/ 3. 编译代码 4. 编译过程中可能会定位到/usr/ ...
分类:系统相关   时间:2018-12-20 14:30:22    阅读次数:275
zabbix项目实践
一,Zabbix生产环境监测案例概述 1.1 项目规划 [x] :主机分组 交换机 Nginx Tomcat MySQL Apache PHP-fpm redis(也有状态页, 自己研究) memcache(也有状态页, 自己研究) [x] :监控对象识别: 使用SNMP监控交换 使用IPMI监控服 ...
分类:其他好文   时间:2018-12-16 12:23:51    阅读次数:282
C/C++中用libcurl进行http请求,向ES中插入数据
注:1) curl_global_init(CURL_GLOBAL_ALL);在curl_easy_init函数调用时还没调用,它讲由libcurl库自动调用,所以多线程下最好主动调用该函数以防止在线程中curl_easy_init时多次调用。 2) curl_global_cleanup()虽然l ...
分类:编程语言   时间:2018-12-14 12:40:46    阅读次数:283
资源收藏
变成资源 + RapidJson "官方教程" + libcurl "官方教程" "示例程序" + cmake "mordern cmake" + http2 [High Performance Browser Networking](https://hpbn.co/ toc) ...
分类:其他好文   时间:2018-12-08 16:14:54    阅读次数:143
源码编译安装PHP Version 5.6.30------踩了无数坑,重装了十几次服务器才会的,不容易啊!
1 环境准备 yum install gcc bison bison-devel zlib-devel libmcrypt-devel mcrypt mhash-devel openssl-devel libxml2-devel libcurl-devel bzip2-devel readline- ...
分类:Web程序   时间:2018-12-05 10:26:16    阅读次数:204
curl模拟http请求
简介 cURL的 官方定义 为: ,即 使用URL语法规则来传输数据的命令行工具 。 PHP 支持 Daniel Stenberg 创建的 libcurl 库,能够连接通讯各种服务器、使用各种协议。libcurl 目前支持的协议有 http、https、ftp、gopher、telnet、dict、 ...
分类:Web程序   时间:2018-11-21 17:38:03    阅读次数:334
阿里云ECS提示RHSA-2017:3263: curl security update
服务器配置: 原因阿里云安装的CentOS 7.3的curl和libcurl的源不是最新的,会导致安全漏洞出现 方法首先还是要在实例列表远程连接打开终端。 1、更新ca-bundle1、备份: cp /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/cert ...
分类:Web程序   时间:2018-11-16 17:41:35    阅读次数:283
429条   上一页 1 ... 5 6 7 8 9 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!