Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
Home
Refactoring
Create test project for android project
保持重構後程式運行的正確性是重構前的第一考量 因此在重構前一定要先建立對應的測試系統,這裡使用 junit 來......
by
zgh149
13 5 月, 2015
0
Android
,
Uncategorized
Set unban ip in fail2ban
How to set unban ip in fail2ban?? 1. Edit /etc/f......
by
zgh149
3 5 月, 2015
0
Android
,
Uncategorized
jenkins build error : error while writing Main: Main.class (Permission denied)
Description: Build java project in jenkins and show err......
by
zgh149
13 4 月, 2015
0
小技巧
如何簡單去除多餘的小數位 : 可指定位數 : double
Description: 假設你有個Double dou = 3.1415; 現在只想留下3.14(去除掉倒數......
by
zgh149
10 4 月, 2015
0
Android
,
Uncategorized
如何簡單的從TextView, EditView取得數值
通常輸入數值都會使用EditText等等的文字框當作對象, 如何才能很快速的從這些view取得數值呢?? 使用......
by
zgh149
8 4 月, 2015
0
45
46
47
48
49