Home
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
0411项目复盘总结
队列

0411项目复盘总结

1.项目类型 教育考试类型,功能点偏向于教师 2.项目功能 在线考试/组装试卷/查看成绩等 3. 问题与反思 3.1 分...
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
工具类---生成二维码
工具类

工具类—生成二维码

<?php namespace app\common\utils; use Endroid\QrCode\Enco...
avatar