zoukankan      html  css  js  c++  java
  • 安装phpDocument及使用

    phpDocument官网:https://www.phpdoc.org/

    提供了简便的安装方法:

    安装很简单。对于中间可能出现的问题,进行QA

    Q:phpDocument需要什么环境么?

    A:需要php环境。

    Q:配置php访问路径。

    A:配置 phpdoc.bat 使其指向您所安装php的位置;

    Q:

    D:php5>pear install phpdoc/phpDocumentor-alpha
    No releases available for package "pear.phpdoc.org/phpDocumentor"
    install failed
     
    A:
    登录http://pear.phpdoc.org/,查看可使用的phpDocumentor下载地址,再次运行
    D:php5>pear install http://pear.phpdoc.org/get/phpDocumentor-2.0.0b6.tgz
    downloading phpDocumentor-2.0.0b6.tgz ...
    Starting to download phpDocumentor-2.0.0b6.tgz (3,002,729 bytes)
    .........................................................................
    .........................................................................
    .........................................................................
    .........................................................................
    .........................................................................
    .............done: 3,002,729 bytes
    install ok: channel://pear.phpdoc.org/phpDocumentor-2.0.0b6
     
    Q:对于pear的安装
     
    A:查看  安装pear及使用
     
    Q:简单使用
     
    A:

    phpdoc -d "D:phpStudyWWWapp" -t "D:phpStudyWWWdoc"

    -d表示要生成文档的应用,-t表示文档生成在哪个目录。

    打赏支持我写出更多好文章,谢谢!
    打赏作者
    +

    (^_^)打个赏喝个咖啡(^_^)

    微信支付
    支付宝支付
  • 相关阅读:
    uva11729
    1.RabbitMQ介绍
    4.RabbitMQ Linux安装
    3.RabbitMQ 第一个程序
    2.RabbitMQ Window环境安装
    hdu 1757 A Simple Math Problem 矩阵快速幂
    hdu2222 Keywords Search AC自动机
    hdu 2159 二维完全背包
    POJ 3449 Geometric Shapes 判断多边形相交
    POJ 2826 An Easy Problem? 判断线段相交
  • 原文地址:https://www.cnblogs.com/yangf2016/p/6141368.html
Copyright © 2011-2022 走看看