配置:configure 编译:make 安装:make install 实例演示, 源码安装Apache: 1、下载C编译器,用来编译C语言编写的源代码 yum install -y gcc 2、下载Apache源码 curl -O http://mirrors.hust.edu.cn/apach ...
分类:
其他好文 时间:
2019-10-04 14:57:58
阅读次数:
71
nginx 从1.9版本开始支持基于TCP/UDP的四层调度,在编译nginx时使用--with-stream开启该模块 支持TCP/UDP调度时,支持给所有的软件做调度器,例如:nfs smb ftp dns 等等... 在编译时: ./configure --with-http_ssl_modu ...
分类:
其他好文 时间:
2019-10-04 09:29:23
阅读次数:
117
这里m使用mariadb 需要下列软件列表: nginx mariadb 数据库客户端软件 mariadb-server 数据库服务器软件 mariadb-devel 其他客户端软件的依赖包 php php解释器 php-fpm php进程管理器服务 php-mysql php的数据库拓展包 安装前 ...
分类:
其他好文 时间:
2019-10-03 17:50:54
阅读次数:
118
1.安装aptitude sudo apt-get install aptitude 2.安装依赖包 sudo aptitude -y install gcc make zlib1g-dev libffi-dev libssl-dev 3.下载 Python 3.6.9 wget https://w ...
分类:
编程语言 时间:
2019-10-02 17:01:21
阅读次数:
178
1,mac系统VScode设置中文 macOS 快捷键:command + shift + p 输入搜索 configure language 1.Ctrl+Shift+P 打开命令 2.搜索 Configure Display Language 将这里的“en”(英文)改为“zh-CN”(中文) ...
分类:
系统相关 时间:
2019-10-02 10:30:41
阅读次数:
142
一般Linux软件使用configure来检测系统生成makefile文件之后可使用make来编译安装软件。 configure的配置选项有哪些呢?现简单收集如下,不断更新中。 以gcc -v为例,可查看gcc的configure配置选项: $ gcc -v Using built-in specs ...
分类:
其他好文 时间:
2019-10-01 20:12:04
阅读次数:
137
http://www.fiddlerbook.com/fiddler/help/httpsdecryption.asp Introduction Fiddler2 includes the ability to decrypt, view, and modify HTTPS-secured traf ...
分类:
Web程序 时间:
2019-10-01 18:50:29
阅读次数:
206
1、安装ncurses-6.0 这个在3559 sdk中有,可以直接使用 ./configure --with-shared --without-debug --without-ada --enable-overwrite 2、编译gdb ./configure --target=aarch64-h ...
分类:
数据库 时间:
2019-10-01 16:29:31
阅读次数:
401
由于目前CentOS 7中还有一些包是依赖于python2的,如yum,因此在安装Python3时,尽量避免修改系统中Python2的相关设置。安装编译环境和软件依赖关系安装 Python3时,使用源码编译安装,安装前要确保相关的开发工具包组以及相应依赖关系已经安装,如果没有安装好依赖关系,可能会导... ...
分类:
编程语言 时间:
2019-10-01 12:18:21
阅读次数:
115
二、eureka项目jar包的添加,和相关配置文件? 2.1 20190927-springcloud-eureka-management父级项目的 jar包 2.2 把provider-8081注册进eureka中 的文件配置? provide-8081启动类添加注解。 2.3 eureka服务的 ...
分类:
其他好文 时间:
2019-09-30 21:43:33
阅读次数:
94