摘要: 第一步创建文件 vi restart.sh 第二步复制下面的一段脚本到刚刚创建的脚本文件 #!/bin/sh#查询jar包的端口pidlist=`ps -ef|grep county_media-0.0.1-SNAPSHOT.jar|grep -v "grep"|awk '{print $2}'`# 阅读全文
posted @ 2020-05-27 10:45 薛无道 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 创建安装目录 cd /home mkdir soft 解压源码包 tar -zxvf server-jre-8u191-linux-x64.tar.gz 授权 chown root:root -R /home/soft/jdk1.8.0_191/ 环境变量配置: vi /etc/profile 进入 阅读全文
posted @ 2020-05-20 17:01 薛无道 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 链接:https://share.weiyun.com/5SgepMq 密码:x00jxg #一般系统中已经装了了 make 和 g++,无须再装 安装 make: shell>yum -y install autoconf automake make 安装 g++: shell>yum -y in 阅读全文
posted @ 2020-04-08 16:56 薛无道 阅读(148) 评论(0) 推荐(0) 编辑