Skip to content

Commit 0b53090

Browse files
committed
Create gh-pages branch via GitHub
1 parent b699da4 commit 0b53090

File tree

6 files changed

+143
-9
lines changed

6 files changed

+143
-9
lines changed

images/arrow-down.png

-207 Bytes
Loading

images/octocat-small.png

-213 Bytes
Loading

index.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Java SE 6 技術手冊 by JustinSDK</title>
77

88
<link rel="stylesheet" href="stylesheets/styles.css">
9-
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
9+
<link rel="stylesheet" href="stylesheets/github-light.css">
1010
<script src="javascripts/scale.fix.js"></script>
1111
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
1212
<!--[if lt IE 9]>
@@ -31,10 +31,22 @@ <h1 class="header">Java SE 6 技術手冊</h1>
3131
</header>
3232
<section>
3333
<h1>
34-
<a name="java-se-6-%E6%8A%80%E8%A1%93%E6%89%8B%E5%86%8A" class="anchor" href="#java-se-6-%E6%8A%80%E8%A1%93%E6%89%8B%E5%86%8A"><span class="octicon octicon-link"></span></a>Java SE 6 技術手冊</h1>
34+
<a id="java-se-6-技術手冊" class="anchor" href="#java-se-6-%E6%8A%80%E8%A1%93%E6%89%8B%E5%86%8A" aria-hidden="true"><span class="octicon octicon-link"></span></a>Java SE 6 技術手冊</h1>
3535

3636
<p>為什麼選擇用 Markdown?只是單純把文件重新排版太無聊了,不如趁這個機會學些新東西,所以我就藉這個機會來學著用 Markdown,並看看它有什麼好處與壞處 ... 如果你需要 PDF 與 epub 格式,而又有點懶自己轉換,那麼可以考慮在 <a href="https://play.google.com/store/books/details?id=IYqPAgAAQBAJ">Google Play</a><a href="http://www.pubu.com.tw/ebook/Java-SE-6-%E6%8A%80%E8%A1%93%E6%89%8B%E5%86%8A-28587">Pubu</a> 上向便當價致敬,如果你需要 mobi 格式,可以使用 <a href="http://calibre-ebook.com/">calibre</a> 把 epub 轉為 mobi ... :)</p>
3737

38+
<p>
39+
&lt;!-- 2015 新版型回應式廣告 --&gt; &lt;ins class="adsbygoogle" style="display:block"</p>
40+
41+
<pre><code> data-ad-client="ca-pub-9750319131714390" data-ad-slot="7104125683"
42+
43+
data-ad-format="auto"&gt;&lt;/ins&gt;
44+
&lt;script&gt;
45+
</code></pre>
46+
47+
<p>(adsbygoogle = window.adsbygoogle || []).push({});
48+
</p>
49+
3850
<p>《Java SE 6 技術手冊》(以及它先前的版本)是以 <a href="http://openhome.cc">我的網站</a> 中早期學習 Java 的筆記 <a href="http://openhome.cc/Gossip/JavaGossip-V1/">JavaGossip1</a><a href="http://openhome.cc/Gossip/JavaGossip-V2/">JavaGossip2</a> 為基礎,記錄著我學習 Java 的一些心得。</p>
3951

4052
<p>在 JDK7 問世之後,由於累積不少 Java 教學經驗與想法,為了有一本可以符合我教學所需的教材,因而在為 JDK7 撰寫 Java 書籍時,並不是改版《Java SE 6 技術手冊》,而是重新撰寫了一本 <a href="http://books.gotop.com.tw/bookdetails.aspx?bn=ACL034000">《Java SE 7 技術手冊》</a></p>
@@ -49,11 +61,15 @@ <h1>
4961
<li><a href="http://www.codedata.com.tw/java/understanding-gradle-1-ant/">認識 Gradle</a></li>
5062
<li><a href="http://openhome.cc/Gossip/JUnit/">JUnit</a></li>
5163
<li><a href="http://www.codedata.com.tw/database/mysql-tutorial-getting-started/">MySQL 超新手入門</a></li>
52-
</ul><p>原始碼範例都改為 UTF-8 編碼了,因此使用 <code>javac</code> 編譯時,記得加上 <code>-encoding UTF-8</code></p>
64+
</ul>
65+
66+
<p>原始碼範例都改為 UTF-8 編碼了,因此使用 <code>javac</code> 編譯時,記得加上 <code>-encoding UTF-8</code></p>
5367

5468
<p>新的 Java 文件基於 JDK8 而撰寫,你可以在 <a href="http://openhome.cc">我的網站</a> 上的 <a href="http://openhome.cc/Gossip/Java/">Java Gossip</a> 進行閱讀。</p>
5569

56-
<hr><ul>
70+
<hr>
71+
72+
<ul>
5773
<li>
5874
<p><a href="https://github.com/JustinSDK/JavaSE6Tutorial/blob/master/docs/CH01.md#%E7%AC%AC-1-%E7%AB%A0-%E7%9E%AD%E8%A7%A3-java">第 1 章 瞭解 Java</a></p>
5975

@@ -261,7 +277,7 @@ <h1>
261277
</ul>
262278
</section>
263279
<footer>
264-
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
280+
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
265281
</footer>
266282
</div>
267283
<!--[if !IE]><script>fixScale(document);</script><![endif]-->

0 commit comments

Comments
 (0)