摘要: 一、简介 ==程序:==指令和数据的集合 ==进程:==程序的一次执行过程,是系统资源分配的基本单位 ==线程:==是cpu调度和执行的单位 二、线程实现 继承Thread ThreadImpl extends Thread 重写run() new Thread().start() 实现Runnab 阅读全文
posted @ 2020-11-29 20:36 little_lunatic 阅读(99) 评论(0) 推荐(0)