摘要: 恢复内容开始 Android UI设计 1. TextView <TextView android:id="@+id/tv_one"//控件的唯一标识 android:text="@string/one" android:textStyle="bold" android:textColor="@co 阅读全文
posted @ 2021-03-31 10:47 AronJudge 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Java开启子线程的方式 继承Thread类 public class MyThread extends Thread{ public void run() { super.run(); System.out.println(Thread.currentThread().getName()+"Thr 阅读全文
posted @ 2021-03-31 10:20 AronJudge 阅读(60) 评论(0) 推荐(0) 编辑