lumen 上安裝dingo/api遇到個問題。按照文件上的說法,配置了.env檔案。可以訪問時始終出錯。
出錯內容如下:
lumen.error: exception 'runtimeexception' with message 'unable to boot apiserviceprovider, configure an api domain or prefix.' in d:\xampp\htdocs\lumenapi\vendor\dingo\api\src\provider\apiserviceprovider.php:82
// dotenv::load(__dir__.'/../');這一句的注釋去掉。lumen才能讀取.env配置檔案。
否則不行。
好吧。不知道為何lumen要預設加上注釋。
lumen簡單使用exel元件
composer require maatwebsite excel 2.1.0 這裡要取消下面兩行前面的注釋 3.然後開始寫demo啦 在routes web.php下 use maatwebsite excel facades excel class excelcontroller extend...
svg 配合cesium使用
恢復內容開始 1 svg簡介 在 2003 年一月,svg 1.1 被確立為 w3c 標準。參與定義 svg 的組織有 太陽微系統 adobe 蘋果公司 ibm 以及柯達。與其他影象格式相比,使用 svg 的優勢在於 svg 的主要競爭者是 flash。與 flash 相比,svg 最大的優勢是與其...
tail f grep 的配合使用
對日誌記錄做多次grep過濾輸出,格式如下 tail f log grep grep yyy 發現grep失效,無法做正確輸出。google研究了一下,原因如下 管道 是全緩衝的,一般來說buffer size為4096,有些是8192。不管具體值多少,只有buffer size滿了,才會看到輸出。...