1、myeclipse 中文乱码问题:
a)设置整个myeclipse环境为UTF-8:window->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。
b)单改某一个项目编码:项目名上右键->Properties->Resource->Text file encoding改成UTF-8。
c)对java源文件编码设置为UTF-8:window->Preferences->general->Context Types->Text,选择Java Source File,
在下面的Default encoding输入框中输入UTF-8,点Update。
2、myeclipse调节字体大小:
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Change.
4、myeclipse内存溢出错误:
window->preferences->myeclipse->servers->tomcat->jdk,在optional Java VM arguments中输入-Xmx512M -Xms512M -XX:PermSize=256M -XX:MaxPermSize=512M,或者更大的值
a)设置整个myeclipse环境为UTF-8:window->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。
b)单改某一个项目编码:项目名上右键->Properties->Resource->Text file encoding改成UTF-8。
c)对java源文件编码设置为UTF-8:window->Preferences->general->Context Types->Text,选择Java Source File,
在下面的Default encoding输入框中输入UTF-8,点Update。
2、myeclipse调节字体大小:
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Change.
4、myeclipse内存溢出错误:
window->preferences->myeclipse->servers->tomcat->jdk,在optional Java VM arguments中输入-Xmx512M -Xms512M -XX:PermSize=256M -XX:MaxPermSize=512M,或者更大的值