What you think is what you get

All posts by: zgh149

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 之後, 建立專案->組態->原始碼管理 -......

使用Simple Factory Pattern替換多建構式

Simple Factory Pattern: 提供產生物件的方法, 而無須關注實作內容, 其物件類型可為in......

How to run Shell Script in Eclipse

Description : Use eclipse to run shell script file &nbs......

使用 CloneZilla 複製 HDD(大容量1TG) 到 SSD(小容量240G) on ubuntu

Target 使用 CloneZilla 複製 HDD(大容量1TG) 到 SSD(小容量240G) on u......

Eclipse error : Eclipse hangs at the Android SDK Content Loader(0%)

Description : Launch eclipse ide andstucked, “And......

Run "About" sample on Alljoyn for linux version

參考官網步驟 以下為紀錄成功過程 Export path 1. Open terminal and move ......

Build AllJoyn framework for linux version

參考官網提供基本流程 以下是紀錄成功的流程   1. Setup 1-1. Build tools ......

AlertDialog + MultiChoiceItems

1.MainActivity.java import android.app.Activity; import......