2012年3月13日 星期二

Java的版本

J2EE- Java 2 Enterprise Edition (企業版本) 更名為Java EE

J2SE- Java 2 Standard Edition (標準版本) 更名為Java SE

J2ME-Java 2 Micro Edition (微型版本) 更名為Java ME

(參考來源:http://zh.wikipedia.org/wiki/Java_EE)


JDK and JRE

JDK- Java Development Kit
 To develop Java applications and applets, you need the JDK (Java Development Kit), which includes the JRE
(source link:official website)


The JDK is a development environment for building applications, applets, and components using the Java programming language.
 The JDK includes tools useful for developing and testing programs written in the Java programming language and
running on the JavaTM platform.(source link:official website)


JDK 7 is a superset of JRE 7, and contains everything that is in JRE 7, plus tools such as the compilers and debuggers necessary for developing applets and applications(source link:official website)



JRE- Java Runtime Environment
You must have a copy of the JRE (Java Runtime Environment) on your system to run Java applications and applets
(sourse link:official website)


JRE 7 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language(source link:official website)

架構圖

結論:
jdk是提供給開發者使用的開發環境,jdk是jre的superset,也就是說jdk包含了jre在其中
,比jre多了一些開發上需要的工具,如compilers, debuggers

jre提供了class libraries, JVM和可以跑applets和application的其他元件

2012年2月8日 星期三

尋找Lab論文方向小技巧

1. 翻閱Lab近4至5年學長姐寫的論文
   a. Lab本身就保存紙本
   b. 網路電子資料
       ex. 各個學校電子論文系統
       ex. 台灣博碩士論文系統 使用指導教授的姓名來做查詢
   c. 詢問Lab學長姐

2. 指導教授發表的論文
   a. 實驗室網站或指導教授網站裡,介紹指導教授的頁面

*可以根據摘要要解決什麼問題本篇論文有哪些貢獻結論未來方向
  來進行大致上的瀏覽,若有更多時間,可以根據背景動機相關研究方法
 、實驗,進行更深入地閱讀