摘要:
上传: 点击查看代码 ``` @echo off :::::::::::::::::::::::::: :: xiaoweibaxiangkanxue :: :::::::::::::::::::::::::: title "upload object to sftp" :: 固定信息, set S 阅读全文
摘要:
tomcat日志切割: 点击查看代码 ``` #!/bin/bash ###################################### ##weibaxiao 用户tomcat日志切割######## ###################################### LOG_ 阅读全文
摘要:
shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=en_US.UTF-8 export NLS_LANG="AMERICAN_AMERICA.AL32UTF8" source /etc/profile source /root/.bash_profile 阅读全文
摘要:
采集容器日志的shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=zh_CN.gb18030 . ~/.bash_profile #日志放置目录 log_path=/aa/bb/cc/dd/ee todaydate=$(date +%Y%m%d) nowda 阅读全文
摘要:
shell脚本内容为,其中的python脚本在python合集内可以找到相关内容: 点击查看代码 ``` #!/bin/sh APPS_HOME=/aa/bb/cc/dd/ee/apps RELEASE_HOME=/aa/bb/cc/dd/ee/weiba-release if [ $(ls ./ 阅读全文
摘要:
Dockerfile为 点击查看代码 ``` FROM iot-service:first ADD xx-weiba-1.0.0.jar /usr/local/ EXPOSE 8080 ADD setenv.sh /usr/local/bin ADD startup.sh /usr/local/bi 阅读全文