上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 133 下一页
摘要: 基于thinkphp3.2的代码 use Vendor\Func\Func; use Vendor\Func\Http; use Vendor\Func\Red; use Vendor\phpqrcode\phpqrcode; use Vendor\Qiniu\Qiniu; public funct 阅读全文
posted @ 2021-12-08 17:49 盘思动 阅读(133) 评论(1) 推荐(0)
摘要: 检测是否支持ipv6网址 :http://ipv6-test.com/validate.php 注意我本次调试 域名解析AAAA 记录 和 A 记录是2条记录,而不是把原有的A的记录给修改了的。 我nginx配置并没有改变 没有加上 listen [::]:80 ipv6only=on , 奇怪~~ 阅读全文
posted @ 2021-12-08 11:36 盘思动 阅读(1238) 评论(0) 推荐(0)
摘要: HBuilder 开发工具顶部 “工具” ⇒ "插件安装" ⇒ 前往应用市场安装 ,前端组件库中可以搜到 tips:不要用Hbuilder工具安装 https://ext.dcloud.net.cn/?cat1=2&cat2=21&orderBy=Relevance 不要用Hbuilder工具安装, 阅读全文
posted @ 2021-12-02 14:26 盘思动 阅读(1048) 评论(0) 推荐(0)
摘要: $a = ['a' => 'aaa','c' => 'aaaaa']; $b = ['b' => 'bbb','c' => 'bbbbb']; dump(array_merge($b,$a)); 阅读全文
posted @ 2021-11-23 16:27 盘思动 阅读(83) 评论(0) 推荐(0)
摘要: replace :to="{path:'/path1/param'}" 类似引入iframe的效果 <div class="first_tabs" @click.capture="gotoNewsLists"> <router-link :to="{ path: '/newsInfo/0'}" re 阅读全文
posted @ 2021-11-05 20:12 盘思动 阅读(415) 评论(0) 推荐(0)
摘要: <transition name="fade"> </transition> 可以替代css中再用transition的属性 阅读全文
posted @ 2021-11-05 20:08 盘思动 阅读(942) 评论(0) 推荐(0)
摘要: transform-Origin属性允许您更改转换元素的位置。 2D转换元素可以改变元素的X和Y轴。 3D转换元素,还可以更改元素的Z轴。 为了更好地理解Transform-Origin属性,请查看这个: https://www.runoob.com/try/try.php?filename=try 阅读全文
posted @ 2021-11-05 17:46 盘思动 阅读(415) 评论(0) 推荐(0)
摘要: ul{ margin-bottom: 20px; & >li { margin-bottom: 0; } } & 表示嵌套的上一级 这是sass的语法,代表上一级选择器 解释成CSS代码如下 ul{margin-bottom: 20px;} ul > li {margin-bottom: 0;} 阅读全文
posted @ 2021-11-05 11:37 盘思动 阅读(791) 评论(0) 推荐(0)
摘要: /* 渐变轴为45度,从蓝色渐变到红色 */ linear-gradient(45deg, blue, red); &::before { @include size(100%, 4px); position: absolute; left: 0; bottom: 0; background: li 阅读全文
posted @ 2021-11-05 11:26 盘思动 阅读(174) 评论(0) 推荐(0)
摘要: <div class="first_tab_item pointer" :class="{first_tab_item_active: tabIndex<4}" @click="changeTab(0)"> <i class="iconfont icon-yiliao"></i>{{ $t('pro 阅读全文
posted @ 2021-11-05 10:50 盘思动 阅读(334) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 133 下一页