epimetheusQ

上帝如风,无所不触

LNMP路径

查看 brew 安装列表1brew list 123brew services start php@7.3 //利用 brew 启动 phpbrew services restart php@7.3 // 利用brew 重启 phpbrew services stop php@7.3 // 利用brew 关闭 php nginx1234sudo nginxsudo nginx -s rel......

开发代码禁区

禁止使用如 request、di、html等关键字作为命名规则翻车,monolog使用request作为config组名,框架启动时一直报错,一直报错。内存溢出,找不到原因,结果换个组名就完美解决了。 ...

日志增加request_id

日志增加request_id 日志增加request_id,可以通过关键字查看整个日志的链路信息,提升bug查找速度,以及外部对接进度。 hyperf和传统的框架不同,传统框架可以通过request,在框架初始化时增加request_id,实现整个进程日志记录同一个request_id,但是hyperf是协程的方式运作的,当我们使用协程时,request_id会因为协程的使用而导致requ......

composer创建library包

注意事项 参考demo的例子:https://github.com/epimetheusQ/omnimate.git git 强制推送 git push -u origin master -f (强制推送,慎用) 在composer init时,如果创建一个项目,写project,如果想写一个类似于hyperf/validation的话,就需要选择library,其余暂未研究过。 即使你......

hexo的基本使用方式

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu......