上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 198 下一页
摘要: 转载自Go语言中文网, https://studygolang.com/articles/20667 传统架构 PHP-FPM + Nginx 传统架构中所使用的Nginx + PHP-FPM的模型中,Nginx由于基于Linux的epoll事件模型一个工作进程worker会同时去处理多个请求,但是 阅读全文
posted @ 2020-07-14 18:04 brady-wang 阅读(533) 评论(0) 推荐(0)
摘要: 去原文查看 阅读全文
posted @ 2020-07-14 17:48 brady-wang 阅读(206) 评论(0) 推荐(0)
摘要: [root@localhost swoft]# swoftcli gen:controller -h [ERROR] Command 'controller' is not exist in group: gen Generate some common application template c 阅读全文
posted @ 2020-07-14 14:42 brady-wang 阅读(554) 评论(0) 推荐(0)
摘要: php bin/swoft entity:gen table= table1,table2,table3,... [root@localhost swoft]# php bin/swoft entity:gen -y 2020/07/14-14:27:30 [INFO] Swoft\SwoftApp 阅读全文
posted @ 2020-07-14 14:31 brady-wang 阅读(1179) 评论(1) 推荐(0)
摘要: 阿里云 Composer 全量镜像 本镜像与 Packagist 官方实时同步,推荐使用最新的 Composer 版本。 最新版本: 1.10.8 下载地址: https://mirrors.aliyun.com/composer/composer.phar 最后更新 官方:2020-07-14 0 阅读全文
posted @ 2020-07-14 09:49 brady-wang 阅读(322) 评论(0) 推荐(0)
摘要: 一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( 阅读全文
posted @ 2020-07-13 21:48 brady-wang 阅读(3801) 评论(0) 推荐(0)
摘要: php从以前到现在一直都是单继承的语言,无法同时从两个基类中继承属性和方法,为了解决这个问题,php出了Trait这个特性 用法:通过在类中使用use 关键字,声明要组合的Trait名称,具体的Trait的声明使用Trait关键词,Trait不能实例化 如下代码实例: <?php trait Dog 阅读全文
posted @ 2020-07-13 11:19 brady-wang 阅读(368) 评论(0) 推荐(0)
摘要: ps -axjf|grep swoft 阅读全文
posted @ 2020-07-13 09:47 brady-wang 阅读(412) 评论(0) 推荐(0)
摘要: { "name": "brady_frmwork", "description":"php framwork", "type":"Framwork", "keywords":[ "php","PHP Framwork" ], "require":{ "php":">=7.1.0", "filp/wh 阅读全文
posted @ 2020-07-12 13:58 brady-wang 阅读(283) 评论(0) 推荐(0)
摘要: 新建comoser.json { "name": "brady_frmwork", "description":"php framwork", "type":"Framwork", "keywords":[ "php","PHP Framwork" ], "require":{ "php":">=7 阅读全文
posted @ 2020-07-12 13:53 brady-wang 阅读(259) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 198 下一页