3.其他
Posted stdio0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3.其他相关的知识,希望对你有一定的参考价值。
- 设置新建文件自动注释名字:
Windows -> Preference -> Java -> Code Style -> Code Templates -> Code -> New Java files -> Edit
${filecomment}
${package_declaration}
/**
* @author Stdio
* @version ${currentDate:date(‘yyyy-MM-dd HH:mm‘)}
*/
${typecomment}
${type_declaration}
以上是关于3.其他的主要内容,如果未能解决你的问题,请参考以下文章