摘要: import javax.media.;import java.awt.;import java.awt.event.;class MediaPlayer extends Frame implements ActionListener,ControllerListener, ItemListener 阅读全文
posted @ 2016-04-17 21:08 软二2014330215刘聪 阅读(120) 评论(0) 推荐(0)
摘要: /** @param args*/public static void copy(File a,File b){try {FileInputStream fis = new FileInputStream("a.mp3");FileOutputStream fos = new FileOutputS 阅读全文
posted @ 2016-04-17 21:06 软二2014330215刘聪 阅读(110) 评论(0) 推荐(0)
摘要: 一、求和代码import java.util.Scanner;public class Test {/*** @param args*/public static void main(String[] args) {// TODO Auto-generated method stubint next 阅读全文
posted @ 2016-04-17 21:02 软二2014330215刘聪 阅读(99) 评论(0) 推荐(0)