解决eclipse导入项目后Html文件中文乱码问题
几年前,刚毕业不久,接触到eclipse for JavaEE开发工具,当时不知道默认编码为GBK,或者是ISO-8859-1。
解决eclipse导入项目后Html文件中文乱码问题,修改字符编码,主要是修改html文件的编码。
修改workspace的默认编码
- 依次找到:windows->General->Workspace
- 全局生效:将 Text file encoding 的other选项改为 UTF-8
修改Resource默认字符编码
- 单项目生效:右键项目找到Text file encoding
- 将other选项改为 UTF-8
解决方案
依次找到路径:
- windows->perferences->General->Content Types->Text->HTML
- 然后将Default encoding设置为UTF-8即可。
最后,希望对你的工作和学习有所帮助哟!
——END——
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |