191 Star 1.6K Fork 454

Gitee Community / 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/gitee-community/bullshit-codes.git
git@gitee.com:gitee-community/bullshit-codes.git
gitee-community
bullshit-codes
bullshit-codes
master

搜索帮助