上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页
摘要: 安装一直报错 , 挠头一下午终于弄好了。怀着无比激动的心情,写下这篇文章! TP框架根目录 CMD 直接键入:composer require qiniu/php-sdk 发现报错了;提示 解决方法: 1.下载myclabs/php-enum,指定下载版本 1.6.6 composer requir 阅读全文
posted @ 2022-05-07 19:18 79524795 阅读(135) 评论(0) 推荐(0)
摘要: app目录下 阅读全文
posted @ 2022-05-07 16:54 79524795 阅读(121) 评论(0) 推荐(0)
摘要: 1.引入Db不同 TP6 :use think\facade\Db; TP5: use think\Db; 2.引入基类不同 TP6 use app\BaseController; class Index extends BaseController TP5 use \think\Controlle 阅读全文
posted @ 2022-05-07 13:27 79524795 阅读(293) 评论(0) 推荐(0)
摘要: TP5: <?php namespace app\admin\controller; use think\Db; use think\facade\Session; use \think\Controller; class Index extends Controller { // Controll 阅读全文
posted @ 2022-05-07 12:58 79524795 阅读(159) 评论(0) 推荐(0)
摘要: 亲测有用 ,直接上代码 <?php /** * Created by PhpStorm. * User: Administrator * Date: 2018/2/28 0028 * Time: 下午 4:37 */ function watermark($source,$water,$postio 阅读全文
posted @ 2022-05-05 18:12 79524795 阅读(36) 评论(0) 推荐(0)
摘要: add 视图页面 <div class="layui-form-item"> <label class="layui-form-label">权限</label> <div class="layui-input-block"> <input type="checkbox" name="permiss 阅读全文
posted @ 2022-05-05 13:38 79524795 阅读(69) 评论(0) 推荐(0)
摘要: 一:apache No input file specified apache No input filespecified,今天是我们配置apache RewriteRule时出现这种问题,解决办法很简单如下 打开.htaccess 在RewriteRule 后面的index.php教程后面添加一 阅读全文
posted @ 2022-05-05 13:28 79524795 阅读(417) 评论(0) 推荐(0)
摘要: <img style="opacity:0.4;" src="../../static/home/img/beiji.png" class="bg_image"> opacity:0.4; 数字越大颜色越深 阅读全文
posted @ 2022-05-01 14:04 79524795 阅读(361) 评论(0) 推荐(0)
摘要: if($id ==29 ){Header("Location: https://www.guancha.cn/XiYaZhou/2022_05_01_637734.shtml"); exit();}else if($id ==30){ Header("Location: https://www.al 阅读全文
posted @ 2022-05-01 14:04 79524795 阅读(48) 评论(0) 推荐(0)
摘要: .ft-list ul { display: flex; /*flex-direction: row;*/ /*flex-wrap: nowrap;*/ flex-flow: row nowrap; justify-content: center; } .ft-list ul li { list-s 阅读全文
posted @ 2022-05-01 14:03 79524795 阅读(140) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页