wolfcode

Results 7 issues of wolfcode

[git地址](https://github.com/wolf-leo/gocron_sql_convert_to_utf8mb4/blob/main/convert_to_utf8mb4.sh) `#!/bin/bash HOSTNAME="127.0.0.1" #数据库地址 PORT="3306" #数据库端口 USERNAME="root" #数据库帐号 PASSWORD="password" #数据库密码 DBNAME="gocron" #数据库名称 sql=" ALTER TABLE host CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; ALTER TABLE login_log CONVERT TO CHARACTER SET...

有些任务 每隔几秒就跑一次 日志太多了- -

场景如下 正常控制器写法 ![image](https://github.com/walkor/webman/assets/37436228/4005cab9-445f-4a9c-839f-70d7270b5732) 这时候请求该接口,我在统一中间件中获取 $request->action ,得到 getUserInfo 目前为止正常 下面开始异常 ![image](https://github.com/walkor/webman/assets/37436228/beffec9a-afbc-4837-9645-fd82156531d4) 用PHP的魔术方法去调用 getUserInfo ,这时候中间件的 $request->action 返回 getuserinfo 到这里的时候逻辑开始出错了...

tracingList details 返回内容中存在类似 alert("123"),会触发弹框提醒 project/index.html 中 top.layer.open 打开的content中亦没有对details做转义处理

### 所属功能组件 其它 ### ThinkPHP 版本 8.0.3 ### 操作系统 Windows、Linux ### 错误信息 ### php8.4+出现大量异常报错 `Deprecated: Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used...

Feature

### 议题条件 - [x] 我确认已查看官方使用文档:https://layui.dev ,但没有找到相关解决方案。 - [x] 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。 - [x] 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md) ### 议题类型 功能请求 ### 使用版本 v2.9.21 ### 问题描述 默认在底部 是否可以在属性中新增自定义显示位置(头部、底部、或者同时显示) ###...

feature

### 所属功能组件 异常(Exception) ### ThinkPHP 版本 8.1.3 ### 操作系统 All ### 错误信息 [https://www.php.net/manual/zh/reflectionproperty.setaccessible.php](https://www.php.net/manual/zh/reflectionproperty.setaccessible.php) ### 其它说明 _No response_

bug