插件窝
  • 首页
  • JS插件
  • 整站源码
  • HTML模板
  • 资源共享
  • 干货文章
登录 | 注册
文章
  • JS插件
  • 整站源码
  • html模板
  • 共享资源
  • 文章
热门搜索: 微信小程序 qq登陆 thinkphp 微信登陆
窝币充值 开通VIP
  • thinkphp5模板include引入动态模板方法(路径使用变量)

    thinkphp5模板include引入动态模板方法(路径使用变量)

    使用thinkphp5在模板页面想动态引入不同的模板,但是不能被正常解析,看了网上的几种方法,只能去修改原始方法文件了,具体如下:{includefile=”$param/head”}<includefile="$templ...
     428  2021-07-08
    php thinkphp include thinkphp5 模板
  • ThinkPHP中的遍历限制次数(volist标签限制循环次数)

    ThinkPHP中的遍历限制次数(volist标签限制循环次数)

    <volistname="list"id="vo"offset="5"length='10'>{$vo.name}</volist>1.Vo...
     849  2020-11-29
    thinkphp volist 遍历 循环
  • require(): open_basedir restriction in effect. 解决方法

    require(): open_basedir restriction in effect. 解决方法

    解决方法:我首先要申明的是,下面的方法适合所有报“PHP报:require(): open_basedir restriction in effect”错误的项目,并不仅仅只是适合thinkphp5的人。只要你的PHP报此错误都可以得到解决...
     635  2020-10-19
    php lamp环境 thinkphp
  • thinkphp no input file specified 报错是什么问题?

    thinkphp no input file specified 报错是什么问题?

    今天用ThinkPhp5做项目,在官网下载了核心版,windows下配置了虚拟域名之后出现了神奇的现象 如下图直接访问域名能访问到index模块下的index控制器下的index方法 但是我输入完整链接之后却访问不到了;如图问题描述:tp5...
     667  2019-12-13
    thinkphp no input file specified
  • thinkphp 使用paginate分页搜索带参数

    thinkphp 使用paginate分页搜索带参数

    最近做项目发现使用paginate分页,搜索的时候点下一页搜索条件就变没了,所以在网上找了找一些方法,有的说是使用Page类,但是用习惯了paginate,再用Page不习惯,找到了一个方法,可以使用paginate搜索分页->pag...
     606  2019-11-25
    thinkphp 分页 paginate()
  • thinkphp5发送阿里云短信_超简单

    thinkphp5发送阿里云短信_超简单

    ## 安装composerrequireflc/dysms## 使用<?phpuseFlcDysmsClient;useFlcDysmsRequestSendSms;$config=['accessKeyId'=>...
     2234  2019-10-31
    thinkphp5 tp thinkphp php 短信 阿里云
  • tp5使用redirect()无法传递路径参数的解决办法

    tp5使用redirect()无法传递路径参数的解决办法

    在thinkphp5框架中使用$this->redirect($aim,['url'=>$url]);重定向时,url参数无法完整传递,尝试使用$this->redirect('/aimurl?ur...
     831  2019-10-28
    php thinkphp5 redirect 重定向
  • thinphp,php如何识别手机端访问

    thinphp,php如何识别手机端访问

    /** * @return bool * 识别是否是手机访问 */function isMobile(){ // 如果有HTTP_X_WAP_PROFILE则一定是移动设备 if (isset ($_SERVER['HTTP_X...
     499  2019-08-23
    thinkphp php 移动端
  • tp5健忘函数(持续更新)

    tp5健忘函数(持续更新)

    1分页携带查询条件:paginate(15,false,['query' => request()->param()]);2软删除:use SoftDelete;protected $deleteTime = &...
     580  2019-08-15
    thinkphp tp5 函数
  • 解决Could not open input file: think问题

    解决Could not open input file: think问题

    前几天做项目的时候,突然想用命令行创建TP5的控制器以及模型等输入命令:>phpthinkmake:controlleradmin/Abc报错如下:Couldnotopeninputfile:think开始以为是环境变量没配置,后来发...
     3646  2019-08-02
    thinkphp
  • «
  • 1
  • 2
  • »

文章分类

数据库 区块链 程序人生 前端开发 thinkphp 缓存 网络/安全 编程语言 php漏洞 Linux 服务器 js/jquery 开发工具 javascript 教程 正则 vue html 报错 node.js

推荐文章

  • 05-29解决windows系统80端口被占用问题
  • 05-28Linux远程连接mysql
  • 05-28Linux crontab定时器的使用
  • 05-28使用PHPMailer实现PHP发邮件功能
  • 05-28Memcached与Redis的区别和选择
  • 05-28MySQL数据库性能优化之分区分表分库

热门文章

  • 1 05-30MySQL中支持emoji表情的存储
  • 2 05-29解决windows系统80端口被占用问题
  • 3 10-12Bt(宝塔面板)忘记用户名密码的解决方案
  • 4 11-11js unshift() 向数组的头部添加元素
  • 5 06-14mysql 直接拷贝data 目录下文件迁移数据
  • 6 11-12js lastIndexOf() 查找指定元素在数组中的最后一个位置
  • 7 12-09js获取当前元素所有子级元素的(js获取父级元素下面的所有子元素)
  • 8 08-02解决Could not open input file: think问题
  • 9 08-06phpstorm配置了git后Terminal 不能使用显示:'git' 不是内部或外部命令,也不是可运行的程序
  • 10 07-22thinkphp生成二维码
关于我们 | 免责声明 | 注册协议 | 客服QQ: 236095280 236095279 | 客服电话:0898-66826807
Copyright©2018-2019 All Rights Reserved. 琼ICP备16003363号-7