摘要: https://blog.csdn.net/qq_45237725/article/details/148383599 (加权限) git clone https://github.com/langgenius/dify.git --branch 1.7.0 (版本下载这个) dify 最重要的文件 阅读全文
posted @ 2025-10-13 11:37 铜锣湾扛把子·66 阅读(7) 评论(0) 推荐(0)
摘要: add_header X-Content-Type-Options nosniff; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $pro 阅读全文
posted @ 2025-09-28 10:14 铜锣湾扛把子·66 阅读(11) 评论(0) 推荐(0)
摘要: curl https://域名 -version 阅读全文
posted @ 2025-09-24 09:23 铜锣湾扛把子·66 阅读(12) 评论(0) 推荐(0)
摘要: 附上链接:https://blog.csdn.net/m0_65120252/article/details/136568884 阅读全文
posted @ 2025-09-23 09:23 铜锣湾扛把子·66 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-08-25 09:22 铜锣湾扛把子·66 阅读(5) 评论(0) 推荐(0)
摘要: 1 创建Dockerfile文件 vim Dockerfile # 使用官方 PHP 镜像作为基础镜像FROM php:7.4-fpm # 安装扩展,例如 pdo_mysql 和 zipRUN apt-get update && apt-get install -y \ libzip-dev \ & 阅读全文
posted @ 2025-08-12 10:32 铜锣湾扛把子·66 阅读(10) 评论(0) 推荐(0)
摘要: 1 yum -y install subversion 2 mkdir /www/svn 3 svnadmin create /www/svn/01-ProductManagement (创建项目) 4 cd /www/svn/01-ProductManagement/ 5 vim svnserve 阅读全文
posted @ 2025-07-02 13:34 铜锣湾扛把子·66 阅读(24) 评论(0) 推荐(0)
摘要: mysqldump -h (阿里云数据库地址) -u (数据库用户) -p --databases (数据库名) >/opt/backup/mingchen.sql 阅读全文
posted @ 2025-06-27 10:27 铜锣湾扛把子·66 阅读(9) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Founder_Xiao_Xin/article/details/146253150 查看mysql-8.0 初始密码 (路径为自己定义的) grep 'temporary password' /usr/local/mysql/logs/mysql.log 阅读全文
posted @ 2025-06-20 17:15 铜锣湾扛把子·66 阅读(15) 评论(0) 推荐(0)
摘要: 1 docker pull hub.zentao.net/app/zentao:latest 2 docker run --name zentao -p 82:80 -v /data/zentao:/data -e MYSQL_INTERNAL=true -d hub.zentao.net/app/ 阅读全文
posted @ 2025-06-12 16:57 铜锣湾扛把子·66 阅读(31) 评论(0) 推荐(0)