Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
All posts by: zgh149
zgh149
Ubuntu tools
安裝並設定tmux
by
zgh149
14 1 月, 2016
0
1.安裝 tmux sudo apt-get install tmux 若出現 Package 'xclip'......
eclipse plugins
CheckStyle error : Unable to instantiate RedundantThrows
by
zgh149
10 1 月, 2016
0
Description: Run “check code with checkstyle̶......
eclipse plugins
安裝並設定CheckStyle plugin on eclipse(Kepler)
by
zgh149
10 1 月, 2016
0
1. Install CheckStyle: open eclipse(Kepler) -> Help ......
Anti-Pattern
Constance Interface Pattern(常數介面模式)
by
zgh149
15 12 月, 2015
0
Constance Interface Pattern(CIP)(常數介面模式) 這是個 Anti-Patte......
Android
,
Java
,
Uncategorized
工具類別的實體化限制(Prevents Utility class instantiated)
by
zgh149
15 12 月, 2015
0
工具類別(Utility Class)類似於 java.lang.Math,該類別提供公共靜態方法給外界使用。......
Anti-Pattern
Telescoping Constructor Pattern (伸縮建構式)
by
zgh149
8 12 月, 2015
0
Telescoping Constructor Pattern (伸縮建構式) 首先這是個反模式(Anti-P......
Architectural Pattern
MVC Pattern(Model View Controller)
by
zgh149
7 12 月, 2015
1
定義 分為三個部分,模型(Model)包含核心功能和數據。視圖(View)展示訊息。控制器(Controlle......
Architectural Pattern
Layered Architecture Pattern(分層架構模式)
by
zgh149
7 12 月, 2015
0
定義: 能夠被分解為子任務組,其中每個子任務處於一個特定的抽象層次上。 範例: 網路協議(iso......
Thread
Single Threaded Execution Pattern(單線程執行模式)
by
zgh149
7 12 月, 2015
0
Description : Single Threaded Execution 代表以一個線程執行的意思,也稱......
Java
Enum(列舉) in java
by
zgh149
20 11 月, 2015
0
列舉(enum) 為一組有限集合(固定的常量)的類型,每個列舉成員都為靜態 final 的特徵。 因為列舉為單......
18
19
20
21
22