开发者知识库
首页
最新
最火
关于
搜索答案
花费 0ms 找到6618条记录
thinkphp
――PHP异位或加密实现自动登陆
繁体
2017年08月13 -
最近做一个网站,需要实现自动登陆的功能,代码如下: HTML代码 <form onsubmit="return false"> <div class="pop-content accountPage"> <div cl
thinkphp
3.2 图片平均颜色值
繁体
2018年04月12 -
public function imgColor($imgUrl) { $imageInfo = getimagesize($imgUrl); //图片类型 $imgType = strtolower(substr(image_type_to_extension($im
thinkphp
5项目--m_Orchestrate learning system(十四)
繁体
2018年05月02 -
thinkphp5项目--m_Orchestrate learning system(十四) 项目地址 fry404006308/m_Orchestrate: m_Orchestratehttps://github.com/fry404006308/m_Orchestrate 一、注意p
【兄弟连
ThinkPHP
】1、介绍和安装
繁体
2014年06月19 -
琢磨了好几天的ThinkPHP了,兄弟连的视频真心不错,下面是记得一些要点,只做备忘,有兴趣的朋友请去百度兄弟连。 ## ThinkPHP 3 介绍及安装#讲师:赵桐正微博:http://weibo.com/zhaotongzheng本节课大纲:一、ThinkPHP的介绍 /
nginx 环境不支持
thinkPHP
繁体
2017年09月14 -
在linux+Nginx+mysql+PHP 新装的服务器下,不支持重写pathinfo功能 。需要加入这个代码 让Nginx 支持重写功能 location / { if (!-e $request_filename) { rewrite ^(.*)$
Nginx 配置
thinkphp
的 pathinfo 及 隐藏 index.php
繁体
2013年07月18 -
#运行用户user www www;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /home/wwwlogs/nginx_error.log crit;pid /usr/local/nginx/lo
Phpstorm 调试
ThinkPHP
项目
繁体
2016年01月13 -
前一阵子一直在搞TP,但是用phpstorm调试的时候一直有问题。 一开始不懂应该从入口文件开始调试,直到要调试的方法。但是后来发现这么搞的话也不能调试某个我想要调试的controller,都是固定的。因为这种调试方法不能接受外部输入,只是静态的调试。 直到今天才发现,p
ThinkPHP
自动验证与自动填充无效可能的原因(转)
繁体
2016年08月02 -
自动验证与自动填充是在使用ThinkPHP时经常用到的功能,但偶尔会遇到自动验证与自动填充无效的情况,本文就ThinkPHP 自动验证与自动填充无效可能的原因做一些分析。 create() ThinkPHP 自动验证与自动填充是在创建数据对象 create() 时实现的,因此自动验证与自动填充无
Thinkphp
验证码、文件上传
繁体
2016年06月30 -
一、验证码 验证码参数 例题:登录时验证下验证码 LoginController.class.php <?php namespace Home\Controller; use Think\Controller; class Login
ThinkPHP
include失效所发现的大小写敏感系列惨案
繁体
2018年03月12 -
0x01 问题描述 TP框架写的网站移植到Linux下后,发现首页代码显示不全、部分URL失效。 0x02 include失效 经过排查后马上锁定应该是这行代码执行失效 <include file="home@public:head" /> 在Windows系统
上一页
1
2
3
4
5
6
7
8
9
10
下一页
© 2014-2022 ITdaan.com 联系我们:
×
收藏本文
添加到收藏夹 *