測試TCP/UDP連線可以使用此套件: http://sockettest.sourceforge.net/
但發現想在Linux上開啓碰到了一些困難, 紀錄一下自己安裝的方法
step1
測試TCP/UDP連線可以使用此套件: http://sockettest.sourceforge.net/
但發現想在Linux上開啓碰到了一些困難, 紀錄一下自己安裝的方法
step1
2013/02/17
.article-content{ _height: 1% ; overflow: auto ; _overflow: auto;} // 讓超過大小的內容有bar可以拉
.article-content p{margin-bottom: 1em;}
.article-content li{list-style-type: disc; margin-left:20px;}
.article-content ol li{list-style-type: decimal; margin-left:20px;}
Fn+F5 熱鍵
NOTES
- (For Windows XP only) If this software is updated to version 3.02.0000 or (要安裝Access Connections)
higher, it is also required to update the following software.
- Access Connections to version 5.50 or higher (for the Fn+F5 key function)
1. 字體大小 -> 利用 TextView放文字 , 在加入android:textSize="30sp"
2.
<EditText
android:id="@+id/input_number"
android:layout_width="wrap_content"
2013/01/27
(1)
除了Surface View要設定好之外
要記得在AndroidManifest.xml加上
<uses-feature android:name="android.hardware.camera" />
一定要記得在 AndroidManifest.xml加入新的activity name
非常非常非常的重要!!!
修改xml時 , 記得對應的TextView 等 code有確定修改
R.id.oooo
R.string.ooo
在利用選單點選呼叫
一個新的 DrawOverly() 物件時 , 每點選一次都會創一個新物件
若用 map.getOverlays().remove(mOverlay3); 方法 //mOverlay3是之前已建構的 mOverlay3 = new DrawOverlay(); , 一個DrawOverlay物件
必須在建構新的mOverlay3之前就移除上一個mOverlay3 (Ex 畫線)
實際片段code如下
2012.12.26
再不同的手機上 , 有時會碰到想設定地圖為一般模式 , 雖然有設定setTraffic , 但畫面仍顯示衛星圖的狀況
解決方法:
MapView map;
map.setSatellite(false);
要使用 Google Map API顯示地圖 ..
要使用的憑證檔案一定要是"除錯憑證"
(法一)
Win7/Vista 路徑為"C:\Users\<user>\.android\debug.keystore"
WinXP 路徑 為"C:\Documents and Settings\<user>\.android\debug.keystore"
不同的Android手機
要在Eclipse下開啟偵錯模式
須注意"驅動程式"是否安裝好
可至「裝置管理員」頁面下查看
若有?圖示,則表示尚未安裝完成 "Android Composite ADB Interface"