SimpleDateFormat sdf new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Date now new Date();
System.out.println("当前时间:" sdf.format(now));方法一:
Date afterDate new Date(now .getTime() 60000);
System.out.println…
Spring-Boot读取resource或template中的文件
1.项目场景:
以jar包方式部署系统,想读取resource或是template下面的文件时,报 File Not Found 我遇到的情况是,整个项目达成了一个包,在开发环境(windows i…
问题:ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ROW 1 at line 1")代码如下:# -*- coding: utf-8 -*-"&quo…