【已解决】rsync中delete参数的含义和调用方式
crifan 6年前 (2018-08-17) 2248浏览 0评论
折腾: 【未解决】Fabric 2中如何实现Fabric 1中的rsync_project去实现同步代码以实现项目代码部署 期间,之前是看到别人给的fabric1的示例代码: def rsync(): rsync_project( ... ...
crifan 6年前 (2018-08-17) 2248浏览 0评论
折腾: 【未解决】Fabric 2中如何实现Fabric 1中的rsync_project去实现同步代码以实现项目代码部署 期间,之前是看到别人给的fabric1的示例代码: def rsync(): rsync_project( ... ...
crifan 7年前 (2018-03-27) 1123浏览 0评论
折腾: 【未解决】阿里云ECS服务器CentOS中php用465端口发送邮件 期间,需要去搞清楚关于其中的PHPMailer的mail的参数: SetFrom AddReplyTo AltBody AddAddress PHPMailer mail ...
crifan 7年前 (2018-03-27) 1302浏览 0评论
折腾: 【未解决】继续调试主页中php发送邮件的功能 期间,看到php中的配置中有: sendmail_path = /usr/sbin/sendmail -t -i 需要搞懂-t和-i是啥意思 并且,更需要去搞清楚: 此处接下来,如果端口从25换...