文件名称:Writer
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-12-06
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
疯狂的打印机.
分别使用 Thread 和 Runnable写具有两个同样功能的线程,打印从1-1000的数字。将靠后start的线程的优先级设为8,再执行一次。两次结果分别输出至“writer.txt”和“writer8.txt”-Crazy printer
respectively use Thread and Runnable write the same function with two threads, printing digital 1-1000. The rearward start the thread priority set to 8, then again. Two results are output to the " writer.txt" and " writer8.txt"
分别使用 Thread 和 Runnable写具有两个同样功能的线程,打印从1-1000的数字。将靠后start的线程的优先级设为8,再执行一次。两次结果分别输出至“writer.txt”和“writer8.txt”-Crazy printer
respectively use Thread and Runnable write the same function with two threads, printing digital 1-1000. The rearward start the thread priority set to 8, then again. Two results are output to the " writer.txt" and " writer8.txt"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyRunnable.java
MyThread.java
Test.java
Writer.txt
Writer8.txt