- 博客(11)
- 收藏
- 关注
原创 Extraneous non-emits event listeners (onJump) were passed to component but could not be automaticall
Extraneous non-emits event listeners (toJump) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it usin
2022-06-29 10:25:35
513
原创 A plugin must either be a function or an object with an “install“ function警告解决方法一
A plugin must either be a function or an object with an "install" function 解决办法
2022-06-16 11:23:48
16482
3
原创 Mysql数据库学习笔记
操作数据库{ create database 数据库名 default charset=uft8; show databases; //查看数据表 drop database 数据库名 //删除数据库}
2020-04-24 00:23:07
206
原创 Jquery基础快速学习(精简笔记)
ID选择器{ $('#ID')}类选择器{ $('.class')}标签选择器{ $('div')}属性选择器{ $("[属性名='值']") //等于值 $("[属性名^='值']") //开头 $("[属性名$='值']") //结尾 $("[属性名*='值']") //包含}位置选择器{ $("selector:fitst") //第一个 $("selec...
2020-04-17 16:06:02
122
原创 4.5
pxem 相对于父元素的字体大小rem 相对于跟元素的字体大小HSL和RGB工业界的颜色标准,H(Hue):色调 0~360 0或者360表示红色 120表示绿色 240蓝色S(Saturation):饱和度 0~1或者百分比L(Lightness):亮度 0~1或者百分比A(Alpha):透明度border-radius 百分比或者像素椭圆 100px / 50pxborde...
2020-04-05 22:44:33
114
原创 4.5
div:not(.box3) 除了filter:alpha??::first-letter 选择首字母::first-line 选择首行::before 和 ::afert //需要加content:''a::after{ content: attr(href);}<a href="asd">1</a>counter-reset:s...
2020-04-05 01:19:02
105
原创 4.2学习
:first-child 选择父元素的第一个子元素:last-child 选择父元素的"倒数"第一个子元素:nth-child(n) 选择父元素的第n个子元素 可以是(2n+1 | odd | even):nth-last-child(n) 选择父元素的 “ 倒数 ” 第n个子元素:nth-of-type(n) 出现的第n个子元素 (同一类型):nth-last-of-type 出现的...
2020-04-03 00:19:32
172
原创 4.1学习
<style type="text/css"> span{ text-decoration:line-through; color: grey } input[type="text"]:disabled{ cursor: not-allowed; }</style><span>用户...
2020-04-02 00:18:46
89
原创 3.31学习
multiple 属性 多选,邮箱,文件form 属性,写在外面的表单,使用form进行绑定formaction 属性 提到指定表单formmethoud 属性 使用指定的提交方式formenctype 属性 使用指定的传输进行编码formtarget 属性 使用指定的表单跳转autocomplete 属性 on/off 可以有文字提示autofocus 属性 自动获得焦点, 一个...
2020-03-31 23:53:59
105
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人