Funny
Hiring a Developer
When people looking for a smart developer as they think a developer should know everything, however the fact that a deve 阅读更多…
When people looking for a smart developer as they think a developer should know everything, however the fact that a deve 阅读更多…
如何解决高并发的问题,一直以来高性能和生产力似乎总是相对立的。 一直以来PHP的性能总是被人诟病,以我过去的经验来讲PHP的开发应用的速度应该是java或者其他编译语言的2倍或则3倍。但是高并发似乎并不是其强项。 每次面试都会遇到如何解决高 阅读更多…
下载博主已经构建好的LNMP Docker镜像 很多时候我们需要部署开发环境,今天我来分享一下如何在Docker下面部署LNMP环境 开始 准备工作 首先你需要注册一个Docker ID 注册完成后去下载Docker Desktop 到你的 阅读更多…
什么是php-fpm php-fpm(fastcgi process manager)是一种可选的php fastcgi实现,具有一些对任何规模的站点,特别是更繁忙的站点都有用的附加功能。 这些功能包括: 自适应进程生成(新!) 基本统计( 阅读更多…