Blogger Information
雨天的小草的博客
Blog
4
fans
0
comment
0
visits
3029
integral:0
P beans:8
  • List of blog posts
  • Php-Redis方法

    2022-08-10 14:52 Read 477 comment 0
  • PHP编码规范相关

    FIG制定的 PHP 规范,简称 PSR,是 PHP 开发的事实标准。FIG 是 Framework Interoperability Group (框架可互用小组) 的缩写,由几位开源框架的开发者成立于 2009 年。该组织的目的在于:以最低程度的...

    2022-08-08 17:55 Read 421 comment 0
  • Laravel一些好用的操作数组的助手函数分享

    1、Arr::add()如果给定的键在数组中不存在或给定的键的值被设置为 null ,那么 Arr::add 函数将会把给定的键值对添加到数组中:use Illuminate\Support\Arr;$array = Arr::add(['name'...

    2022-08-05 11:21 Read 1119 comment 0
  • 数据库某个字段为二维数组json格式里的字段数据如何查询

    一、 场景如下:数据表:父订单表 order_parent字段:优惠明细 discount_detail(格式:json,例子[{"id": 157, "tip": "Coupon", "name": "优惠券"}])目的:查询discount_de...

    2022-08-08 10:39 Read 1012 comment 0