码迷,mamicode.com
首页 >  
搜索关键字:zlib libpng    ( 1809个结果
通过xshell在linux上安装git1.8.4.2
查看更多Linux开发环境配置,请点击《Linux开发环境配置大全》 通过xshell在linux上安装git1.8.4.2 0)环境 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl ...
分类:系统相关   时间:2020-05-24 15:14:40    阅读次数:86
HttpRunnerManager学习(一)环境部署安装
环境准备 linux系统( CentOS 7) Xshell Xftp Navicat python3.6 httprunnermanager包 docker python安装 1.yum安装依赖包 避免后面出现少包的问题 > yum -y install zlib-devel bzip2-deve ...
分类:Web程序   时间:2020-05-24 00:39:04    阅读次数:81
web服务器之nginx
安装: 1 环境准备 gcc yum install gcc-c++ pere (解析正则表达式) zlib zlib库提供了很多种压缩和解压缩的方式,nginx使用zlib对http包的内容进行gzip openssl nginx不仅支持http协议,还支持https(即在ssl协议上传输http ...
分类:Web程序   时间:2020-05-21 12:05:54    阅读次数:84
文件压缩,文件夹压缩
头文件: #pragma once#ifndef FILEZIPPER_HPP#define FILEZIPPER_HPP #include <vector>#include <string> #include "zip.h"#include "iowin32.h"#include "zlib.h" ...
分类:其他好文   时间:2020-05-19 20:26:04    阅读次数:56
libpng warning: iCCP: cHRM chunk does not match sRGB
1 #include <opencv2/opencv.hpp> 2 using namespace cv; 3 int main() { 4 Mat img = imread("D:/test/1.jpg"); 5 imshow("ff",img); 6 waitKey(0); 7 return 0 ...
分类:其他好文   时间:2020-05-12 17:05:31    阅读次数:1358
linux安装nginx并启动https服务协议
1.安装nginx依赖的程序 yum install gcc;yum install pcre-devel;yum install zlib zlib-devel;yum install openssl openssl-devel;2.下载nginx wget http://nginx.org/do ...
分类:Web程序   时间:2020-05-12 13:51:12    阅读次数:69
linux下安装nginx
linux版本:CentOS7 64位 【yum 安装最新版nginx:https://www.cnblogs.com/xxoome/p/7256214.html】 在安装nginx前首先要确认系统中安装了gcc、pcre-devel、zlib-devel、openssl-devel。 Linux下 ...
分类:系统相关   时间:2020-05-10 21:35:33    阅读次数:88
Delphi 使用 ZLib 压缩和解压 GZip
ZLib是DEFLATE算法的实现库,它的API同时支持gzip文件格式以及一个简化的数据流格式。zlib数据流格式、DEFLATE以及gzip文件格式均已被分别标准化为 RFC 1950、RFC 1951、RFC 1952。 gzip在 HTTP压缩,一种在万维网中加速传输HTML和其他内容的技术 ...
分类:Windows程序   时间:2020-05-10 15:27:03    阅读次数:229
docker安装php的gd库
原文:docker安装php的gd库 apt update #更新软件源 apt install -y libwebp-dev libjpeg-dev libpng-dev libfreetype6-dev #安装各种库 docker-php-source extract #解压源码 cd /usr ...
分类:Web程序   时间:2020-05-08 16:12:56    阅读次数:78
隐写工具zsteg安装及使用教程
zsteg可以检测PNG和BMP图片里的隐写数据。 目前,zsteg支持检测: LSB steganography in PNG & BMP zlib-compressed data OpenStego Camouflage 1.2.1 LSB with The Eratosthenes set g ...
分类:其他好文   时间:2020-05-07 13:44:12    阅读次数:99
1809条   上一页 1 ... 10 11 12 13 14 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!