myeclipse Set JSP page default encoding method:
Windows (window)-preferences (Preferences)-myeclipse-files & editors-jsp-Right encoding: set to Iso10646/unicode (UTF-8)
MyEclipse Set the author, date, and so on in the Java file:
Windows (window)-preferences (preferences)-java-code style (code style)-code Templates (code template)-Right comments (note)-Select types (Type)-click Edit- Enter the following information
/**
* @ Author Jcuckoo
* @ Creation Date ${date}
* @ VERSION V 1.0
*/
Click OK-Select the code style on the left-select the checkbox to the right (automatically add Comments for new Methods and types) (automatically add comments for the novel method and type)-click Apply-click OK ( OK)
Eclipse sets a description of the author, date, and so on in the Java file:
Windows (window)-preferences (preferences)-java-code Style-code templates-Right comments-Select types-Click Edit-Enter the following information
/**
* @ Author Jcuckoo
* @ Creation Date ${date}
* @ VERSION V 1.0
*/
Click ok-to select the check box below (automatically add Comments for new Methods and types)-click apply-Click OK