会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2025年10月13日
OpenBLAS blas_thread_init: pthread_create failed for thread 1 of 4: Operation not permitted
摘要: 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)
2025年9月28日
nginx请求头
摘要: 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)
2025年9月24日
查看linux部署网站的TLS版本号
摘要: curl https://域名 -version
阅读全文
posted @ 2025-09-24 09:23 铜锣湾扛把子·66
阅读(12)
评论(0)
推荐(0)
2025年9月23日
jemter 安装
摘要: 附上链接:https://blog.csdn.net/m0_65120252/article/details/136568884
阅读全文
posted @ 2025-09-23 09:23 铜锣湾扛把子·66
阅读(5)
评论(0)
推荐(0)
2025年8月25日
nginx局域网内建立php项目
摘要:
阅读全文
posted @ 2025-08-25 09:22 铜锣湾扛把子·66
阅读(5)
评论(0)
推荐(0)
2025年8月12日
docker 封装php项目
摘要: 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)
2025年7月2日
centos8 部署svn
摘要: 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)
2025年6月27日
阿里云RDS备份到线下服务器
摘要: mysqldump -h (阿里云数据库地址) -u (数据库用户) -p --databases (数据库名) >/opt/backup/mingchen.sql
阅读全文
posted @ 2025-06-27 10:27 铜锣湾扛把子·66
阅读(9)
评论(0)
推荐(0)
2025年6月20日
linux 安装mysql-8.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)
2025年6月12日
docker 部署禅道
摘要: 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)
下一页
公告