#!/bin/bash
#push
set-x
ip1=xxx.xxx.xxx.xxx
user1=root
password1=root
#----------------------
ip2=xxx.xxx.xxx.xxx
user2=root
password2=password
#-------------------
source=/home/project/ORCA_WEB/target
file=$(cd/home/project/ORCA_WEB/target;ls|grepORCA_WEB*..
分类:
其他好文 时间:
2016-07-19 13:59:23
阅读次数:
136
awk配合写shell脚本,轻松分发到集群文件...
分类:
系统相关 时间:
2014-12-11 22:33:42
阅读次数:
197
目的是做一个分发的php脚本,根据客户端的不同需求,分发到不同的功能脚本。所以需要首先检验客户端发来的HTTP包中的请求类型,然后再进行分发。分发脚本:<?php
/*
*Thisfileistodistributetherequeststodifferentservers,isdividedbyfunctions
*Para:Http-Request
*Data:2..
分类:
Web程序 时间:
2014-05-08 16:43:06
阅读次数:
347