摘要: package com.newpay.utils; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.LocalDate; import java.time.ZoneId; imp 阅读全文
posted @ 2020-05-19 20:02 橘子味儿的猫 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 依赖文件 <!-- https://mvnrepository.com/artifact/org.apache.ant/ant --> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <versi 阅读全文
posted @ 2020-05-19 19:55 橘子味儿的猫 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 依赖文件 <!-- https://mvnrepository.com/artifact/com.sun.mail/javax.mail --> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifact 阅读全文
posted @ 2020-05-19 09:18 橘子味儿的猫 阅读(264) 评论(0) 推荐(1) 编辑
摘要: package com.newpay.common; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.text.SimpleDateFormat; import java.ut 阅读全文
posted @ 2020-05-19 08:56 橘子味儿的猫 阅读(367) 评论(0) 推荐(0) 编辑