⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text.java

📁 用多线程下载URL定位的文件,主要供学习java多线程的人和HTTP协议的人参考
💻 JAVA
字号:
/*
 * Text.java
 *
 * Created on 2006年12月15日, 下午2:01
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

/**
 *
 * @author Administrator
 */
public class Text {
    
    
    public static void main(String[] args) {
        System.out.println("Text is success!");
    }
    
    /** Creates a new instance of Text */
    public Text() {
    }
    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -