摘要:
我把服务器的下面配置换一下就可以了: 下载这个压缩包:mfz-rxtx-2.2-20081207-linux-x86_64 解压会有下面的文件 Windows Choose your binary build - x64 or x86 (based on which version of the J 阅读全文
摘要:
package com.cppdy; //通过实现Runnable接口实现多线程 class MyThread1 implements Runnable{ @Override public void run() { for (int i = 0; i < 30; i++) { System.out. 阅读全文