1.领导安排重写一个.so库(cjson http通信)单机版 网络版 在线 离线 业务认证 旧版完全源码 httpclient自己写太简单 旧版:11家公司客户,问题很多莫名其妙 不稳定 尤其对中文支持不好 2.打算重写的方案 libcurl库作为httpclient json用jsoncpp 支 ...
分类:
其他好文 时间:
2020-04-10 14:40:55
阅读次数:
73
1 # -*- coding=utf-8 -*- 2 #curl公共程序 3 #张明伟 20200331 4 import pycurl 5 from io import BytesIO 6 import datetime,time,os 7 import logging 8 import json ...
分类:
Web程序 时间:
2020-04-04 11:50:50
阅读次数:
68
在win10中使用curl 下载地址:https://curl.haxx.se/download.html 1,安装curl【我按照在了D盘】 2,配置环境变量——curl.exe所在的位置 3,配置Path——%CURL_HOME% 4,运行curl——curl --help 5,API调用 6, ...
分类:
Web程序 时间:
2020-04-02 17:45:43
阅读次数:
179
背景 "libcurl" 是一个跨平台的开源网络协议库,支持http, https, rtsp等多种协议 。libcurl同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传, HTTP基本表单上传,代理,cookies和用户认证。 host平台 :Ubuntu 16. ...
分类:
Web程序 时间:
2020-03-31 10:33:18
阅读次数:
92
实验环境操作系统:RHEL7.2服务器IP:192.168.1.45软件存放位置:/opt/soft软件安装位置:/apps/zabbix数据库类型:mysql数据库IP:192.168.1.45注意事项:本实验基于LAMP平台部署ZabbixServer。所需软件下载地址为配置YUM源挂载系统镜像[]#mount/dev/cdrom/media/[]#mkdir/opt/soft拷贝httpd所
分类:
其他好文 时间:
2020-03-24 12:59:47
阅读次数:
77
http://mirrors.163.com/centos/6/os/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.163.com'" Trying other mirror ...
分类:
其他好文 时间:
2020-03-24 12:27:44
阅读次数:
98
一个web网站的好坏主要看可用性和响应速度,直接影响用户体验,让我们来探测一下自己公司网站速度和质量到底怎么样! import pycurl import os ,sys import time URL ='http://www.baidu.com' #探测目标的url c =pycurl.Curl ...
分类:
编程语言 时间:
2020-03-24 01:06:06
阅读次数:
90
Php编译安装 安装依赖包 yum install libxml2 libxml2-devel openssl openssl-devel bzip2 bzip2-devel libcurl libcurl-devel libjpeg libjpeg-devel libpng libpng-deve ...
分类:
Web程序 时间:
2020-03-08 11:17:03
阅读次数:
101
-bash: /usr/bin/yum: /usr/bin/python2.7: bad interpreter: No such file or directory
分类:
编程语言 时间:
2020-03-08 09:55:34
阅读次数:
60
linux系统git clone 报错误 Peer reports incompatible or unsupported protocol version. 升级curl yum update -y nss curl libcurl ...
分类:
其他好文 时间:
2020-02-23 10:01:16
阅读次数:
73