Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
All posts by: zgh149
zgh149
Refactoring
Create test project for android project
by
zgh149
13 5 月, 2015
0
保持重構後程式運行的正確性是重構前的第一考量 因此在重構前一定要先建立對應的測試系統,這裡使用 junit 來......
Android
,
Uncategorized
Set unban ip in fail2ban
by
zgh149
3 5 月, 2015
0
How to set unban ip in fail2ban?? 1. Edit /etc/f......
Android
,
Uncategorized
jenkins build error : error while writing Main: Main.class (Permission denied)
by
zgh149
13 4 月, 2015
0
Description: Build java project in jenkins and show err......
小技巧
如何簡單去除多餘的小數位 : 可指定位數 : double
by
zgh149
10 4 月, 2015
0
Description: 假設你有個Double dou = 3.1415; 現在只想留下3.14(去除掉倒數......
Android
,
Uncategorized
如何簡單的從TextView, EditView取得數值
by
zgh149
8 4 月, 2015
0
通常輸入數值都會使用EditText等等的文字框當作對象, 如何才能很快速的從這些view取得數值呢?? 使用......
Android
,
Uncategorized
取得 wifi scan ap result : ScanResult
by
zgh149
2 4 月, 2015
0
在 android 手機中 -> 設定 -> Wi-Fi , 每隔一段時間會自動搜尋附近的wifi......
Design Pattern
使用 Factory Method Pattern 替換多建構式
by
zgh149
31 3 月, 2015
0
Factory Method Pattern : 提供產生物件的方法, 並讓其子類別決定產生何種類型的實體, ......
Jenkins
git plugin error on Jenkins : Couldn't find any revision to build. Verify the repository and branch configuration for this job.
by
zgh149
30 3 月, 2015
0
Description : 建立完 git repo 並在jenkins新增相對應的job, 執行”......
Script
How to auto login as root by expect script
by
zgh149
27 3 月, 2015
0
We use “expect” to auto login as root, refe......
Jenkins
git plugin error on Jenkins : Permission denied (publickey).
by
zgh149
23 3 月, 2015
0
Description : 安裝 git plugin 之後, 建立專案->組態->原始碼管理 -......
22
23
24
25
26