Beego pprof 性能分析工具使用 Jackey Golang 2019-08-20 7,640 次浏览 Beego, pprof router.go 添加内容: [codesyntax lang="c"] beego.Router("/debug/pprof", &controllers.ProfController{}) beego.Router("/debug/pprof/:app([\\w]+)", &controllers.ProfController{}) [/codesyntax] 创建控制器:...
ThinkAdmin V4.0(thinkphp5.1.35) swoole整合记录 Jackey PHP 2019-08-07 6,490 次浏览 swoole, thinkphp 源码为ThinkAdmin V4.0(thinkphp5.1.35) 为了适合win做开发,环境采用的docker centos7.6 踩坑记录: 1.安装topthink/think-swoole报错: The "https://packagist.laravel-china.org/packages.json" file could not be do...