2021年12月27日

摘要: function getTree($data) { $items = []; foreach ($data as $v){ $items[$v['id']] = $v; } $tree = array(); //格式化好的树 foreach ($items as $item) if (isset($ 阅读全文

posted @ 2021-12-27 20:58 君子不卿 阅读(255) 评论(0) 推荐(0) 编辑


2021年12月25日

摘要: 查看代码 <?php // 此文件为数据库操作的相关函数 $link = @mysqli_connect("localhost","root","root","shop") or die("数据库连接失败!"); // 1.查询一条记录 function getOne($sql){ global $ 阅读全文

posted @ 2021-12-25 15:33 君子不卿 阅读(61) 评论(0) 推荐(0) 编辑

摘要: public function login(){ $urlencode = urlencode("http://www.zhangxuhui.com/index/Index/callback"); $url = "https://graph.qq.com/oauth2.0/authorize?res 阅读全文

posted @ 2021-12-25 09:22 君子不卿 阅读(513) 评论(0) 推荐(0) 编辑


2021年12月22日

摘要: PHP面向对象 1. 写出 php 的 public、protected、private 三种访问控制模式的区别(新浪网技术部) public:公有,任何地方都可以访问protected:继承,只能在本类或子类中访问,在其它地方不允许访问private:私有,只能在本类中访问,在其他地方不允许访问 阅读全文

posted @ 2021-12-22 18:44 君子不卿 阅读(144) 评论(0) 推荐(0) 编辑

摘要: qrcocde下载二维码是一个近几年来移动设备上超流行的一种编码方式,最早出现在20世纪20年代,到1988年才引入中国。现在,日常生活中更是随处可见。它比传统的Bar Code条形码能存更多的信息,也能表示更多的数据类型。它具有条码技术的一些共性:每种码制有其特定的字符集;每个字符占有一定的宽度; 阅读全文

posted @ 2021-12-22 12:04 君子不卿 阅读(96) 评论(0) 推荐(0) 编辑

摘要: ThinkPHP6.0升级后 使用查询构造器和模型都没有了提示 原因是tp6源码中没有添加注释 找到Model.php 添加 查看代码 * @method Query where(mixed $field, string $op = null, mixed $condition = null) st 阅读全文

posted @ 2021-12-22 11:10 君子不卿 阅读(223) 评论(0) 推荐(0) 编辑


2021年12月17日

摘要: <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f 阅读全文

posted @ 2021-12-17 17:14 君子不卿 阅读(86) 评论(0) 推荐(0) 编辑


Copyright © 2024 君子不卿
Powered by .NET 9.0 on Kubernetes

//评论