當你沒有資料線的時候也想debug,怎麼辦?還有就是測試串列埠的時候,那個插口要被占用,無法跟電腦保持adb連線,怎麼辦?
話不多說。官方文件
connect the android-powered device via usb to your computer.
from your sdkplatform-tools/
directory, enteradb tcpip 5555
at the command prompt.
enteradb connect :5555
you should now be connected to the android-powered device and can issue the usualadb
commands likeadb logcat
.
to set your device to listen on usb, enteradb usb
.
具體如下
1:借根資料線連上手機和電腦
2:開啟終端cmd,cd到sdk裡的platform-tools/目錄,輸入adb tcpip 5555
3:檢視手機ip,然後輸入adb connect 手機ip : 5555
4:完成,還線
是什麼資料線好 質量不錯的小公尺資料線
小公尺usb c資料線 編織版 100cm 九月三十一日的時候,我買了小公尺的資料線,看著以前的資料線很舊了,因為是白色的,顏色也發黃了。這不,在小公尺 買了這款資料線。我買成十九塊九,不知道大家是多少錢淘到手的呢?拿到後,十乙個小盒子裝的,不像綠聯那樣,用塑膠袋裝。可能是因為新舊版吧,黑色的是用盒...
當GridView無資料時顯示表頭
public class ugridview grd.prerender new eventhandler grd prerender void grd prerender object sender,eventargs e private void grd rowdatabound object ...
element table元件某列無資料顯示佔位符
之前用過table元件的formatter用來格式化內容,是直接用其中row引數去每列定義乙個formatter函式,也是瓜西西咧,該function row,column,cellvalue,index 有三個引數,其中cellvalue就是我們每列對應的內容,直接對齊格式化內容就可以table元...