1 Star 0 Fork 454

*坤的/bullshit-codes

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Demo.java 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
Winter Lau 提交于 2019-05-20 13:58 +08:00 . 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();
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangkun19930608/bullshit-codes.git
git@gitee.com:wangkun19930608/bullshit-codes.git
wangkun19930608
bullshit-codes
bullshit-codes
master

搜索帮助