- 博客(7)
- 收藏
- 关注
原创 linux脚本:nmon安装步骤
nmon在liunx安装脚本 #!/bin/bash #Please upload the nmon archive file to /home/sfapp first. #Check if the nmon file archive exists in the /home/sfapp/ directory. if [ ! -f /home/sfapp/nmon_linux_14i.tar.gz ...
2019-01-03 17:52:00
512
原创 linux脚本:批量上传下载jar包
@echo off ::download :: Run SFXCL - downlaod .jar files from remote to local folder: echo.Prepare to download the jar package from sit,please wait..... sfxcl /S "10.202.107.24_TW_后端" /app/runtime/li...
2019-01-03 17:49:19
554
原创 linux脚本:前端代码上传下载
@echo off ::Check that the aff-pcui directory exists and delete it if it does. if exist E:\JarPackage\aff-pcui\ rd /s /q E:\JarPackage\aff-pcui\ :: Run SFXCL - downlaod .jar files from remote to loca...
2019-01-03 17:46:11
250
原创 linux脚本:提取文件到文件夹
@echo off ::Check that the jar package exists if not exist *.jar goto exit ::Check if the directory exists if not exist .\192.168.1.211 md .\192.168.1.211 if not exist .\192.168.1.212 md .\192.168.1.2...
2019-01-03 17:41:24
636
翻译 重启Nginx,重启redis--记录
- 重启Nginx: 503先看看NGINX有么有启动:ps -ef|grep nginx 以下为两种方式(视情况而定) 启动: /app/openresty/nginx/sbin/nginx -c /app/openresty/nginx/conf/nginx.conf 启动2(无配置):./nginx (sbin目录下) 检测: /app/openresty/nginx/sbin/nginx ...
2019-01-03 17:35:44
1417
原创 Jenkins持续集成构建步骤
前置条件:已经安装Jenkins,以下为配置步骤。 Jenkins地址:http://192.168.1.1/jenkins/view/ESG-ERP/job/ESG-ERP_ARMF/ 一.JOB说明 ESG-ERP_ARMF_PR_FOR_ALL : 对开发提交的PR执行编译,验证新提交的代码是否编译通过,采用的方式是轮询检查,每一次PR都会被执行编译 ESG-ERP_ARMF_MASTE...
2019-01-03 17:15:24
873
原创 软件测试常用linux发包命令
常用linux发包命令 #从这里开始 发包常用linux命令: 后端: 1.下载开发环境最新JAR包 jar包目录: /app/runtime/lib/ 2.上传最新jar包到UAT环境目录 上传目录:/home/sfapp ps:只有sfapp可写入 3.kill java 进程 kill -9 $(ps -ef | grep java | awk ‘{print...
2019-01-03 16:44:02
3446
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅