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

📄 config.java~20~

📁 源代码统计软件
💻 JAVA~20~
字号:
package stat;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: </p> * @author unascribed * @version 1.0 */import java.util.*;public class Config {    public static Vector statV = null;//[[[filename],[物力行数],[逻辑行],[注释行]],[],[]]    public static int TotalLine = 0;    public static int LogicLine = 0;    public static int RemarkLine = 0;    public static String htmlHead = "<html><head><meta http-equiv='Content-Language\' content='zh-cn\'>"+                             "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">"+                             "<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">"+                             "<meta name=\"ProgIdv\" content=\"FrontPage.Editor.Document\">"+                             "<title>FileName</title>"+                             "</head><body><table border=\"1\" width=\"100%\"> <tr><td width=\"25%\"><font color=\"#808000\">FileName</font></td><td width=\"25%\"><font color=\"#808000\">TotalLine</font></td><td width=\"25%\"><font color=\"#808000\">LogicLine</font></td><td width=\"25%\"><font color=\"#808000\">RemarkLine</font></td></tr>";    public static String htmlTail = "</table></body></html>";    public static String tr = "<tr>";    public static String end_tr = "</tr>";    public static String td = "<td width=\"25%\">";    public static String end_td = "</td>";    public static String font1 = "<font color=\"#808000\">";    public static String font2 = "<font color=\"#0000FF\">";    public static String end_font = "</font>";    public Config() {    }    public static void main(String[] args) {        Config config1 = new Config();    }}

⌨️ 快捷键说明

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