本文介绍在项目中使用composer管理bootstrap时,项目引用bootstrap的方法composer管理引用PHP各种依赖包是比较好用的,但对于管理前端框架来说并不适合最近
解决迅搜xunsearch安装失败|failed to compile libevent
在树莓派Ubuntu 20.04.1 LTS环境下安装xunsearch出现如下失败failed to compile libevent, see 'setup.log' for more
php将数据库查询结果返回为Json格式
在做小程序后台接口时需要将数据库查询结果返回为Json格式
现记录如下:
$conn = mysqli_connect('localhost','root','root',
thinkphp url多.html后缀问题
在使用tp5的过程中遇到如下问题:URL跳转后会出现多多.html后缀问题,例如:demo.com/index/index.html.html
出现此问题严重影响url正确跳转
thinkPHP导入导出excel
thinkPHP使用phpspreadsheet导入导出数据到excel,本文以composer的方式安装phpspreadsheet,并以基于think PHP的thinkcmf进行演示,并附有代