摘要:
#!/bin/bash echo '自动部署Springboot项目脚本...' # aaa.jar 项目jar包 pid=`ps -ef|grep aaa.jar|grep -v grep|grep -v restart|awk '{print$2}'` if [ -n "${pid}" ] ;t 阅读全文
摘要:
import java.math.BigDecimal; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; /** * (1)先计算出从格林威治时间公元2000年1月1 阅读全文