摘要:
在springboot框架中使用 1,添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-quartz</artifactId></dependency> 2,在使 阅读全文
摘要:
//Date转String public String DateToString(){ SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Date day=new Date(); String daybyday=sdf 阅读全文