上一页 1 2 3 4 5 6 7 ··· 15 下一页

2024年1月30日

PHP的未来与前途!

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

posted @ 2024-01-30 16:16 四季皆春 阅读(25) 评论(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 四季皆春 阅读(26) 评论(0) 推荐(0)

2024年1月4日

Linux安装PHPRedis扩展

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

posted @ 2024-01-04 17:56 四季皆春 阅读(19) 评论(0) 推荐(0)

2023年12月29日

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

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

posted @ 2023-12-29 21:11 四季皆春 阅读(17) 评论(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 四季皆春 阅读(278) 评论(0) 推荐(0)

2023年12月24日

CentOS7安装cmake3

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

posted @ 2023-12-24 18:14 四季皆春 阅读(160) 评论(0) 推荐(0)

centos防火墙常用命令

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

posted @ 2023-12-24 14:22 四季皆春 阅读(47) 评论(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 四季皆春 阅读(1089) 评论(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 四季皆春 阅读(163) 评论(0) 推荐(0)

2023年12月23日

nginx常用命令

摘要: nginx -s reload # 重新载入配置文件 nginx -s reopen # 重启 Nginx nginx -s stop # 停止 Nginx 阅读全文

posted @ 2023-12-23 22:33 四季皆春 阅读(19) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 15 下一页

导航