会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
79524795
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
31
下一页
2022年5月1日
A标签去除所有样式,定义文字颜色
摘要: /*包含以下四种的链接*/ 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)
2022年4月19日
niushop添加菜单栏
摘要: menu表里面,这几个字段弄成不一样的即可
阅读全文
posted @ 2022-04-19 18:14 79524795
阅读(100)
评论(0)
推荐(0)
2022年4月11日
Layui多文件上传案例
摘要: 前端: {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)
2022年4月6日
Niushop佣金待结算问题
摘要: 设置为0即可
阅读全文
posted @ 2022-04-06 11:49 79524795
阅读(76)
评论(0)
推荐(0)
2022年4月1日
TP6获取器使用案例
摘要: <?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)
php写日志
摘要: $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)
2022年3月31日
niushop缓存
摘要: niushop后台 设置 -缓存管理 数据缓存 : 在方法里面直接写 use think\facade\Cache; Cache::clear(); //清除缓存 数据表缓存 if (is_dir('runtime/schema')) { //清除缓存 rmdirs("schema"); } 在操作
阅读全文
posted @ 2022-03-31 17:44 79524795
阅读(80)
评论(0)
推荐(0)
2022年3月30日
php判断数组中是否包含某个值,php字符串中是否包含某个值
摘要: 直接上代码 数组中: 值在前 。数组在后 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二开修改访问接口app_type问题
摘要: niushop接口都会 继承一个父类 BaseApi去验证。把接口后面加上 ?app_type=pc 即可;
阅读全文
posted @ 2022-03-30 10:57 79524795
阅读(77)
评论(0)
推荐(0)
2022年3月19日
css圆角
摘要: <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
下一页
公告