摘要:
恢复内容开始 Android UI设计 1. TextView <TextView android:id="@+id/tv_one"//控件的唯一标识 android:text="@string/one" android:textStyle="bold" android:textColor="@co 阅读全文
摘要:
Java开启子线程的方式 继承Thread类 public class MyThread extends Thread{ public void run() { super.run(); System.out.println(Thread.currentThread().getName()+"Thr 阅读全文