上一页 1 2 3 4 5 6 ··· 14 下一页

2024年4月4日

PHP开发时composer加入环境变量后不起作用的问题

摘要: php也要加入环境变量才行 阅读全文

posted @ 2024-04-04 22:31 建安永乐 阅读(19) 评论(0) 推荐(0) 编辑

2024年1月30日

PHP的未来与前途!

摘要: 赶紧跑! java,python,golang 值得你去学习! 阅读全文

posted @ 2024-01-30 16:16 建安永乐 阅读(9) 评论(0) 推荐(0) 编辑

2024年1月13日

CGI、FastCGI和PHP-FPM的关系

摘要: 参考: https://baijiahao.baidu.com/s?id=1636573471105531342 https://www.jianshu.com/p/80e46a80fdbd https://www.zhihu.com/question/30672017 CGI、FastCGI和PH 阅读全文

posted @ 2024-01-13 13:39 建安永乐 阅读(3) 评论(0) 推荐(0) 编辑

2024年1月4日

Linux安装PHPRedis扩展

摘要: https://www.cnblogs.com/shengxihui/p/10802122.html 阅读全文

posted @ 2024-01-04 17:56 建安永乐 阅读(6) 评论(0) 推荐(0) 编辑

2023年12月29日

【好文推荐】进程、线程、协程的区别

摘要: 参考: https://cloud.tencent.com/developer/article/2232132 阅读全文

posted @ 2023-12-29 21:11 建安永乐 阅读(3) 评论(0) 推荐(0) 编辑

2023年12月25日

linux 重启PHP-FPM

摘要: linux 重启PHP-FPM 1. 停止命令pkill php-fpm 2.重启或启动命令php-fpm -R 阅读全文

posted @ 2023-12-25 17:53 建安永乐 阅读(219) 评论(0) 推荐(0) 编辑

2023年12月24日

CentOS7安装cmake3

摘要: https://blog.csdn.net/redfoxtao/article/details/130518576 阅读全文

posted @ 2023-12-24 18:14 建安永乐 阅读(144) 评论(0) 推荐(0) 编辑

centos防火墙常用命令

摘要: systemctl start firewalld;#启动 systemctl stop firewalld;#停止 systemctl status firewalld;#查看状态 systemctl disable firewalld;#开机禁用 systemctl enable firewal 阅读全文

posted @ 2023-12-24 14:22 建安永乐 阅读(28) 评论(0) 推荐(0) 编辑

centos7编译安装php8

摘要: 参考:https://blog.csdn.net/zzz1502/article/details/120157436 首先安装需要的依赖和第三方库 # yum install -y --setopt=protected_multilib=false gcGc gcc-c++ make cmake a 阅读全文

posted @ 2023-12-24 14:17 建安永乐 阅读(533) 评论(0) 推荐(0) 编辑

centos7安装nginx

摘要: 首先安装nginx所需要的第三方库和编译工具 # yum install -y gcc gcc-c++ autoconf automake make # yum install zlib zlib-devel openssl openssl-devel pcre pcre-devel wget ht 阅读全文

posted @ 2023-12-24 11:50 建安永乐 阅读(122) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 14 下一页

导航