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

./webman build:bin 如何修改才能添加自定義參數(shù) 比如 --mode xxx

用同一套后臺(tái)做了兩套不一樣的系統(tǒng) 在打包的時(shí)候需要按照不同的要求來處理 目前每次都需要修改console的app.php的配置 如果可以通過傳入?yún)?shù)來自動(dòng)處理就會(huì)省去麻煩 不知道在哪里修改可以實(shí)現(xiàn)帶參的操作...

forwebreg 發(fā)表與 22天前 187 瀏覽 2 回答
關(guān)于二級(jí)制打包排除目錄的問題

exclude_pattern 里加個(gè)|/public/ 會(huì)把所有目錄下的public目錄都排除掉 假如app目錄下有public這個(gè)目錄 也會(huì)被排除掉 這個(gè)咋整啊...

forwebreg 發(fā)表與 29天前 184 瀏覽 1 回答
spl_autoload_register 發(fā)現(xiàn)是自己搞錯(cuò)了

在config/app.php上加了spl_autoload_register 但是好像并沒有什么用 spl_autoload_register(function ($class) { $filePath = '/' . str_replace('\\', '/', $class) . '.php'; if (file_exists(base_path...

forwebreg 發(fā)表與 2025-05-31 147 瀏覽 2 回答
二進(jìn)制打包的時(shí)候可以指定打包后的名稱嗎

二進(jìn)制打包的時(shí)候可以指定打包后的名稱嗎 還是要打包完了自己修改?...

forwebreg 發(fā)表與 2025-05-29 186 瀏覽 1 回答
webman的push經(jīng)常會(huì)報(bào)錯(cuò)

問題描述 不知道怎么復(fù)現(xiàn)。。。 程序代碼或配置 ErrorException: Undefined array key "private-2B132E6C" in /app/vendor/webman/push/src/Server.php:512 Stack trace: #0 /app/vendor/webman/push/src/Server.php(512): {closure}() #1 /app/vend...

forwebreg 發(fā)表與 2025-05-13 363 瀏覽 3 回答
Crontab 阻塞的問題

問題描述 這里寫問題描述 <?php namespace crontab; use Workerman\Crontab\Crontab; class Test { public function onWorkerStart() { //CrontabA new Crontab('*/1 * * * * *', function () { ...

forwebreg 發(fā)表與 2025-04-11 347 瀏覽 4 回答
Worker能這么整嗎

<?php declare(strict_types=1); namespace common\server; use Workerman\Crontab\Crontab; use Workerman\Worker; class CrontabServer { protected $worker; public function onWorkerStart($worker) {...

forwebreg 發(fā)表與 2025-04-11 469 瀏覽 3 回答
onWorkerStart 外部的 private 變量 是共享的嗎

onWorkerStart 外部的 private 變量 是共享的嗎...

forwebreg 發(fā)表與 2024-12-11 320 瀏覽 0 回答
二進(jìn)制打包 如何把vendor排除 直接排除目錄無法運(yùn)行

vendor 打包在外面 擴(kuò)展的時(shí)候方便些 但是目前好像不行 首先 webman 文件的'/vendor/autoload.php'引入需要修改 但是這個(gè)修改好了之后 后面還是會(huì)出現(xiàn)一堆問題...

forwebreg 發(fā)表與 2024-12-11 495 瀏覽 1 回答
在 -d模式下 如果想看 echo dump的信息 該怎么操作

只能看日志文件嗎 如何能夠 像status一樣 打個(gè)命令 就能輸出到終端 就像 不帶-d時(shí)那樣...

forwebreg 發(fā)表與 2024-11-28 466 瀏覽 1 回答
二進(jìn)制打包后無法發(fā)送郵件

二進(jìn)制打包后 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server 不打包沒問題...

forwebreg 發(fā)表與 2024-11-26 605 瀏覽 2 回答
控制器空方法接管的問題 有些成功 有些失敗

在test控制器內(nèi)接管方法 public function __call($method, $request) { $path = explode('/', request()->path()); $action = $path[4] ?? 'index'; $class = "resource\" . $method; $handler = new $class(); return $ha...

forwebreg 發(fā)表與 2024-11-26 417 瀏覽 1 回答
二進(jìn)制打包后 posix_kill(posix_getpid(), SIGUSR1) 不起作用

二進(jìn)制打包后 posix_kill(posix_getpid(), SIGUSR1) 不起作用...

forwebreg 發(fā)表與 2024-11-25 364 瀏覽 1 回答
push的啟動(dòng)在env讀取完成前就執(zhí)行了 怎么辦

打包沒有問題 但是啟動(dòng)一直報(bào)錯(cuò) ./webman.bin start stream_socket_server(): Unable to connect to tcp://0.0.0.0:3131 (Address in use) 服務(wù)在env讀取前 就啟動(dòng)了 ...

forwebreg 發(fā)表與 2024-11-25 353 瀏覽 1 回答
1.6 用TP讀取模版出錯(cuò)

1.5的時(shí)候 $html = ThinkPHP::render(base_path() . '/tpls/emails/default.html', [], ''); 1.6的時(shí)候 $html = ThinkPHP::render('/tpls/emails/default.html', [], ''); 報(bào)錯(cuò) template not exists:default.html 打印 var_dump($viewPat...

forwebreg 發(fā)表與 2024-11-21 371 瀏覽 1 回答
pgsql 讀取數(shù)據(jù) 報(bào)exit with status 11

開發(fā)時(shí)使用了 pgsql mysql redis等數(shù)據(jù)庫 當(dāng)項(xiàng)目運(yùn)行一段時(shí)間后 訪問pgsql就會(huì)出現(xiàn)exit with status 11 訪問mysql沒有問題 訪問redis沒有問題 不知道是什么原因 用的是thinkorm 以為是webman的thinkorm沒有把pgsql心跳加上 所以自己把pgsql類型加上了 但是還是沒效果 查過問答 有說是擴(kuò)展原因引起的 但是我除了裝了一個(gè)redis之外就沒裝過別的...

forwebreg 發(fā)表與 2024-09-21 482 瀏覽 2 回答
求助 無法讀取配置文件 getenv返回false $_ENV 返回空數(shù)組

macbook PHP 8.3.11 (cli) (built: Aug 27 2024 19:16:34) (NTS) 之前在windows下沒有問題 但是換到macbook后發(fā)現(xiàn)啟動(dòng)不起來 檢查后發(fā)現(xiàn)是配置文件讀取不到 檢查了禁用函數(shù)沒有發(fā)現(xiàn)問題 另外查詢了問答 發(fā)現(xiàn)有使用$_ENV讀取的 但是嘗試打印發(fā)現(xiàn)還是空 打印$_SERVER沒有看到相關(guān)鍵值...

forwebreg 發(fā)表與 2024-09-17 416 瀏覽 1 回答
一次性的 Timer::add 好像也可以用來做異步操作 這種方式會(huì)有什么問題

一次性的 Timer::add 好像也可以用來做異步操作 這種方式會(huì)有什么問題...

forwebreg 發(fā)表與 2024-09-04 746 瀏覽 1 回答
如何在服務(wù)停止時(shí)執(zhí)行清理工作?

onClose在stop的時(shí)候并不會(huì)觸發(fā)啊...

forwebreg 發(fā)表與 2024-08-29 794 瀏覽 2 回答
在中間件中var_dump 有時(shí)候能打印 有時(shí)候打印不了是什么原因啊

在中間件中var_dump 有時(shí)候能打印 有時(shí)候打印不了是什么原因啊...

forwebreg 發(fā)表與 2024-08-21 754 瀏覽 2 回答

forwebreg

-370
積分
0
獲贊數(shù)
0
粉絲數(shù)
2024-05-12 加入
??