首页| 新闻| 娱乐| 游戏| 科普| 文学| 编程| 系统| 数据库| 建站| 学院| 产品| 网管| 维修| 办公| 热点
//valid argv //testCode /* $argv = array( "rsync142.php", "E://SVN//test//www//include//ggg//test//DTest.php", ); */ if(count($argv) == 2) { $sFilePath = $argv[1]; $sServerName = "192.168.10.142"; $sServerUserName = "name"; $sServerPassword = "password"; $sServerPath = sGetServerPath($sFilePath); $realPath = sprintf("%s@%s:/%s", $sServerUserName, $sServerName, $sServerPath); try { $cmd = sprintf("pscp.exe -pw %s %s %s", $sServerPassword, $sFilePath, $realPath); echo $cmd."/n"; system($cmd); } catch(Exception $e) { print_r($e);exit; } } function sGetServerPath($sWindowsPath) { $ret = ""; $paths = explode("//", $sWindowsPath); if($startKey = array_search("www", $paths)) { $ret = "test/"; for($i=$startKey+1; $i<count($paths); $i++) { $ret .= $paths[$i] . "/"; } $ret = trim($ret, "/"); } return $ret; } ?>
3 将pscp.exe放在sync142同级目录下
4 将按键Ctrl + 1 映射到这个脚本
于是在编写程序的时候只要按下Ctrl + 1就可以将当前脚本替换远程脚本
Intel工程样品CPU的识别方法
图解CMOS路线和硬盘光驱跳线的
硬盘分区如何设置准确的分区空间
回眸一笑百魅生,六宫粉黛无颜色
岁月静美,剪一影烟雨江南
芜湖有个“松鼠小镇”
小满:小得盈满,一切刚刚好!
一串串晶莹剔透的葡萄,像一颗颗宝石挂在藤
正宗老北京脆皮烤鸭
人逢知己千杯少,喝酒搞笑图集
搞笑试卷,学生恶搞答题
新闻热点
疑难解答
图片精选
扩展你的 PHP 之入门篇
特转载一高手总结PHP学习资源和链
网友关注