码迷,mamicode.com
首页 >  
搜索关键字:分发脚本    ( 23个结果
CentOS6.5文件同步分发脚本
#!/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分发脚本
awk配合写shell脚本,轻松分发到集群文件...
分类:系统相关   时间:2014-12-11 22:33:42    阅读次数:197
php重构HTTP包 获取result
目的是做一个分发的php脚本,根据客户端的不同需求,分发到不同的功能脚本。所以需要首先检验客户端发来的HTTP包中的请求类型,然后再进行分发。分发脚本:<?php /* *Thisfileistodistributetherequeststodifferentservers,isdividedbyfunctions *Para:Http-Request *Data:2..
分类:Web程序   时间:2014-05-08 16:43:06    阅读次数:347
23条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!