bug描述 安裝官方提供的webman-admin安裝后,無法加載靜態(tài)資源導(dǎo)致頁面無法顯示 操作步驟 1、安裝webman 2、安裝webman-console 3、安裝webman-log 4、執(zhí)行php webman install 5、訪問http://xxx.com/app/admin 就出現(xiàn)以下截圖了 已解決方案 nginx配置 upstream cyzn_hangpu_net { # HPAdmin ...
class Task { public function onWorkerStart() { new Crontab('1 * * * * *', function(){ //如何調(diào)用控制器 }); } }...