shanchu修改
This commit is contained in:
parent
9c44780537
commit
7e23d9da4f
@ -49,11 +49,6 @@ public class MysqlMain {
|
|||||||
*/
|
*/
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
|
|
||||||
Date date = new Date(System.currentTimeMillis());
|
|
||||||
int hour = date.getHours();
|
|
||||||
int m = date.getMinutes();
|
|
||||||
int s = date.getSeconds();
|
|
||||||
|
|
||||||
String path = ResourceUtils.getURL("classpath:").getPath();
|
String path = ResourceUtils.getURL("classpath:").getPath();
|
||||||
System.out.println(path);
|
System.out.println(path);
|
||||||
String dir = null;
|
String dir = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user