ECFA, Economic Cooperation Framework Agreement
兩岸經濟合作架構協議
2010/06/29
a preferential trade agreement between the governments of the People's Republic of China (mainland China) and the Republic of China (Taiwan) that aims to reduce tariffs and commercial barriers between the two sides. The pact, signed on June 29, 2010, in Chongqing[重慶], was seen as the most significant agreement since the two sides split after the Chinese Civil War[內戰] in 1949. It will boost the current US$ $197.28 billion bilateral trade[雙邊效益] between both sides.
2014年4月13日 星期日
2014年2月26日 星期三
Dogs 101 season 1 [complemented]
Irish Setter 愛爾蘭長毛獵犬
又稱Red Setter
紅棕毛 長耳 長毛 長耳朵 精力旺盛 靈敏嗅覺
長毛需常梳理 [每週一次]
癌症 眼睛疾病
易訓練
易親近小孩
不宜住宅 [大量運動]
又稱Red Setter
紅棕毛 長耳 長毛 長耳朵 精力旺盛 靈敏嗅覺
長毛需常梳理 [每週一次]
癌症 眼睛疾病
易訓練
易親近小孩
不宜住宅 [大量運動]
2014年2月20日 星期四
2014年2月18日 星期二
2014年2月15日 星期六
Lesson: Object-Oriented Programming Concepts
Lesson: Object-Oriented Programming Concepts
(物件導向元件)
Object(物件), Class(類別), Inheritance(繼承), Interface(介面), Package(封包)
Object
1. 狀態與行為
任何東西都有"狀態與行為",例如狗狗有狀態[名字、顏色、血統、飢餓度];有行為[吠、撿東西、搖尾巴]
(物件導向元件)
Object(物件), Class(類別), Inheritance(繼承), Interface(介面), Package(封包)
Object
1. 狀態與行為
任何東西都有"狀態與行為",例如狗狗有狀態[名字、顏色、血統、飢餓度];有行為[吠、撿東西、搖尾巴]
First hello world
from "http://docs.oracle.com/javase/tutorial/index.html"
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } }
1. class named HelloWorldApp
2. public static void main(String[] args)
"public static" 可以交換順序,一般寫為public static
args 為 arguments (?),一般寫為args或argv
基本的main
3. String[] args (不確定,這邊說ignore augrments)
4. System.out.println 輸出文字指令
2014年2月9日 星期日
2014年2月8日 星期六
2014年1月20日 星期一
Its who you want to spend all day Saturday with
It's not who you want to spend Friday night with, its who you want to spend all day Saturday with.
<Friend with benefits, 2011>
2014年1月18日 星期六
訂閱:
文章 (Atom)