52ky 发表于 2022-10-1 21:29:33

Java线程

本教程研究了线程的基础知识—线程是什么、线程为何有效以及怎样开始编写使用线程的简单程序。我们还将研究更杂乱的、使用线程的使用程序的基本构件—如何在线程之间交换数据、如何控制线程以及线程如何相互通信。本资料共包括以下附件:
Java线程.pdf
包括多个文件,请自行下载检测!

(This tutorial has studied the basics of threads - what threads are, why threads are effective, and how to start writing simple programs that use threads. We'll also look at the basic building blocks of a more cluttered, threaded user program - how to exchange data between threads, how to control threads, and how threads communicate with each other. This document includes the following annexes:
Java Thread.pdf
Including multiple files, please download and test by yourself!)




页: [1]
查看完整版本: Java线程