1、新建Java文件时的自动头信息注释设置:
Windows->Preferences->java->code style->code Templates->code->New Java Files
双击此选项,修改内容如下:
${filecomment}
${package_declaration}
/**
* @Author: duke
* @Date: ${date} ${time}
* @Description:
*/
${typecomment}
${type_declaration}
2、设置工作空间编码:
Windows->Preferences->General->Workspace->Text file coding
设置为UTF-8
3、JSP编码设置:
Windows->Preferences
在左上角的搜索框中搜索jsp
点击搜索的的JSP Files选项,
修改右侧的Encoding值:ISO ....(UTF-8)
4、修改字体大小:
Windows->Preferences->General->Appearance->Colors and Fonts->Basic->Text Font
双击选项,设置为你想要的字体大小。
AS中设置新建文件注释代码:
/**
* @Author: 作者
* @DataTime: ${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE}
* @Description: 功能说明
*
*/