Home
mobile字段不可使用int11储存详解
发现

mobile字段不可使用int11储存详解

1.int(有符号)范围可以从 -2147483648 到 2147483647,int(无符号)范围可以从 0到 42...
avatar
daily

BaseValidate–解决接收参数和验证参数的重复操作

BaseValidate内容 <?php namespace app\validate; use think\Ex...
avatar
tp源码

spl_auto_register

spl_autoload_register 1.autoload_function 必传参数 2.throw  非必传 ...
avatar
tp8--多模块开启及应用
php

tp8–多模块开启及应用

1.安装扩展 composer require topthink/think-multi-app 2.删除原项目中默认带...
avatar
daily

左右值算法–嵌套集

左右值 1.优点:查询数据非常方便,极大降低数据库压力,不用传统递归就可以查询 2.缺点:更新数据操作较为繁琐 3.适用...
avatar
tp源码

tp5.0–数据库迁移

1.选型 1.1 composer require topthink/think-migration:1.1.1    ...
avatar
工具类---支付宝分账
工具类

工具类—支付宝分账

<?php use AopCertClient; use think\Controller; use think\...
avatar
php

tp5.0bug

php版本:7.4 thinkphp版本:5.0 1.Array and string offset access sy...
avatar
vue3

vue3学习总结–第一天

Css 1.宽高(整个元素的宽高) 2.margin –箭头的方向往外走是margin 3.padding&...
avatar
tp源码

1v1关联–tp5.0

1.一对一关联 一个用户对应的表里只能有一条数据,例如:一个用户(user)只能有一个用户信息(user_profile...
avatar