摘要:
问题:Android studio报错:Error:Unable to start the daemon process.This problem might be caused by incorrect configuration of the daemon.For example, an unr 阅读全文
摘要:
java线程同步 一、使用线程进行数据传递 回调函数进行数据传递 这里举个例子,新建一个ThreadTest07.java代码: import java.util.Random; class data{ public int value = 0; } class work{ public void 阅读全文