Andy 胡

导航

2016年4月23日

Java中List转数组,必须带个参数

摘要: public static void main(String[] args) { List lst = new ArrayList(); lst.add("赵云 "); lst.add("张飞"); //X: String[] strA = (String[]) lst.toArray(); // List转... 阅读全文

posted @ 2016-04-23 01:04 talkwah 阅读(538) 评论(0) 推荐(0) 编辑

Android:使用adb命令行导出[数据库db3]文件

摘要: cmd->cd到:D:\tools\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools adb start-service adb pull /data/data/com.e 阅读全文

posted @ 2016-04-23 00:28 talkwah 阅读(736) 评论(0) 推荐(0) 编辑