1 Star 0 Fork 454

阿蒙 / bullshit-codes

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Demo.java 318 Bytes
Copy Edit Raw Blame History
Winter Lau authored 2019-05-20 13:58 . move java to java
import java.util.Date;
public class Demo {
/**
* 返回明天的日期
*/
public static Date getNextDay() {
try {
Thread.sleep(24 * 60 * 60 * 1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
return new Date();
}
}
1
https://gitee.com/ahmeng/bullshit-codes.git
git@gitee.com:ahmeng/bullshit-codes.git
ahmeng
bullshit-codes
bullshit-codes
master

Search