<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (C) <2017>  <水木年华>
${licensePrefix}Creat_time:${date}
${licensePrefix}Author:${user}
<#if licenseLast??>
${licenseLast}
</#if>


**********************************************************************************************************************************************************

可以使用的一些变量:

${date} 插入眼前日期,格式如: Feb 16, 2008
${encoding} 插入默认编码,如: UTF-8
${name} 插入文件名
${nameAndExt} 插入带扩展名的文件名
${package} inserts the name of the package where the file is created.
${time} 插入当前时间,如: 7:37:58 PM
${user} 插入用户名

相关文章:

  • 2022-02-08
  • 2021-11-14
  • 2022-12-23
  • 2021-07-20
  • 2021-07-15
  • 2021-09-24
猜你喜欢
  • 2021-05-20
  • 2021-12-31
  • 2021-12-15
  • 2021-10-30
  • 2021-08-16
  • 2022-12-23
  • 2021-04-05
相关资源
相似解决方案