1 Star 0 Fork 454

zyuan / bullshit-codes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Demo.java 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
Winter Lau 提交于 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/yzlove123/bullshit-codes.git
git@gitee.com:yzlove123/bullshit-codes.git
yzlove123
bullshit-codes
bullshit-codes
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891