国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

webman視圖模板引用公共文件時,公共文件變量無法賦值

問題描述 webman視圖模板引用公共文件時,公共文件變量無法賦值 程序代碼 <!DOCTYPE html> <html lang="zh-CN"> <head> <title><?= $title?></title> <?php element('/front/view/front/head.html')?> <...

zhaohanfeng 發(fā)表與 2025-04-29 263 瀏覽 1 回答
php 原生模板 include 報錯

問題描述 php 原生模板 include 報錯 程序代碼 <!DOCTYPE html> <html lang="<?= trans('l') ?>"> <?php include '../layout/header.html'; ?> <body> <div class="layui-layout layui-layout-admin"> ...

surzace 發(fā)表與 2024-06-25 701 瀏覽 3 回答
你們都用什么編輯器寫代碼啊!

問題描述 之前用 PhpStorm 用久了 后面老卡了 打字都不帶反應(yīng)的 后面換成vscode了 感覺好點(diǎn)了...

發(fā)表與 2024-03-22 828 瀏覽 6 回答
如何在控制器調(diào)用functions.php呀

如何在控制器調(diào)用functions.php呀...

bdh169 發(fā)表與 2024-03-16 777 瀏覽 2 回答
thinkorm 循環(huán)問題,

問題描述 thinkorm 循環(huán)問題, 為此你搜索到了哪些方案及不適用的原因 <?php namespace app\controller; use support\Request; use support\Response; use app\model\Buy; use plugin\admin\app\controller\Crud; use support\exception\BusinessExce...

siwei 發(fā)表與 2024-03-09 927 瀏覽 2 回答
怎么使用returnType()方法來指定控制器的方法返回值為int類型

問題描述 把thinkphp里的代碼整合到webman里指定控制器的方法返回值為int類型并不支持。求解決方案! ...

goodrc 發(fā)表與 2024-02-28 605 瀏覽 2 回答
webman 用input獲取路由過后的參數(shù),獲取不到

路由配置: Route::any('/detail/{id:\d+}.html', [app\index\controller\Vod::class, 'detail']); 然后訪問xxxx.com/detail/123.html 通過input() 來獲取輸入的 ,打印出來是空的,想獲取id這個參數(shù)應(yīng)該怎么做?...

a178251115 發(fā)表與 2024-02-28 834 瀏覽 1 回答
webman的路由只能一行一行的寫嗎?

Route::any('/map', [app\index\controller\Map::class, 'index']); Route::any('/rss/index', [app\index\controller\Rss::class, 'index']); Route::any('/rss/baidu', [app\index\controller\Rss::class, 'baidu']); Route:...

a178251115 發(fā)表與 2024-02-27 1152 瀏覽 2 回答
Database\Eloquent\Model"notfound

問題描述 webman使用查詢數(shù)據(jù)時報錯,是什么原因呢? 程序代碼 public function test(Request $request) { $stdType = Standard_Player::select('type')->find(4); return json(['code'=>0,'msg'=>$stdType]); } 報錯信息 Error: Class "Illum...

吉祥天 發(fā)表與 2024-02-27 1087 瀏覽 2 回答
sh文件執(zhí)行停用,啟用

start.sh文件代碼 #!/bin/bash # 進(jìn)入要執(zhí)行命令的目錄 cd /www/wwwroot/ysian_admin # 停止 PHP 進(jìn)程 php start.php stop # 啟動 PHP 進(jìn)程,并以守護(hù)進(jìn)程方式運(yùn)行 php start.php start -d 報錯信息 就不太明白,第二次為什么端口被占用了;...

ysian 發(fā)表與 2024-02-23 661 瀏覽 2 回答
AI插件配置支付,出現(xiàn)這個錯誤

file_get_contents(/wechat/apiclient_cert.pem): failed to open stream: No such file or directory 我wechat目錄放在plugin/ai/config/下面的...

fans 發(fā)表與 2024-02-18 816 瀏覽 1 回答
關(guān)于webman圖片,css等路徑問題

問題描述 請教:關(guān)于webman圖片,css等路徑問題 結(jié)果:圖片,css 都不能正確顯示。 ...

siwei 發(fā)表與 2024-02-18 1231 瀏覽 2 回答
最近出webman的docker容器嗎

問題描述 這里寫問題描述 最近出webman的docker容器嗎 繼續(xù)需要做個webman的docker...

songjean 發(fā)表與 2024-02-18 1429 瀏覽 2 回答
數(shù)據(jù)庫連接問題,怎么也想不通

數(shù)據(jù)庫連接問題 這里詳細(xì)描述問題 用的是 然后是編寫的代碼 運(yùn)行結(jié)果: 怎么也想不通,是哪里錯了??! 操作系統(tǒng)及workerman/webman等框架組件具體版本 windows 最新的webman框架以及組件...

siwei 發(fā)表與 2024-02-18 859 瀏覽 3 回答
webman啟動報權(quán)限錯誤

問題描述 我修改了config/process.php中的user和group為www webman目錄所有者也改為了www 但是啟動還是會報錯Warning: file_put_contents(/root/webman/runtime/logs/workerman.log): Failed to open stream: Permission denied...

qqnr88 發(fā)表與 2024-02-17 869 瀏覽 3 回答
webman/think-orm1.1 相當(dāng)于thinkphp的什么版本

webman/think-orm1.1 相當(dāng)于thinkphp的什么版本 這里寫問題具體描述 請問這里的think-orm 相當(dāng)于thinkphp的什么版本...

siwei 發(fā)表與 2024-02-17 981 瀏覽 2 回答

Madman

420
積分
0
獲贊數(shù)
0
粉絲數(shù)
2024-02-02 加入
??