Category
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
tp源码

1v1关联–tp5.0

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

isset与empty的区别

1.isset isset检测变量是否已经设置并且检查是不是null,如果都不是就返回true; 当数据库某个varch...
avatar
tp源码

命令操作连接服务器

1.cmd 打开终端(如果不行可以使用open git bash here) 2.输入命令 — ssh ww...
avatar
工具类---mallbook支付
工具类

工具类—mallbook支付

<?php use mallbook\MallbookApi; use think\Controller; use...
avatar
工具类--微信分账
工具类

工具类–微信分账

<?php use app\common\model\WxSubMember; use think\Control...
avatar