安装所需环境 Nginx 是 C语言 开发,建议在 Linux 上运行,当然,也可以安装 Windows 版本,本篇则使用 CentOS 7 作为安装环境。 一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装: 二. PCR ...
分类:
系统相关 时间:
2019-02-12 15:54:27
阅读次数:
263
安装pcre依赖库(http://www.pcre.org/) sudo apt-get updatesudo apt-get install libpcre3 libpcre3-dev 安装zlib依赖库(http://www.zlib.net) sudo apt-get install zlib ...
分类:
其他好文 时间:
2019-02-12 11:42:02
阅读次数:
166
环境: centos 7 防火墙关闭 Selinx关闭 Nginx Web安装 安装依赖库 yum install pcre-devel pcre gcc gcc-c++ zlib zlib-devel openssl openssl-devel -y (pcre库主要用于nginx正则表达) 下载 ...
分类:
其他好文 时间:
2019-02-02 18:49:13
阅读次数:
189
参考:https://gitee.com/veni0/robotgo#examples 但是编译不成功 找到这个:https://gitee.com/veni0/robotgo#examples 原来还是Mingw的问题 用了github上robotgo推荐的带有zlib和libpng库的gcc环境 ...
分类:
其他好文 时间:
2019-02-01 18:49:52
阅读次数:
169
模板如下: Copyright (c) <year> <copyright holders> This software is provided 'as-is', without any express or impliedwarranty. In no event will the authors ...
分类:
其他好文 时间:
2019-02-01 11:27:36
阅读次数:
342
1.Nginx 安装 (1) 安装gcc (yum install gcc) 备注:可以输入gcc -v 查询版本信息,看系统是否自带安装 (2) 安装pcre (yum install pcre-devel) (3) 安装zlib (yum install zlib zlib-devel) (4) ...
分类:
其他好文 时间:
2019-02-01 11:24:26
阅读次数:
138
智龙开发板搭建llsp(linux+lighttpd+sqlite3+php)环境 ...
分类:
其他好文 时间:
2019-01-31 18:19:20
阅读次数:
211
由于ubuntu14.04.1默认的openssh是5.6p1版的,有很多安全漏洞,所以计划升级至openssh7.5p1一、下载升级所需的软件zlib-1.2.11.tar.gzopenssh-7.5p1.tar.gzopenssl-1.0.2l.tar.gz二、需要卸载旧的版本#apt-getremoveopenssl#apt-getremoveopenssh-serveropenssh-cl
分类:
系统相关 时间:
2019-01-30 17:20:33
阅读次数:
222
1.查看是否已经安装Python CentOS 7.2 默认安装了python2.7.5 因为一些命令要用它比如yum 它使用的是python2.7.5。 使用 python -V 命令查看一下是否安装Python 然后使用命令 which python 查看一下Python可执行文件的位置 可见执 ...
分类:
编程语言 时间:
2019-01-29 20:24:08
阅读次数:
171
Note: php伪协议: file:// — 访问本地文件系统 http:// — 访问 HTTP(s) 网址 ftp:// — 访问 FTP(s) URLs php:// — 访问各个输入/输出流(I/O streams) zlib:// — 压缩流 data:// — 数据(RFC 2397) ...
分类:
其他好文 时间:
2019-01-28 17:46:38
阅读次数:
225