Android Studio 模拟器的选择和安装 转载:https://blog.csdn.net/qq_33505204/article/details/78452286 Other 2023-12-17 39 点赞 0 评论 59 浏览
Call to a member function fetch() on null public function __construct(){ parent::__construct(); $this->userid = 1;}public function index(){ return $this->fetch();}大概率是 __construct()里面的parent这个东西没添加... Other 2023-09-06 38 点赞 0 评论 57 浏览
php getcwd与dirname(__FILE__)区别详解 __FILE__是魔术常量,用于获取文件的完整路径和文件名。如果用在被包含文件中,则返回被包含的文件名。 下面我们 PHP编程 2022-04-08 120 点赞 1 评论 181 浏览
大数据量高并发的数据库优化详解 如果不能设计一个合理的数据库模型,不仅会增加客户端和服务器段程序的编程和维护的难度,而且将会影响系统实际 Mssql 2022-04-08 112 点赞 1 评论 169 浏览
php在线打包程序源码 实现打包功能~轻松方便!压缩比虽比winrar差那么一点但是也没啥关系毕竟只打包做下载 省下了自己去服务器上把站 PHP编程 2022-04-03 106 点赞 1 评论 160 浏览