logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java 程序修改系统时间

Runtime.getRuntime().exec("cmd /c date 2013-05-06");//Windows 系统Runtime.getRuntime().exec("cmd /c time 22:35:00");//Windows 系统Runtime.getRuntime().exec(" sudo date -s 2013-05-06")//linux 系统为tomcat

#java
到底了