2022年12月31日
TASK 10124:com.example.fragmenttest3302 id=55 userId=0 ACTIVITY com.example.fragmenttest3302/.MainActivity 4951fd4 pid=3111 Local Activity 6586c71 State: mResumed=false mStopped=true mFinished=false
2022年12月28日
CREATE DEFINER=`root`@`localhost` PROCEDURE `create_table01`()BEGIN#Routine body goes here...declare str_date varchar(50);SET str_date = date_format(now(),'%Y%m%d'); SET @sqlcmd1 = CONCAT('CREATE TABLE user_',str_date
2022年12月28日
这几节课的复习和综合运用android异步任务多线程Handler网络请求JSON数据解析
2022年12月27日
Android多线程实现方式包括:1、基础使用继承Thread类实现Runnable接口Handler2、复合使用AsyncTaskHandlerThreadIntentService3、高级使用线程池(ThreadPool)UI线程顾名思义,比普通的工作线程多个UI,即用户界面,也就是说这种线程可以用自己的window界面,注意,是可以,不是必须;所以UI线程可以有自己的消息队列和处理函数;除了windows窗口线程外,我们自己创建UI线程,其实大部分的目的就是为了在工作线程执行中间的状态消息