这是swiper专门为了vue开发出的插件,参数基本一样 https://www.swiper.com.cn/ vue中使用 npm install vue-awesome-swiper 组件中引入 import { Swiper, SwiperSlide } from 'vue-awesome-s ...
分类:
其他好文 时间:
2020-07-17 14:02:11
阅读次数:
125
一、什么是Sass Sass(Syntactically Awesome StyleSheets)是css的一个扩展开发工具,它允许你使用变量、条件语句等,使开发更简单可维护。这里是官方文档。 二、基本语法 1)变量 sass的变量名必须是一个$符号开头,后面紧跟变量名。 //sass 样式 $re ...
分类:
其他好文 时间:
2020-07-16 21:29:57
阅读次数:
72
借鉴Kr1s77大佬的爬虫资料,GitHbub链接:https://github.com/Kr1s77/awesome-python-login-model 整理一下,给自己学习爬虫使用 001.百度贴吧 # 是告诉操作系统执行这个脚本的时候,调用/usr/bin下的python3解释器; # !/ ...
分类:
其他好文 时间:
2020-07-16 18:25:37
阅读次数:
139
1.Cannot find module 'swiper' 我也就试了下github上的demo啊,哪错了?? 好的,再去下载swiper,轮播图能显示了 让我们再来试试下面的小点点 不管是 pagination: { el: '.swiper-pagination' } 还是 pagination ...
分类:
其他好文 时间:
2020-07-08 19:31:13
阅读次数:
118
先来看一下官方方法 vue-awesome-swiper 官方推荐使用 import 'swiper/css/swiper.css'但实际上版本已经过时!!! 此时我用的是 6.0.0版本 可以发现我node_module下的swiper中没有css文件夹 查阅官方git的issues后知道要转变为 ...
分类:
Web程序 时间:
2020-07-05 19:24:22
阅读次数:
629
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:
其他好文 时间:
2020-07-03 12:57:57
阅读次数:
63
Html&Css06:字体 html==>结构 css ==>表现 js ==>行为 1、字体相关的样式 color 用来设置字体的颜色 font-size 字体的大小 em 相当于当前元素的一个font-size rem 相对于根元素的一个font-size px font-family 字体族( ...
分类:
Web程序 时间:
2020-07-02 13:08:46
阅读次数:
70
1,使用方法:设置一个swiperOptions对象,对象的值是一个数组,该数组由Swiper的相关参数组成(Swiper的相关参数,详情请看官网:[https://www.swiper.com.cn/api/index.html])(https://www.swiper.com.cn/api/in ...
分类:
其他好文 时间:
2020-07-01 20:09:56
阅读次数:
148
go中的copy,一般习惯来讲都是值拷贝,但是这种拷贝存在的问题是锁对象的“失效” 如何对一个对象进行nocopy处理,下面是一种方式 package main import ( "fmt" ) type noCopy struct{} // Lock is a no-op used by -cop ...
分类:
其他好文 时间:
2020-06-29 22:58:40
阅读次数:
63
https://github.com/surmon-china/vue-awesome-swiper/blob/master/examples/03-pagination.vue https://surmon-china.github.io/vue-awesome-swiper/ ...
分类:
其他好文 时间:
2020-06-18 13:03:02
阅读次数:
44