上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页
摘要: /*包含以下四种的链接*/ a { text-decoration: none; } /*正常的未被访问过的链接*/ a:link { text-decoration: none; color:#000000; } /*已经访问过的链接*/ a:visited { text-decoration: 阅读全文
posted @ 2022-05-01 14:03 79524795 阅读(95) 评论(0) 推荐(0)
摘要: menu表里面,这几个字段弄成不一样的即可 阅读全文
posted @ 2022-04-19 18:14 79524795 阅读(100) 评论(0) 推荐(0)
摘要: 前端: {block name="head"}<title>后台系统</title><meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta n 阅读全文
posted @ 2022-04-11 10:40 79524795 阅读(677) 评论(0) 推荐(0)
摘要: 设置为0即可 阅读全文
posted @ 2022-04-06 11:49 79524795 阅读(76) 评论(0) 推荐(0)
摘要: <?php namespace app\controller; use app\BaseController; use think\Facade\Db; use app\demo\Model\Aaa; class Index extends BaseController { public funct 阅读全文
posted @ 2022-04-01 19:04 79524795 阅读(191) 评论(0) 推荐(0)
摘要: $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT']; $fp = fopen($DOCUMENT_ROOT.'/aaa.txt','a'); fwrite($fp,' into notify '); fclose($fp); 阅读全文
posted @ 2022-04-01 09:23 79524795 阅读(67) 评论(0) 推荐(0)
摘要: niushop后台 设置 -缓存管理 数据缓存 : 在方法里面直接写 use think\facade\Cache; Cache::clear(); //清除缓存 数据表缓存 if (is_dir('runtime/schema')) { //清除缓存 rmdirs("schema"); } 在操作 阅读全文
posted @ 2022-03-31 17:44 79524795 阅读(80) 评论(0) 推荐(0)
摘要: 直接上代码 数组中: 值在前 。数组在后 if(in_array($sku_id,$attribute[0]['attr_value_list'])){ echo 'true'; } else{ echo 'false'; } 字符串中: 数组在前 值在后 if (strpos($attribute 阅读全文
posted @ 2022-03-30 19:52 79524795 阅读(199) 评论(0) 推荐(0)
摘要: niushop接口都会 继承一个父类 BaseApi去验证。把接口后面加上 ?app_type=pc 即可; 阅读全文
posted @ 2022-03-30 10:57 79524795 阅读(77) 评论(0) 推荐(0)
摘要: <div style='border-radius:15px;"> </div> 阅读全文
posted @ 2022-03-19 14:03 79524795 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页