We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7704b1 commit 42df482Copy full SHA for 42df482
docs/术语对照表.md
@@ -52,6 +52,10 @@ ACK (Acknowledgement)即是确认字符,在数据通信中,接收站发给
52
53
PHP(全称:PHP:Hypertext Preprocessor,即“PHP:超文本预处理器”)是一种开源的通用计算机脚本语言,尤其适用于网络开发并可嵌入 HTML 中使用
54
55
+## FPM
56
+
57
+FPM(FastCGI Process Manager, FPM)是 PHP FastCGI 运行模式的一个进程管理器
58
59
## MVC
60
61
MVC模式(Model–view–controller)是软件工程中的一种软件架构模式,把软件系统分为三个基本部分:模型(Model)、视图(View)和控制器(Controller)
0 commit comments