<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org ...
分类:
其他好文 时间:
2017-09-29 11:02:36
阅读次数:
151
1.官网下载所对应的php 版本http://php.net/get/php-5.3.29.tar.gz/from/a/mirror 2.解压 找到需要的扩展目录 例如我要的是shmopcd ~/Downloads/php-5.3.29/ext/shmop 3.执行你所用php版本的phpize 而 ...
分类:
Web程序 时间:
2017-09-28 14:12:59
阅读次数:
271
1、安装确保以下系统相关库文件 gcc gcc-c++ autoconf automake zlib* libxml* ncurses-devel libmcrypt* libtool*(libtool-ltdl-devel*) 2.建立mysql安装目录及数据存放目录 3.创建用户和用户组 4.赋 ...
分类:
数据库 时间:
2017-09-26 19:29:42
阅读次数:
204
执行phpize时出现Cannot find autoconf 错误 Ubuntu下解决方法 ...
分类:
Web程序 时间:
2017-09-24 00:27:09
阅读次数:
187
利用CentOS Linux系统自带的yum命令安装、升级所需的程序库LANG=C yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml ...
分类:
数据库 时间:
2017-09-23 00:04:30
阅读次数:
189
#1初始化系统 yum -y update yum -y install ntpdate ntpdate asia.pool.ntp.org yum -y install wget make cmake vim gcc gcc-c++ ncurses ncurses-devel autoconf l ...
分类:
其他好文 时间:
2017-09-18 17:34:12
阅读次数:
171
首先看实现了两个接口运行的顺序结果: My1: ...
分类:
编程语言 时间:
2017-09-14 13:24:08
阅读次数:
105
ffmpeg安装笔记 ======================== 一、安装依赖 yum -y install yum-utils yum-config-manager --add-repo http://www.nasm.us/nasm.repo yum install autoconf au... ...
分类:
其他好文 时间:
2017-09-08 18:08:35
阅读次数:
210
#!/bin/bash#install nginx, #1st install gcc-c++, 2nd install cmake,3rd install pcre,4th install yum install -y gcc automake autoconf libtool make yum ...
分类:
其他好文 时间:
2017-09-05 19:05:23
阅读次数:
112
一、所需软件 下载下面两个源码压缩包 1.codeblocks_16.01.tar.gz 2.wxWidgets-3.0.3.tar.bz2 二、预安装 检查当前系统是否已经安装以下工具及库包 make gettext autoconf>=2.5 automake>=1.7 libtool>=1.4 ...
分类:
其他好文 时间:
2017-09-03 14:13:00
阅读次数:
263