vvt
vvt
### Why is it worth to add this package? enable Chinese and Korean input for `fcitx5` there is source code - [fcitx5-chinese-addons](https://github.com/fcitx/fcitx5-chinese-addons) - [fcitx5-hangul](https://github.com/fcitx/fcitx5-hangul) ### Home page URL _No response_...
### 联系方式 _No response_ ### 1Panel 版本 v1.10.6-lts ### 问题描述 开发时用 (A)ip+端口(非80)的形式进行开发上线后, 通过新建域名绑定(B)域名 + 80 端口, 结果原 A 方法失效了 ### 重现步骤 1. 新建网站主域名使用 ip+端口 2. 新增域名绑定域名+端口 ### 期待的正确结果 面板里新建域名后,多个均生效 ###...
use [email protected] with [email protected] on windows server open browser and open server address, browser always loading with nothing output
目前 windows 上运行 workerman 对比 linux 功能不完整的原因, 看起来主要是因为 posix, pcntl 这两个拓展提供的相应信号、进程相关函数。 能否抽离出**针对操作系统的执行层**来提供上述函数的统一封装, 然后将现在 `Worker.php` 对 posix, pcntl 的直接调用换成使用上述执行层。 这样做的好处是在各个各种操作系统都能使用完整的 workerman 特性, 同时类似 adapterman 的 fpm 兼容也可以整合到上述的执行层 cli 来完成。