Doc

package com.kuang.base;

/**
    * @author   Kuangshen
    * @version   1.0
    * @since   1.8
 */
public class Doc {

    String name;

    /**
     * @author Kuangshen
     * @param  name
     * @return
     * @throws Exception
     */

    public String test(String name){
        return name;
    }

    //通过命令行     javaodc 参数 java文件

    //作业: 学会查找使用IDEA生产JavaDoc文档! 面向百度编程!

    //基础部分的一切知识,后面几乎每天都会用
}

 

Doc

上一篇:Kubernetes——安装GlusterFS分布式文件系统(二)


下一篇:Configuration file tmeplate x:\xxx\mysql\my-template.ini could not be processed and written to x:\xxx\mysql\my.ini.Error code-1.