摘要:
1、1 // NetworkOnMainThread exception2 StrictMode.ThreadPolicy policy=new StrictMode.ThreadPolicy.Builder().permitAll().build();3 ... 阅读全文
摘要:
1、 B 阅读全文
摘要:
项目 --> res --> layout -->zc_layout_1_msg.xml 1 2 5 6 14 15 20 android:layout_alignParentLeft="true"21 android:layout_alignP... 阅读全文
摘要:
代码: 1 public String Run(String _strsIp) throws Exception 2 { 3 String strRst = ""; 4 try 5 { 6 String str ... 阅读全文
摘要:
1、代码:1 public static void main(String[] args) throws Exception2 {3 InetAddress addrDest = InetAddress.getByName("192.168.1.6");4 ... 阅读全文
摘要:
1、 adb devices 枚举设备 2、 adb shell 进入shell 3、 进入shell 后 3.1、input keyevent 26 ==> 亮屏/暗屏 ==> input keyevent KEYCODE_POWER 3.2、input keyevent 82 ==> 解锁 ZC 阅读全文