PHP
Balmunc
常常因为自己不够优秀而感到恐慌
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[PHP]__callStatic
以下代码不会触发__callStatic。原创 2024-10-18 17:26:03 · 402 阅读 · 0 评论 -
[PHP]Undefined index错误只针对数组
【代码】[PHP]Undefined index错误只针对数组。原创 2024-10-16 17:18:44 · 540 阅读 · 0 评论 -
[PHP]重复的Notice错误信息
display_errors和error_reporting都打开了Notice错误信息。原创 2024-10-16 17:09:02 · 441 阅读 · 0 评论 -
[PhpSpreadsheet]PhpOffice\PhpSpreadsheet\Reader\Xlsx::getArrayItem(): Node no longer exists
原因:Excel内容有问题。原创 2023-06-09 09:36:32 · 754 阅读 · 0 评论 -
[ThinkPHP]Class ‘app\common\model\Game\Wzry‘ not found
Game必须全部小写。原创 2023-03-13 15:17:27 · 146 阅读 · 0 评论 -
[PHP]严格类型
PHP: 类型声明 - Manual原创 2024-01-29 20:56:30 · 650 阅读 · 0 评论 -
[ThinkPHP]打印SQL
【代码】[ThinkPHP]打印SQL。原创 2024-01-26 17:32:59 · 904 阅读 · 0 评论 -
[PHP]四舍五入保留两位小数
number_format($number, 2, '.', '')原创 2023-12-18 18:11:31 · 465 阅读 · 0 评论 -
[Hyperf]源码阅读:验证器验证规则
hyperf/validation/src/Concerns/ValidatesAttributes.php原创 2023-09-09 10:23:14 · 385 阅读 · 0 评论 -
[PHP]empty一直返回true
【代码】[PHP]empty一直返回true。原创 2023-09-05 10:41:46 · 582 阅读 · 0 评论 -
[ThinkPHP]比较两个字段
whereColumn原创 2023-09-01 11:45:51 · 433 阅读 · 0 评论 -
[ZenTao]源码阅读:自定义任务类型
1、module/custom/control.php 2、module/custom/model.php原创 2023-08-28 11:58:02 · 452 阅读 · 0 评论 -
[ZenTao]源码阅读:加载自定义任务类型
www/index.phpconfig/config.phpframework/base/router.class.phptmp/model/common.phpmodule/common/model.phpframework/router.class.php原创 2023-08-28 13:39:41 · 502 阅读 · 0 评论 -
3988 Conversion from collation utf8_general_ci into utf8mb4_0900_ai_ci impossible for parameter
2、MySQL数据表编码改成 CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci。1、PHP代码的数据库编码配置改成utf8mb4。表情包保存到数据库报错。原创 2023-08-18 16:09:48 · 3762 阅读 · 0 评论 -
[PHP]readv() failed (104: Connection reset by peer) while reading upstream
查看是否存在循环设置header,导致header变大后nginx报错。原创 2023-07-24 15:29:11 · 762 阅读 · 0 评论 -
[ZenTao]抱歉,您访问的功能正在开发中!
缺少对应的view文件。原创 2023-06-28 13:47:57 · 169 阅读 · 0 评论 -
[ThinkPHP]源码阅读:where闭包SQL构建流程
【代码】[ThinkPHP]where的sql构建流程。原创 2023-01-12 10:56:33 · 190 阅读 · 0 评论 -
[Carbon]Carbon::parse相差八小时
【代码】[Carbon]Carbon::parse相差八小时。原创 2023-01-04 13:59:14 · 477 阅读 · 0 评论 -
[ThinkPHP]源码阅读:MySQL的column方法失效
ThinkPHP组件版本:topthink/think-orm v2.0.44 阅读框架源码:1、vendor/topthink/think-orm/src/db/BaseQuery.php 2、vendor/topthink/think-orm/src/db/ConnectionInterface.php 3、vendor/topthink/think-orm/src/db/connector/Mysql.php 4、 vendor/topthink/think-orm/src/db/PDOConne原创 2023-01-03 10:30:34 · 295 阅读 · 0 评论 -
[PhpSpreadsheet]导出Excel总是多一个Worksheet 1
PhpSpreadsheet版本:1.18.0阅读源码:phpoffice/phpspreadsheet/src/PhpSpreadsheet/Spreadsheet.php原创 2022-12-16 17:42:16 · 225 阅读 · 0 评论 -
[PHP]发现“xxx.xlsx”中的部分内容有问题。是否让我们尽量尝试恢复?如果您信任此工作簿的源,请单击“是”
在下载代码后面加die或exit。原创 2022-12-14 16:50:29 · 1818 阅读 · 0 评论 -
[ThinkPHP]查询表达式错误:xxx
例如:whereNotIn写成了whereNoIn。可能原因一:调用的方法名错了。原创 2022-12-14 09:54:12 · 495 阅读 · 0 评论 -
[ZenTao]源码阅读:默认加载的类库文件
禅道版本:17.7阅读源码:framework/base/router.class.php原创 2022-11-19 15:51:29 · 154 阅读 · 0 评论 -
[ZenTao]源码阅读:view默认加载的js文件
禅道版本:17.7阅读框架源码:framework/base/control.class.php原创 2022-11-16 15:54:31 · 207 阅读 · 0 评论 -
[ThinkPHP]源码阅读:验证器
vendor/topthink/framework/src/think/Validate.php原创 2022-10-10 11:26:59 · 155 阅读 · 0 评论 -
[ThinkPHP]无法写入日志
日志文件大小限制(超出会生成多个文件)原创 2022-09-12 10:04:15 · 1166 阅读 · 0 评论 -
[ThinkPHP]源码阅读:自定义MySQL builder
ThinkPHP组件版本: 阅读框架源码1、vendor/topthink/think-orm/src/db/PDOConnection.php原创 2022-07-29 10:27:05 · 360 阅读 · 0 评论 -
[ThinkPHP]源码阅读:废弃字段$disuse只对select和find生效
1、vendor/topthink/think-orm/src/db/BaseQuery.php2、vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php3、vendor/topthink/think-orm/src/Model.php。原创 2022-07-30 14:54:09 · 195 阅读 · 0 评论 -
[ThinkPHP]源码阅读:模型JSON字段
database.php配置fields_strict=>true。定义了$jsonType,还必须定义$schema。原创 2022-07-27 10:51:32 · 277 阅读 · 0 评论 -
[PHP-FPM]以root权限运行
第一步:修改PHP-FPM配置文件vim /etc/php/7.2/fpm/pool.d/www.conf第二步:修改启动PHP-FPM命令命令增加-D参数原创 2022-06-29 13:59:38 · 1751 阅读 · 0 评论 -
[swagger-php]使用双引号
使用""即可原创 2022-06-20 17:01:12 · 131 阅读 · 0 评论 -
[ThinkPHP]源码阅读:Log::record
topthink/framework版本1、vendor/topthink/framework/src/think/facade/Log.php2、vendor/topthink/framework/src/think/Log.php 3、vendor/topthink/framework/src/think/log/Channel.php 4、public/index.php 5、vendor/topthink/framework/src/think/Http.php6、vendor/topthink原创 2022-06-15 14:50:03 · 335 阅读 · 0 评论 -
[PHP]去掉字符串开头子串xxx方法
不推荐使用ltrim原创 2022-06-01 14:15:42 · 172 阅读 · 0 评论 -
[PHP]读取CSV文件
【代码】[PHP]读取CSV文件。原创 2022-05-26 11:01:04 · 893 阅读 · 0 评论 -
[PhpStorm]Unable to resolve table
取消勾选Unresolved reference原创 2022-02-28 14:39:13 · 1198 阅读 · 1 评论 -
[ThinkPHP]Mongo时间戳报错解决
Model增加一句protected $autoWriteTimestamp = false;原创 2022-02-26 17:54:39 · 348 阅读 · 0 评论 -
[PhpStorm]Non-static method should not be called statically, but the class has the ‘__magic‘ method.
取消勾选Dynamic method called as static原创 2022-02-26 14:03:03 · 1416 阅读 · 0 评论 -
[Hyperf]to fillable property to allow mass assignment on
相关Model类继承$fillable属性并赋值原创 2021-05-07 20:32:08 · 946 阅读 · 0 评论 -
[Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable
解决方法:config/autoload/dependencies.php增加xxxInterface配置原创 2021-06-04 18:02:11 · 1012 阅读 · 0 评论 -
[Hyperf]updateOrInsert:must be of the type bool, object returned
Model类调用updateOrInsert方法没有返回bool值,返回了object,如下图:原创 2021-06-08 14:13:51 · 690 阅读 · 0 评论
分享