摘要: #!/bin/bash echo -e "\n\n\n" #force kill flag,if equal [f] to force kill all flag="HelloShell" if test $# -gt 0 then flag=$1 fi pids=`ps -ef|grep tomcat | grep -v "grep" | awk '{print $2}'` ... 阅读全文
posted @ 2018-09-24 12:52 诚信天下 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: 1. 新建Maven项目 ssm 2. pom.xml 3. web.xml 4. /ssm/src/main/resources 目录下文件 5. applicationContext.xml 6. springmvc-servlet.xml 7. param.properties 8. log4 阅读全文
posted @ 2018-09-24 10:22 诚信天下 阅读(568) 评论(0) 推荐(0) 编辑