zoukankan      html  css  js  c++  java
  • Yaf安装和配置

    yaf 安装我看了鸟哥的github  https://github.com/laruence/yaf

    参考博客有:http://www.tuicool.com/articles/ee6beq

    下载:  git clone https://github.com/laruence/yaf.git

    确定系统已经安装了gcc、gcc-c++、make、automake、autoconf等依赖库

    编译安装的过程

    /data/klj/php-5.6.14/bin/phpize 
    ./configure --with-php-config=/data/klj/php-5.6.14/bin/php-config 
     make && make install
    

    修改php配置文件

    vi /usr/local/php/etc/php.ini
    

    重启php

    yaf 已经安装完毕

    2 生成程序代码

    进入刚才的git目录

    cd  /data/source/yaf/tools/cg

    生成程序

    php yaf_cg yaf
    

    将代码移动到nginx项目目录

    mv -f output/yaf /data/www/html/yaf
    
  • 相关阅读:
    数组
    css动画
    mui 常用手势
    ejs 用到的语法
    css 高度塌陷
    SQL 用到的操作符
    position: relative;导致页面卡顿
    h5 图片生成
    li之间的间隙问题
    虚拟机扩容mac
  • 原文地址:https://www.cnblogs.com/klj123wan/p/5308657.html
Copyright © 2011-2022 走看看