码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
源码安装
配置: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篇高级用法之基于TCP/UDP的四层调度
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
nginx篇最初级用法之lnmp环境搭建
这里m使用mariadb 需要下列软件列表: nginx mariadb 数据库客户端软件 mariadb-server 数据库服务器软件 mariadb-devel 其他客户端软件的依赖包 php php解释器 php-fpm php进程管理器服务 php-mysql php的数据库拓展包 安装前 ...
分类:其他好文   时间:2019-10-03 17:50:54    阅读次数:118
debian上安装python3.6
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
Mac 下 visual studio code 编辑器 设置为中文
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
configure生成makefile的配置项说明
一般Linux软件使用configure来检测系统生成makefile文件之后可使用make来编译安装软件。 configure的配置选项有哪些呢?现简单收集如下,不断更新中。 以gcc -v为例,可查看gcc的configure配置选项: $ gcc -v Using built-in specs ...
分类:其他好文   时间:2019-10-01 20:12:04    阅读次数:137
Decrypting HTTPS-protected traffic
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
3559 编译gdb-7.9
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
CentOS7编译安装Python3并与Python2共存 - Manson的备忘录
由于目前CentOS 7中还有一些包是依赖于python2的,如yum,因此在安装Python3时,尽量避免修改系统中Python2的相关设置。安装编译环境和软件依赖关系安装 Python3时,使用源码编译安装,安装前要确保相关的开发工具包组以及相应依赖关系已经安装,如果没有安装好依赖关系,可能会导... ...
分类:编程语言   时间:2019-10-01 12:18:21    阅读次数:115
eureka的简单介绍,eureka单节点版的实现?eureka的自我保护?eureka的AP性,和CP性?
二、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
6481条   上一页 1 ... 69 70 71 72 73 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!