05 2023 档案
摘要:首先把服务器的公钥添加到你项目仓库中 1、首先生成公钥: sudo -u www ssh-keygen -t rsa -C "xxxxx@qq.com" 2、把公钥添加到gitee中 3、克隆远程仓库 sudo -u www git clone git@gitee.com:Abner3721/abn
阅读全文
摘要:https://cloud.tencent.com/developer/article/2207775
阅读全文
摘要:/** * 获取真实IP * @return mixed */ public static function getRealIp() { $ip = $_SERVER['REMOTE_ADDR']; if (isset($_SERVER['HTTP_X_FORWARDED_FOR']) && pre
阅读全文