zoukankan      html  css  js  c++  java
  • IntelliJ IDEA 2017.3尚硅谷-----修改类头的文档注释信息

    /**
    @author shkstart
    @create ${YEAR}-${MONTH}-${DAY} ${TIME}
    */

    ${PACKAGE_NAME} - the name of the target package where the new class or interface will be created.
    ${PROJECT_NAME} - the name of the current project.
    ${FILE_NAME} - the name of the PHP file that will be created.
    ${NAME} - the name of the new file which you specify in the New File dialog box during the file creation.
    ${USER} - the login name of the current user.
    ${DATE} - the current system date.
    ${TIME} - the current system time.
    ${YEAR} - the current year.
    ${MONTH} - the current month.
    ${DAY} - the current day of the month.
    ${HOUR} - the current hour.
    ${MINUTE} - the current minute.
    ${PRODUCT_NAME} - the name of the IDE in which the file will be created.
    ${MONTH_NAME_SHORT} - the first 3 letters of the month name. Example: Jan, Feb, etc.
    ${MONTH_NAME_FULL} - full name of a month. Example: January, February, etc

  • 相关阅读:
    STM
    backend flow
    Trace Sys
    CDC spyglass
    clock gating and PLL
    fault coverage enhancement
    008-docker-安装-tomcat:8.5.38-jre8
    007-docker-安装-mysql:5.6
    006-docker-安装-nginx
    005-docker-镜像:run、search、pull、commit、打tag
  • 原文地址:https://www.cnblogs.com/rijiyuelei/p/12328021.html
Copyright © 2011-2022 走看看