taobali32

Results 6 issues of taobali32

- Laravel Version: 8.x - PHP Version: 7.4 - Dcat Admin Version: 2.1.6 ### Description: 禁用pjax后报Uncaught the container selector '' did not match anything 禁用pjax后 点击左侧菜单的时候 会报以下错误 然后跳转 我在bootstrao.php里面加的

定位问题 应该是 install-php-extensions 出问题了 修复方法 找到php7.x版本安装swoole方法,(7 0 改成 8 0 ,php版本8.x的话修改8.x extensions/install.sh) ![image](https://user-images.githubusercontent.com/30717763/197452552-d286642e-3944-437b-892d-f21436b11cfe.png) 把swoole源码下载下来放在 extensions文件中(8.0的话, 注意源码zip是多压缩了一份外壳,需要下载下来解压进入文件夹在压缩,然后修改压缩包名字) 安装方法处理 ![image](https://user-images.githubusercontent.com/30717763/197452826-6db767fa-2de6-4115-b8c3-d45b045dd540.png) dockerfile更改 不要限制版本 ![image](https://user-images.githubusercontent.com/30717763/197453044-ea776add-7f3f-46e5-b1f3-66a109d0e394.png) 然后开始安装。 不行换下源,最近阿里源不是很稳定

![image](https://github.com/mineadmin/MineAdmin/assets/30717763/d8dd9e04-477b-4a18-89ee-64613deb18ba) # 建议1 增加这4个参数 ![image](https://github.com/mineadmin/MineAdmin/assets/30717763/617bbe86-13f9-4e61-9e94-31ba64bb1373) ![image](https://github.com/mineadmin/MineAdmin/assets/30717763/63fc1968-9f61-41f8-868a-626876c8440a) # 建议2 扫描系统已有的定时任务注解 给展示到后台, 但是不能编辑 (仅供看) 建议2如果采纳进程启动后载入定时任务时就需要判断下 (仅供看)的就不能在载入一次了的,不然成2次了

enhancement

版本2.0 如果在curd弹出窗里面输入的时候,每次输入光标都会跑到第一个字符位置前面去。。 一直在写入1111触发这里 ![image](https://github.com/mineadmin/MineAdmin-Vue/assets/30717763/dd072110-d7f9-495f-99d5-76e1ed51ddcf) 但是如果是正常的引入组件使用就没问题的 正常的使用例子 ![image](https://github.com/mineadmin/MineAdmin-Vue/assets/30717763/b901c814-e218-43f8-85e6-2b050133b3bb) 我的页面 ![image](https://github.com/mineadmin/MineAdmin-Vue/assets/30717763/9d33f86f-ffa5-4d9e-b3fd-ce0dc0442deb)

see https://github.com/swoole/swoole-cli/issues/605 使用swoole-cli的时候 自定义打包 正好是在 Alpine Docker 环境下.. 然后打包好当测试环境重启使用的时候 正好就出问题了。

enhancement

# 运行命令 ```php php bin/hyperf.php server:watch // 然后修改代码 触发热更新 ``` ![image](https://github.com/swoole/swoole-cli/assets/30717763/efbeaba0-8546-490e-a1a8-49d328c118f9) # php-v ![image](https://github.com/swoole/swoole-cli/assets/30717763/169b1575-df55-49bc-845a-ef0cd77e8dc3) # php -m ![image](https://github.com/swoole/swoole-cli/assets/30717763/96542f68-3d94-4104-ab09-d3c1c611a3aa) # php --ri swoole ![image](https://github.com/swoole/swoole-cli/assets/30717763/fe04dae5-eda4-4fe6-9130-c21a0dfc3098) 我是使用自定义编译的php,因为swoole-cli里面没有ssh2扩展,但是我的项目里面有用到ssh2. 另外 ctrl+c 因为信号问题 程序不能正常终止掉