Skip to content

Commit

Permalink
JDK编码修改
Browse files Browse the repository at this point in the history
  • Loading branch information
raining0822 committed Sep 23, 2013
1 parent 4a92313 commit 103a236
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _posts/blog/2013-09-23-jdk-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ NotePad++新版中默认使用“UTF-8”的编码,而你安装的JDK,由于
不论使用哪种办法,思路都是一样的,就是**统一编码**,要清楚中文windows默认使用“GBK”编码,那么安装在中文windows系统上的软件一般直接使用windows系统的编码“GBK”,而[NotePad++][][Sublime Text2][]等文本编辑器默认使用“UTF-8”编码,这是造成编码的主要原因。推荐修改编辑器的默认编码和系统保持一致,Linux系统默认编码是“UTF-8”,一般不存在这种乱码。



[Eclipse]: http://www.eclipse.org/downloads/
[NotePad++]: http://notepad-plus-plus.org/
[Sublime Text2]: http://www.sublimetext.com/2
4 changes: 2 additions & 2 deletions _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title></title>
<link href="/atom.xml" rel="self" type="application/atom+xml"/>
<link href="" rel="alternate" type="text/html" />
<updated>2013-09-23T12:00:36+08:00</updated>
<updated>2013-09-23T12:04:38+08:00</updated>
<id></id>
<author>
<name></name>
Expand All @@ -19,7 +19,7 @@
<id>http://beiyuu.com/jdk-encoding</id>
<content type="html">&lt;h2&gt;为什么要手工编码java&lt;/h2&gt;

&lt;p&gt;也可以一开始就使用IDE来学习Java,比如[Eclipse][],但是这样会让你对java的运行原理掌握很模糊,推荐在刚学习一门知识时,尽量不要使用开发环境,而是使用一个文本编辑器&lt;/p&gt;
&lt;p&gt;也可以一开始就使用IDE来学习Java,比如&lt;a href=&quot;http://www.eclipse.org/downloads/&quot;&gt;Eclipse&lt;/a&gt;,但是这样会让你对java的运行原理掌握很模糊,推荐在刚学习一门知识时,尽量不要使用开发环境,而是使用一个文本编辑器&lt;/p&gt;

&lt;h2&gt;为什么会乱码&lt;/h2&gt;

Expand Down
2 changes: 1 addition & 1 deletion _site/jdk-encoding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="entry-title"><a href="/jdk-encoding" title="设置JDK默认编码">

<h2>为什么要手工编码java</h2>

<p>也可以一开始就使用IDE来学习Java,比如[Eclipse][],但是这样会让你对java的运行原理掌握很模糊,推荐在刚学习一门知识时,尽量不要使用开发环境,而是使用一个文本编辑器</p>
<p>也可以一开始就使用IDE来学习Java,比如<a href="http://www.eclipse.org/downloads/">Eclipse</a>,但是这样会让你对java的运行原理掌握很模糊,推荐在刚学习一门知识时,尽量不要使用开发环境,而是使用一个文本编辑器</p>

<h2>为什么会乱码</h2>

Expand Down

0 comments on commit 103a236

Please sign in to comment.