首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴伪为君子的代码贴全部
package com.fengyun.test;

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;

public class Downloads {
private static FileInputStream fileInput;
public static void main(String[] args) throws Exception{
String sourcePate = "D:/new/1.txt";
String restPate1  = "D:/new/1(1).txt";
String restPate2  = "D:/new/1(2).txt";
......................
阅读全部 | 2014年10月27日 11:00
1
伪为君子