摘要:
1、将中国标准时间格式化为(2017-06-06 15:05:04) function formatDateTime(theDate) { var _hour = theDate.getHours(); var _minute = theDate.getMinutes(); var _second 阅读全文
摘要:
@Configuration//配置文件位置@PropertySource("classpath:city.properties")//前缀@ConfigurationProperties(prefix = "city")public class CityProperties { private M 阅读全文