問(wèn)題描述 composer require webman/redis-queue 如果遇到重啟 會(huì)不會(huì)造成redis內(nèi)存數(shù)據(jù)丟失,有沒(méi)有辦法持久化數(shù)據(jù)重啟后不會(huì)丟失 或者有沒(méi)有辦法 在丟失后補(bǔ)充數(shù)據(jù)的方案? 有遇到類似情況的朋友嗎?...
有沒(méi)有開(kāi)源在線客服系統(tǒng)或者 IM 系統(tǒng),求推薦 最好支持移動(dòng)端,如果能打包APP手機(jī)端也可以回復(fù)消息就更好了...
問(wèn)題描述 使用 https://github.com/webman-php/push 插件作為消息推送插件, 請(qǐng)教一下,如果每秒中消息很多,比如每秒幾百條或者幾千條消息,用什么方案解決。 $api = new Api( // webman下可以直接使用config獲取配置,非webman環(huán)境需要手動(dòng)寫(xiě)入相應(yīng)配置 'http://127.0.0.1:3232', config('plugin....
運(yùn)行時(shí)候 產(chǎn)生很多sql 查詢?nèi)罩?和redis查詢?nèi)罩? ,很快把服務(wù)器占用滿了? 不知道哪兒關(guān)閉這些日志,急求 已解決 !謝謝...
webman admin管理后臺(tái) 修改數(shù)據(jù)表 字段類型不能設(shè)置為json嗎? http://wtbis.cn/doc/webman-admin/...
問(wèn)題描述 前端vue字段名稱習(xí)慣用小駝峰 webman后端為了和數(shù)據(jù)庫(kù)一致字段用下劃線風(fēng)格 想用中間件修改請(qǐng)求內(nèi)容和返回內(nèi)容 統(tǒng)一轉(zhuǎn)換 怎么實(shí)現(xiàn)? 要是能像laravel那樣加一個(gè) $request->replace($newParameters) 方法就好了 可以修改請(qǐng)求部分...
http://wtbis.cn/doc/webman/view.html#blade%E4%BD%BF%E7%94%A8component%E7%BB%84%E4%BB%B6 Alert.php <?php namespace App\user\view\components; use Illuminate\View\Component; class Alert extends Com...
我想使用websocket做聊天室 不知道 http://wtbis.cn/plugin/2 webman push這個(gè)插件提供的wss 和 使用GatewayWorker框架中提供的wss 有什么區(qū)別喃? 好像都有wss的功能...
1.4自定義請(qǐng)求 怎么文檔沒(méi)有了 是不支持了嗎? 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。...
問(wèn)題描述 比如處理前端 會(huì)員中心 或者展示數(shù)據(jù) 等等 一些常見(jiàn)的功能 ,有沒(méi)有好看的前端框架或者模板? 非后臺(tái)管理系統(tǒng)...
webman mysql數(shù)據(jù)表數(shù)據(jù)超過(guò)1000W了 怎么實(shí)現(xiàn)分表喃?...
webman get請(qǐng)求攜帶body數(shù)據(jù)會(huì)報(bào)錯(cuò)? 怎么不顯示錯(cuò)誤喃? ValueError: strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) in C:\Users\api\vendor\workerman\workerman\Protocols\Http\Request.php:523<br />...
webman 怎么對(duì)用戶查詢傳來(lái)的數(shù)據(jù)參數(shù)安全過(guò)濾?有沒(méi)有什么辦法或者方法...
webman/admin 多數(shù)據(jù)庫(kù) 讀取前綴出錯(cuò) plugin/xxx/app/admin/controller 目錄里 新增 ArticleController /** * 構(gòu)造函數(shù) */ public function __construct() { $this->model = new Articles(); } Article和 管理...
安裝admin管理后臺(tái)第二步 顯示這個(gè)錯(cuò)誤是什么問(wèn)題...
不支持 直接用對(duì)象調(diào)用關(guān)聯(lián)模型喃? $usesr = User::query()->with('articles')->get(); foreach($users as $user){ print_r($user->articles); } 打印結(jié)果 是null 只能先轉(zhuǎn)數(shù)組 用數(shù)組調(diào)用 $usesr = User::query()->with('articles')->get()-...
因?yàn)橛胁煌貐^(qū)請(qǐng)求,可以通過(guò)中間件設(shè)置不同時(shí)區(qū)嗎? 還是應(yīng)該怎么解決 會(huì)不會(huì)設(shè)置了時(shí)區(qū) 所有請(qǐng)求都更改了時(shí)區(qū)呀...
[2022-08-13 17:41:49] default.INFO: SQL select 1 [] [] [2022-08-13 17:41:49] default.INFO: SQL select 1 [] [] [2022-08-13 17:41:50] default.INFO: SQL select 1 [] [] [2022-08-13 17:41:50] default.INFO: SQL selec...