PHP中利用header设置content-type和常见文件类型的content-type

PHP中利用header设置content-type和常见文件类型的content-type

//定义编码 header( 'Content-Type:text/html;charset=utf-8 '); //Atom header('Content-type: application/atom+xml'); //CSS header('Content-type: text/css'); //Javascript hea...

2021-06-09 aiqiAdmin 1840 阅读
laravel  not found

laravel not found

laravel Class 'App\Http\Controllers\BaseController' not found,laravel Trait 'App\Http\Controllers\AuthorizesRequests' not found, laravel Trait 'App\Http\Controllers\DispatchesJobs' not foun

2021-06-02 aiqiAdmin 846 阅读
Laravel Target class [控制器名称] does not exist.完美解决!

Laravel Target class [控制器名称] does not exist.完美解决!

在使用laravel8框架学习使用的时候,按照文档说的方法设置隐式路由: Route::get('welcome', 'WelcomeController@index'); 会弹出错误提示:Target class does not exist. 刚开始有点...

2021-06-02 aiqiAdmin 855 阅读
laralvel入门--laravel环境搭建

laralvel入门--laravel环境搭建

laralvel入门--laravel环境搭建

2021-06-01 aiqiAdmin 571 阅读
wordpress 单页面父模板的调用

wordpress 单页面父模板的调用

wordpre单页面文章选择了父模板,让他们在需要的页面位置想分类列表一样出现就是wordpress父级Page页面调用所属Page子页面内容 。使用get_pages()实现该功能。

2021-04-23 aiqiAdmin 1386 阅读
wordpress个人中心登录页面跳转问题

wordpress个人中心登录页面跳转问题

在开发wordpress个人中心功能时,我自定义开发了一个page单页面,按照网上说的方法分为以下几个步骤:1。在主题中新建一个单页面模板,并添加模板信息 /* Template Name: user_login */ ...

2021-04-14 aiqiAdmin 1736 阅读
tp5在小皮面板无法访问

tp5在小皮面板无法访问

tp5在小皮面板无法访问

2021-03-01 aiqiAdmin 1414 阅读
wordpress开发基础 2

wordpress开发基础 2

WordPress数据表结构

2021-02-24 aiqiAdmin 1473 阅读
wordpress开发基础 1

wordpress开发基础 1

wordpress开发基础之WordPress目录结构

2021-02-24 aiqiAdmin 1984 阅读
微信获取用户列表openid遇到的坑

微信获取用户列表openid遇到的坑

回调函数获取微信用户列表openid的错误,回调函数获取微信用户列表openid需要注意的细节

2021-01-22 aiqiAdmin 1692 阅读
免费考试系统

免费考试系统

最近遇到一个考试系统的需求:1.能在手机上使用(类似APP)或局域网使用,2.不能复制粘贴和截屏,3.能刷题,能模拟考试。4.发布考试方掌握有该系统的绝对控制权。   考虑到以下问...

2021-01-12 aiqiAdmin 1839 阅读
12个让自己偷偷成长的App,送给爱学习的你

12个让自己偷偷成长的App,送给爱学习的你

12个学习的软件分享

2020-12-16 aiqiAdmin 583 阅读