All posts by: zgh149

Create test project for android project

保持重構後程式運行的正確性是重構前的第一考量 因此在重構前一定要先建立對應的測試系統,這裡使用 junit 來......

Set unban ip in fail2ban

How to set unban ip in fail2ban??   1. Edit /etc/f......

jenkins build error : error while writing Main: Main.class (Permission denied)

Description: Build java project in jenkins and show err......

如何簡單去除多餘的小數位 : 可指定位數 : double

Description: 假設你有個Double dou = 3.1415; 現在只想留下3.14(去除掉倒數......

如何簡單的從TextView, EditView取得數值

通常輸入數值都會使用EditText等等的文字框當作對象, 如何才能很快速的從這些view取得數值呢?? 使用......

取得 wifi scan ap result : ScanResult

在 android 手機中 -> 設定 -> Wi-Fi , 每隔一段時間會自動搜尋附近的wifi......

使用 Factory Method Pattern 替換多建構式

Factory Method Pattern : 提供產生物件的方法, 並讓其子類別決定產生何種類型的實體, ......

git plugin error on Jenkins : Couldn't find any revision to build. Verify the repository and branch configuration for this job.

Description : 建立完 git repo 並在jenkins新增相對應的job, 執行”......

How to auto login as root by expect script

We use “expect” to auto login as root, refe......

git plugin error on Jenkins : Permission denied (publickey).

Description : 安裝 git plugin 之後, 建立專案->組態->原始碼管理 -......