摘要: 安装: yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm yum install postgresql96-server 阅读全文
posted @ 2016-11-02 12:25 法净 阅读(1137) 评论(1) 推荐(0) 编辑
摘要: 1) yum install php-pear yum install -y php-devel 2) 安装oci rpm rpm -ivh oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm rpm -ivh oracle-instantc 阅读全文
posted @ 2016-10-24 16:26 法净 阅读(274) 评论(0) 推荐(0) 编辑
摘要: yum list|fgrep mcrypt 阅读全文
posted @ 2016-10-19 17:20 法净 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 安装:/usr/local/src/ wget http://download.redis.io/releases/redis-3.2.4.tar.gzcd redis-3.2.4make cd srcmake install 此时执行文件在/usr/local/bin/ 添加服务:进入/usr/l 阅读全文
posted @ 2016-10-19 14:27 法净 阅读(322) 评论(0) 推荐(0) 编辑