安装环境 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
安装依赖 下载 Leptonica 在 的 "Releases" 页面下载 Source code 并解压。 使用 CMake 编译 ...
分类:
系统相关 时间:
2018-05-16 15:23:52
阅读次数:
301
开源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
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
第一种: 需要在主类头加上 @EnableAutoConfiguration 第二种: pom文件是否加了 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter< ...
分类:
移动开发 时间:
2018-05-10 15:49:31
阅读次数:
22295
转载:https://www.cnblogs.com/kevingrace/p/7300191.html 通常来说,作为一个Linux的SA,很有必要掌握一个专门的系统监控工具,以便能随时了解系统资源的占用情况。下面就介绍下一款Linux性能实时监测工具-Netdata,它是Linux系统实时性能监 ...
分类:
Web程序 时间:
2018-05-08 22:16:08
阅读次数:
328
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 higher is required“错误安装软件时提示说需要Autoconf 2.64或更高的版本:[root@wslu-cs wslu]# autoconf
configure.ac:8: error: Autoconf
分类:
其他好文 时间:
2018-05-02 15:52:22
阅读次数:
142
一、新建一个 maven module 子项目 microservicecloud-eureka-server 二、pom.xml 三、application.yml 四、主程序 五、运行结果 ...
分类:
其他好文 时间:
2018-05-01 13:58:12
阅读次数:
135
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