码迷,mamicode.com
首页 >  
搜索关键字:autoconf    ( 741个结果
apache服务器显示md文件
安装环境 ubuntu16.04 64位 下载源码 git clone https://github.com/hamano/apache mod markdown.git 安装依赖 apt get install build essential libtool automake autoconf a ...
分类:Web程序   时间:2018-05-18 15:34:27    阅读次数:659
Ubuntu 16.04 安装 Tesseract 3.05.01
安装依赖 下载 Leptonica 在 的 "Releases" 页面下载 Source code 并解压。 使用 CMake 编译 ...
分类:系统相关   时间:2018-05-16 15:23:52    阅读次数:301
Suricata开源IDS安装与配置
开源IDS Suricata安装 Linux下的依赖问题的解决 在Debian,Ubuntu或者Linux Mint系列 $ sudo apt get install wget build essential libpcre3 dev libpcre3 dbg automake autoconf l ...
分类:其他好文   时间:2018-05-12 02:50:07    阅读次数:302
Centos Tornado 环境配置
yum install libxslt-devel libffi libffi-devel python-devel gcc openssl openssl-devel sqlite-devel mysql-devel gcc+ gcc-c++ autoconf wget https://files... ...
分类:其他好文   时间:2018-05-11 20:35:21    阅读次数:170
解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean
第一种: 需要在主类头加上 @EnableAutoConfiguration 第二种: pom文件是否加了 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter< ...
分类:移动开发   时间:2018-05-10 15:49:31    阅读次数:22295
Netdata---Linux系统性能实时监控平台部署记录
转载:https://www.cnblogs.com/kevingrace/p/7300191.html 通常来说,作为一个Linux的SA,很有必要掌握一个专门的系统监控工具,以便能随时了解系统资源的占用情况。下面就介绍下一款Linux性能实时监测工具-Netdata,它是Linux系统实时性能监 ...
分类:Web程序   时间:2018-05-08 22:16:08    阅读次数:328
Linux 安装 nginx
nginx下载地址:http://nginx.org/en/download.html 一、安装依赖软件 yum -y install gcc gcc-c++ autoconf automake make yum -y install zlib zlib-devel openssl openssl- ...
分类:系统相关   时间:2018-05-06 13:36:27    阅读次数:357
CentOS6.5升级autoconf版本,解决”Autoconf version 2.64 or
CentOS6.5升级autoconf版本,解决”Autoconf version 2.64 or higher is required“错误安装软件时提示说需要Autoconf 2.64或更高的版本:[root@wslu-cs wslu]# autoconf   configure.ac:8: error: Autoconf 
分类:其他好文   时间:2018-05-02 15:52:22    阅读次数:142
Eureka 服务的注册和发现
一、新建一个 maven module 子项目 microservicecloud-eureka-server 二、pom.xml 三、application.yml 四、主程序 五、运行结果 ...
分类:其他好文   时间:2018-05-01 13:58:12    阅读次数:135
Spring Boot—19Cache
pom.xml org.springframework.boot spring-boot-starter-data-redis org.springframework.boot spring-boot-starter-cache org.apache.commons commons-pool2 2.... ...
分类:编程语言   时间:2018-04-28 19:40:04    阅读次数:334
741条   上一页 1 ... 22 23 24 25 26 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!