myeclipse中设置文件编码

 

在MyEclipse中编写Web Project,有2个地方需要改编码设置,假定我们需要将编码改为UTF-8

 

第一处地方

window-->preference-->general-->content type

然后在<Content Types>中展开每一颗子项,并在<Default encoding>中输入"UTF-8", 点update!

 

第二处地方

window-->preference-->MyEclipse-->Files and Editors,比如说你要该JSP的编码——

将JSP项的"Encoding"改为"ISO 10645/Unicode(UTF-8)",点Apply!

以后所有创建的文档类型都是UTF-8或GB18030格式!

 

原帖地址:http://www.cnblogs.com/jifeng/archive/2011/09/20/2182547.html

时间: 2024-12-27 20:54:57

myeclipse中设置文件编码的相关文章

为什么myeclipse中jsp文件全部变成黑白的,用IE打开后就变成这样,等于没有提示了 !

问题描述 为什么myeclipse中jsp文件全部变成黑白的,用IE打开后就变成这样,等于没有提示了 ! Open with里的 myeclipse jsp editor也试了 解决方案 在window->General->Editors->File Associations中找到""*.jsp"" 设置对应的jsp文件的默认!编辑器即可例如: 解决方案二: 我的有时也出现这种情况,不过不影响,重启一下就没事了

wordpress在IIS8中设置默认编码uft8的教程

web.config中配置 <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.web> <globalization requestEncoding="utf-8" responseEncoding="utf-8"/> </system.web> </configuration>

c++-VISUA C++ 6.0中设置文件的标题的问题

问题描述 VISUA C++ 6.0中设置文件的标题的问题 我想像word那样,把cedit第一行添加到cfiledialog的文件名中,作为文件标题,怎么实现呢? 解决方案 void CApp2Dlg::OnButton1() { // TODO: Add your control notification handler code here char buffer[201]; int n = m_edit1.GetLine(0, buffer, 100); *(buffer + n) = '

IIS 7 中设置文件上传大小限制设置方法

在IIS 6.0中设置文件上传大小的方法,就是配置如下节点: <system.web> <httpRuntime executionTimeout="72000" maxRequestLength="2097151" /> </system.web> 但在IIS7中,设置如上设置后,不管设置多大数值,最大上传了限制为30M 还要进行如下设置才能正确: 在web.config中加入如下配置: <system.webServer

myeclipse中保存文件时,经常提示以下信息

问题描述 myeclipse中保存文件时,经常提示一下信息:thereareunsavedchangesthatconflictwithchangthereareunsavedchangesthatconflictwiththechangesoutsidetheeditor.Doyouwishtodiscardtheeditorschanges?请教高手如何解决.谢谢 解决方案 解决方案二:你是不是在通过其他的工具打开了你所编辑的文件,两边同时编辑导致的??

IIS 7 中设置文件上传大小限制设置方法_win服务器

在IIS 6.0中设置文件上传大小的方法,就是配置如下节点: 复制代码 代码如下: <system.web><httpRuntime maxRequestLength="1048576" executionTimeout="600"/>        </system.web> 但在IIS7中,设置如上设置后,不管设置多大数值,最大上传了限制为30M 还要进行如下设置才能正确: 方法1: appcmd set config &qu

在Myeclipse中lib文件夹粘贴文件出现 can not paste the clipboard contents应该怎样解决

问题描述 cannotpastetheclipboardcontents,在Myeclipse中粘贴项目成功后需要修改哪些内容..才能运行呢??? 解决方案 解决方案二:神马意思??'粘贴项目'?????是粘贴文件还是项目,我只听说过导入,导出项目.解决方案三:粘贴项目....英文提示是无法粘贴粘贴板(clipboard)中的内容.在MyEclipse中加入项目可以使用导入.PackageExplorer中右键Import在弹出的窗口中选择General--->ExistingProjectsi

Eclipse(MyEclipse) 设置默认编码为Utf-8 之最全方法

写程序时往往会有中文字符,而这经常出现乱码,该如何设置呢? Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8 Window->Preferences->General->Workspace   面板Text file encoding 选择UTF-8 Window->Preferences->Web->JSP Files 面板选择 ISO 10646/Uni

fedora 中设置mysql编码

我的操作系统是fedora 20,安装MySQL 时安装的是MariaDB 最初查看数据库编码时,结果如下: MariaDB [passwd3]> show variables like 'character\_set\_%'; +--------------------------+--------+ | Variable_name            | Value  | +--------------------------+--------+ | character_set_clien