烙馍网
  • 网站首页
  • 享受生活
    • 享受生活
    • 美食
    • 徐州美食
    • 小吃
    • 旅游
    • 旅游推荐
    • 文化
  • 产业
    • 产业
    • 3D打印
    • 物联网
  • 软件开发
    • 软件开发
    • Docker
    • Java
    • PHP
    • MySQL
    • Node
    • Python
    • Web
    • WordPress
    • Windows
  • AI
    • AI
    • Claude Code
    • AIGC
    • Agent-Skills
    • Codex
    • Hermes Agent
    • OpenClaw
  • 时光圈
    • 时光圈
    • 读者墙
    • 阅读导航
    • 博客归档
  • 留言板
    • 留言板
    • 网站地图
    • 试试手气
  • 中文 (中国)
    • 中文 (中国)
    • English
  • 网站首页
  • 享受生活
    • 享受生活
    • 美食
    • 徐州美食
    • 小吃
    • 旅游
    • 旅游推荐
    • 文化
  • 产业
    • 产业
    • 3D打印
    • 物联网
  • 软件开发
    • 软件开发
    • Docker
    • Java
    • PHP
    • MySQL
    • Node
    • Python
    • Web
    • WordPress
    • Windows
  • AI
    • AI
    • Claude Code
    • AIGC
    • Agent-Skills
    • Codex
    • Hermes Agent
    • OpenClaw
  • 时光圈
    • 时光圈
    • 读者墙
    • 阅读导航
    • 博客归档
  • 留言板
    • 留言板
    • 网站地图
    • 试试手气
  • 中文 (中国)
    • 中文 (中国)
    • English
  1. 首页
  2. 软件开发
  3. PHP
  4. 文章列表
徐州园博园初步开放时间定了!10大建筑群+49个展园即将亮相!
烙馍网田字格米字格字帖生成器,低年级学生练字神器
Laravel 12 正式版 PHP 版本依赖与环境配置详解(2026最新)

PHP Laravel 12 正式版 PHP 版本依赖与环境配置详解(2026最新)

很多开发者在 安装、升级、部署 Laravel 12 时,都会踩版本兼容、扩展缺失的坑。本文整理官方最新规范,…

60次阅读 0个评论
PHP 2026年8月27日
告别手写加密漏洞!PHP ext-sodium:现代安全加密扩展完全指南

PHP 告别手写加密漏洞!PHP ext-sodium:现代安全加密扩展完全指南

做PHP开发的小伙伴,大概率都踩过加密的坑:自行封装AES加密出错、MD5/SHA1哈希不安全、密钥管理混乱、…

49次阅读 0个评论
PHP 2026年8月27日
彻底解决:Composer依赖要求PHP≥8.3,当前运行8.2版本报错

PHP 彻底解决:Composer依赖要求PHP≥8.3,当前运行8.2版本报错

开发部署项目时,经常遇到 Composer 平台版本校验报错,核心问题为项目依赖PHP版本与服务器运行PHP版…

46次阅读 0个评论
PHP 2026年8月27日
2026最新Composer安装保姆级教程(Windows/Mac/Linux全平台)

PHP 2026最新Composer安装保姆级教程(Windows/Mac/Linux全平台)

对于PHP开发者来说,Composer是日常开发必不可少的工具。它是PHP官方推荐的依赖管理工具,能够帮我们快…

78次阅读 0个评论
PHP 2026年8月27日
PHP 8.0 平滑升级 8.2 完整指南:新特性、Breaking Change、避坑清单

PHP PHP 8.0 平滑升级 8.2 完整指南:新特性、Breaking Change、避坑清单

很多项目目前还停留在 PHP 8.0 版本,8.0 已于 2023年11月停止官方维护,不再接收安全补丁与BU…

176次阅读 0个评论
PHP 2026年7月28日
PHP8.2 报错:Creation of dynamic property 完整解决方案

PHP PHP8.2 报错:Creation of dynamic property 完整解决方案

报错根源 PHP 8.2 新增严格属性校验:禁止给类对象动态创建未提前声明的属性 低版本 PHP(5.x~8….

174次阅读 0个评论
PHP 2026年7月28日
YAF 框架进阶:手把手新增 Service 业务层,告别控制器臃肿

PHP YAF 框架进阶:手把手新增 Service 业务层,告别控制器臃肿

熟悉 YAF 框架的开发者都知道,YAF 是一款轻量、高性能的 PHP 框架,原生仅提供Controller(…

365次阅读 0个评论
PHP 2026年6月14日
求求各位PHP开发者,别再用mzphp2加密源码折磨人了!

PHP 求求各位PHP开发者,别再用mzphp2加密源码折磨人了!

做PHP开发和运维这么多年,踩过无数源码加密的坑,最让人无语、最鸡肋、纯粹折磨人的,绝对是mzphp2加密! …

264次阅读 0个评论
PHP 2026年6月6日
PHP老版本劫持神器:runkit.internal_override 彻底解决 PHP5.4 函数重写问题

PHP PHP老版本劫持神器:runkit.internal_override 彻底解决 PHP5.4 函数重写问题

大家好,本篇继续更新 PHP 底层函数劫持系列。 在前两篇博文中,我们详细拆解了两种主流劫持方案: 1、ove…

327次阅读 0个评论
PHP 2026年6月6日
解决 PHP 报错:Call to undefined function uopz_override() | Uopz7 新版用法详解

PHP 解决 PHP 报错:Call to undefined function uopz_override() | Uopz7 新版用法详解

最近在本地调试、写 PHP 单元测试、动态 Mock 函数时,安装了 php-uopz 扩展后,代码直接报错:…

236次阅读 0个评论
PHP 2026年6月6日
  • 1
  • 2
  • »
热门文章
Comfy Kitchen Attention|ComfyUI 官方原生 INT8 注意力加速方案详解

Comfy Kitchen Attention|ComfyUI 官方原生 INT8 注意力加速方案详解

导语:随着 Flux、DiT、视频生成模型对注意力计算需求暴涨,第三方 SageAttention、Flash...
个人网站接入广告:从动机、选型、部署到避坑完整实践

个人网站接入广告:从动机、选型、部署到避坑完整实践

运营个人网站一段时间后,很多站长都会思考一个问题:如何让持续投入服务器、域名、创作时间的站点产生正向收益。接入...
ComfyUI MiniMaxH3 HostBuffer.read_file_slice failed + CUDA OOM 故障分析

ComfyUI MiniMaxH3 HostBuffer.read_file_slice failed + CUDA OOM 故障分析

核心报错摘要 plaintext 注意:日志里CUDA OOMs:0是 PyTorch 统计,OOM 发生在a...
ComfyUI MiniMaxH3 HostBuffer.read_file_slice failed 报错分析

ComfyUI MiniMaxH3 HostBuffer.read_file_slice failed 报错分析

核心报错摘要 plaintext 这是 aimdo(ComfyUI 新内存卸载后端)读取模型分片文件失败,发生...
ComfyUI 更新完整指南|便携版 / Git 手动版 / Desktop 桌面版全覆盖

ComfyUI 更新完整指南|便携版 / Git 手动版 / Desktop 桌面版全覆盖

很多人在用 ComfyUI 时纠结要不要更新:新版本新增节点、修复显存 bug、支持新模型,但乱更新又容易出现...
最新评论
烙馍网 烙馍网 现在很多物业只收钱不做事,自己买的停车位,缴了停车管理费,排风系统不开,系统不运行年久失修已经锈了,这种物业有必要存在吗?
一路向北 一路向北 (APIServer pid=3720) Traceback (most recent call last): (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/bin/vllm", line 8, in (APIServer pid=3720) sys.exit(main()) (APIServer pid=3720) ~~~~^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/cli/main.py", line 92, in main (APIServer pid=3720) args.dispatch_function(args) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/cli/serve.py", line 148, in cmd (APIServer pid=3720) uvloop.run(run_server(args)) (APIServer pid=3720) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/uvloop/__init__.py", line 96, in run (APIServer pid=3720) return __asyncio.run( (APIServer pid=3720) ~~~~~~~~~~~~~^ (APIServer pid=3720) wrapper(), (APIServer pid=3720) ^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) **run_kwargs (APIServer pid=3720) ^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/usr/lib/python3.14/asyncio/runners.py", line 204, in run (APIServer pid=3720) return runner.run(main) (APIServer pid=3720) ~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "/usr/lib/python3.14/asyncio/runners.py", line 127, in run (APIServer pid=3720) return self._loop.run_until_complete(task) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "uvloop/loop.pyx", line 1512, in uvloop.loop.Loop.run_until_complete (APIServer pid=3720) File "uvloop/loop.pyx", line 1505, in uvloop.loop.Loop.run_until_complete (APIServer pid=3720) self.run_forever() (APIServer pid=3720) File "uvloop/loop.pyx", line 1379, in uvloop.loop.Loop.run_forever (APIServer pid=3720) self._run(mode) (APIServer pid=3720) File "uvloop/loop.pyx", line 557, in uvloop.loop.Loop._run (APIServer pid=3720) raise self._last_error (APIServer pid=3720) File "uvloop/loop.pyx", line 476, in uvloop.loop.Loop._on_idle (APIServer pid=3720) handler._run() (APIServer pid=3720) File "uvloop/cbhandles.pyx", line 83, in uvloop.loop.Handle._run (APIServer pid=3720) File "uvloop/cbhandles.pyx", line 63, in uvloop.loop.Handle._run (APIServer pid=3720) callback(*args) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/uvloop/__init__.py", line 48, in wrapper (APIServer pid=3720) return await main (APIServer pid=3720) ^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 678, in run_server (APIServer pid=3720) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 696, in run_server_worker (APIServer pid=3720) shutdown_task = await build_and_serve( (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) engine_client, listen_address, sock, args, **uvicorn_kwargs (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 594, in build_and_serve (APIServer pid=3720) await init_app_state(engine_client, app.state, args, supported_tasks) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 407, in init_app_state (APIServer pid=3720) await init_generate_state( (APIServer pid=3720) engine_client, state, args, request_logger, supported_tasks (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/generate/api_router.py", line 140, in init_generate_state (APIServer pid=3720) state.openai_serving_chat.warmup() (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/chat_completion/serving.py", line 181, in warmup (APIServer pid=3720) self.renderer.warmup( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) ChatParams( (APIServer pid=3720) ^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/renderers/base.py", line 251, in warmup (APIServer pid=3720) self._warmup_mm_processor( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) self.mm_processor, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) log_prefix="Multi-modal", (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/renderers/base.py", line 221, in _warmup_mm_processor (APIServer pid=3720) _ = processor.apply(processor_inputs, timing_ctx=TimingContext(enabled=False)) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1685, in apply (APIServer pid=3720) ) = self._cached_apply_hf_processor(inputs, timing_ctx) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1474, in _cached_apply_hf_processor (APIServer pid=3720) ) = self._apply_hf_processor_main( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) prompt=inputs.prompt, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) enable_hf_prompt_update=False, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1291, in _apply_hf_processor_main (APIServer pid=3720) mm_processed_data = self._apply_hf_processor_mm_only( (APIServer pid=3720) mm_items=mm_items, (APIServer pid=3720) hf_processor_mm_kwargs=hf_processor_mm_kwargs, (APIServer pid=3720) tokenization_kwargs=tokenization_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1232, in _apply_hf_processor_mm_only (APIServer pid=3720) _, mm_processed_data, _ = self._apply_hf_processor_text_mm( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) prompt_text=self.dummy_inputs.get_dummy_text(mm_counts), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) tokenization_kwargs=tokenization_kwargs, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1153, in _apply_hf_processor_text_mm (APIServer pid=3720) processed_data = self._call_hf_processor( (APIServer pid=3720) prompt=prompt_text, (APIServer pid=3720) ...... (APIServer pid=3720) tok_kwargs=tokenization_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/model_executor/models/qwen3_vl.py", line 1265, in _call_hf_processor (APIServer pid=3720) video_outputs = super()._call_hf_processor( (APIServer pid=3720) prompt="", (APIServer pid=3720) ...... (APIServer pid=3720) tok_kwargs=tok_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1110, in _call_hf_processor (APIServer pid=3720) return self.info.ctx.call_hf_processor( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) self.info.get_hf_processor(**mm_kwargs), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) dict(text=prompt, **mm_data), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) dict(**mm_kwargs, **tok_kwargs), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/context.py", line 269, in call_hf_processor (APIServer pid=3720) output = hf_processor(**data, **allowed_kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/processing_utils.py", line 668, in __call__ (APIServer pid=3720) processed_videos, videos_replacements = self._process_videos(videos, **merged_kwargs["videos_kwargs"]) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/processing_utils.py", line 770, in _process_videos (APIServer pid=3720) processed_videos = self.video_processor(videos, **kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/video_processing_utils.py", line 178, in __call__ (APIServer pid=3720) return self.preprocess(videos, **kwargs) (APIServer pid=3720) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/video_processing_utils.py", line 369, in preprocess (APIServer pid=3720) preprocessed_videos = self._preprocess(videos=videos, **kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/models/qwen3_vl/video_processing_qwen3_vl.py", line 223, in _preprocess (APIServer pid=3720) stacked_videos = self.rescale_and_normalize( (APIServer pid=3720) stacked_videos, do_rescale, rescale_factor, do_normalize, image_mean, image_std (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/image_processing_backends.py", line 346, in rescale_and_normalize (APIServer pid=3720) images = self.normalize(images.to(dtype=torch.float32), image_mean, image_std) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/image_processing_backends.py", line 300, in normalize (APIServer pid=3720) def normalize( (APIServer pid=3720) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 673, in _interrupt_init (APIServer pid=3720) raise KeyboardInterrupt("terminated") (APIServer pid=3720) KeyboardInterrupt: terminated
烙馍网 烙馍网 徐工徐工,祝您成功
一路向北 一路向北 一起战胜癌症
一路向北 一路向北 已经添加
一路向北 一路向北 申请友情链接: 名称:烙馍省钱 网址:https://tb-m.luomor.com/ 已添加文心AIGC
一路向北 一路向北 已经添加
一路向北 一路向北 申请友情链接: 名称:烙馍省钱 网址:https://tb-m.luomor.com/ 已添加烙馍网
一路向北 一路向北 已加
一路向北 一路向北 已加
热评文章
地下停车场排风系统:地下空间的 “呼吸系统”,保障通行安全的隐形工程

地下停车场排风系统:地下空间的 “呼吸系统”,保障通行安全的隐形工程

开车驶入地下车库,很多人只会留意车位、照明与监控,却很少关注头顶管道里持续运转的排风系统。它藏在吊顶、机房、风...
告别WSL折腾!triton-windows 让 Windows 原生支持 Triton GPU 编译

告别WSL折腾!triton-windows 让 Windows 原生支持 Triton GPU 编译

做AI模型训练、推理优化、自定义GPU算子开发的小伙伴,大概率都被一个问题困扰过:Triton 编译器仅原生支...
致 80 后:那些霸占放学后电视机的经典动画,是我们再也回不去的童年

致 80 后:那些霸占放学后电视机的经典动画,是我们再也回不去的童年

打开短视频,偶然响起一段熟悉的动画片头曲,瞬间被拉回上个世纪八九十年代。没有智能手机,没有点播平台,每天放学一...
崛起于苏北:徐州,国内 AI 短剧不可忽视的产业新阵地

崛起于苏北:徐州,国内 AI 短剧不可忽视的产业新阵地

提起短剧,很多人第一印象会想到横店、长三角一众影视基地。但很少有人留意,一座苏北古城正在悄悄跑出 AI 短剧赛...
一株青蒿济世,一生初心如磐|走近屠呦呦

一株青蒿济世,一生初心如磐|走近屠呦呦

屠呦呦肖像 科研中的屠呦呦 “呦呦鹿鸣,食野之蒿。” 取自《诗经》的名字,冥冥之中串联起屠呦呦与青蒿跨越半生的...
关于我们

烙馍网,关注AI与生活,Agent Skills、软件开发,美食、旅游、教育、文化、休闲、娱乐、游戏

友情链接

烙馍AI智能体技能 星光班级宠物园 🐾

Copyright @ 2015- 烙馍网 保留版权所有.
 Theme by Puock