摘要: #!/bin/bash function printLog() { nowTime=$(date "+%Y-%m-%d %H:%M:%S") echo "${nowTime} -- $1" } # tomcat 访问路径 TOMCAT_URL=http://127.0.0.1:8080 # tomc 阅读全文
posted @ 2023-04-10 16:43 Nihaorz 阅读(139) 评论(0) 推荐(0)