?? constants.java
字號:
package com.mycompany.myapp.util;
public class Constants {
/** database setting* */
public static final String CLASS_NAME = "com.mysql.jdbc.Driver";
public static final String CONNET_STR = "jdbc:mysql://localhost/employee?useUnicode=true&characterEncoding=UTF-8";
public static final String USER = "root";
public static final String PASSWORD = "root";
public static final String XML_PATH = "data/employees.xml";
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -