-
-
-
laravel 判断 ORM 返回结果为空
在使用 Model::where()->get() 方法的时候,如果没有匹配条件也会返回一个空的结果集 Illuminate\Database\Eloquent\Collection {#1456 #items: [] } 这个时候不能使用简单的取反 empty() 或 ==’’ -
PHPstorm 插件代码统计插件Statistic-统计项目代码文件数及代码行数
米醋屋个人博客文章《PHPstorm 插件代码统计插件Statistic-统计项目代码文件数及代码行数》点击查看文章详情。 -
-
-
PHP一次循环组成多维数组树形结构(非递归)
方法实例 function arrayConvertTree(array $array, int $index = 0, string $parent_key = 'parent_id', string $key = 'id', string $children = 'children'): -
-
-
mysql 更新 sort 排序,根据 id 进行更新
update dic_dict_copy u,(select id, title from dic_dict_copy) a set u.sort = a.id where a.id = u.id and field_code = '77a9d0ba29a4428699b146d59b34 -
gRPC协议之proto语法
本文描述如何使用proto3语法去构造你的数据结构,对官方文档不完全译文,只是摘出本人需要的部分来简单翻译官网地址,如果你无法进入官网链接请自行”跳墙”-_-. 1.定义消息类型 让我们先看一个 proto3 的查找请求参数的消息格式的例子,这个请求参数例子模仿分页查找请求,他有一个请求 -
腾讯云cos cURL error 60: SSL certificate problem: self signed certificate in certificate chain第二版解决方案
不知为何,最近的上传文件无法获取到临时秘钥了,于是就想改为纯 PHP 代码的上传 cos。 -
-
网页捕获_18-11-2023_92829_ehr.byd.com.jpeg
米醋屋个人博客文章《网页捕获_18-11-2023_92829_ehr.byd.com.jpeg》点击查看文章详情。 -