每日17點準時技術乾貨分享
一、介面
先上效果圖:
二、使用
composer require sett/hyperf-log-viewer
php bin/hyperf.php vendor:publish sett/hyperf-log-viewer
router::get('/logs', 'sett\lo**iewer\controller\lo**iewcontroller@index');
composer require hyperf/view
composer require sy-records/think-template
在config\autoload\viewe.php檔案中(如果不存在,自行建立),新增如下檢視配置
return [ 'engine' => thinkengine::class, 'mode' => mode::task, 'config' => [ // 若下列資料夾不存在請自行建立 'view_path' => base_path . '/storage/view/', 'cache_path' => base_path . '/runtime/view/', ],];
在config\autoload\lo**iewer.php檔案中,新增自己的日誌檔案目錄
return [ "path" => base_path . "/runtime/logs/", "pattern" => "*.log", "size" => 10 ];
三、說明 apache看不到服務等問題
apache裝完後為什麼顯示no service installed?或者是你在apache monitor裡面看不到apache2的服務?安裝完apache之後 不是按照預設路徑安裝的,例如是 d 右下方哪個小羽毛圖示是沒有啟動的,左鍵不好使,而且提示 no services installed ...
dubbo admin 看不到註冊的服務
一 背景 1 dubbo服務正常註冊到zookeeper 2 客戶端呼叫dubbo服務正常 二 原因 dubbo admin未配置分組資訊 四 參考部落格如下 今天重新配置了下dubbo,結果發現管理控制台上沒有顯示可用的服務,由於前陣子剛配置的時候是沒有問題的,於是開始逐步排查。專案註冊中心用的z...
lspci能看到ifconfig a看不到網絡卡
隨著寬頻技術的快速發展,伺服器使用萬兆網絡卡的概率越來越高。最近裝了幾台伺服器都用的萬兆網絡卡,為了圖便宜,網絡卡和模組都是 上買的,這部還真遇到不少問題。我的伺服器都是centos6.4 64位的,網絡卡裝上後,lspci grep 82599 能看到網絡卡 執行lspci grep 82599能...