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
Posts filed under: Uncategorized
Android
Android
,
Uncategorized
Android Looper + Handler + Message + MessageQueue
by
zgh149
12 6 月, 2015
0
本篇紀錄如何在Android中使用 Handler + Looper + Message + Queue。 為......
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......
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......
Uncategorized
How to run Shell Script in Eclipse
by
zgh149
13 3 月, 2015
0
Description : Use eclipse to run shell script file &nbs......
Uncategorized
Run "About" sample on Alljoyn for linux version
by
zgh149
26 2 月, 2015
0
參考官網步驟 以下為紀錄成功過程 Export path 1. Open terminal and move ......
Uncategorized
Build AllJoyn framework for linux version
by
zgh149
26 2 月, 2015
0
參考官網提供基本流程 以下是紀錄成功的流程 1. Setup 1-1. Build tools ......
Uncategorized
AlertDialog + MultiChoiceItems
by
zgh149
16 2 月, 2015
2
1.MainActivity.java import android.app.Activity; import......
Uncategorized
Spinner + ArrayAdapter
by
zgh149
15 2 月, 2015
0
Spinner 加上 ArrayAdapter 的基本使用 1.MainActivity.java impor......
5
6
7
8
9