上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: autocomplete="off" 不起作用解决方案 是因为input 没有设置name的原因 <form action="/example/html5/demo_form.asp" method="get" autocomplete="on"> First name:<input type="t 阅读全文
posted @ 2019-12-24 23:14 haveProgress 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: components下创建 toast 文件夹, 文件夹里面创建 toast.vue 和 index.js 我的理解:先写一个模板,然后通过vue.extend初始化为一个vue构造器,然后通过一个函数去实例化 挂载在Vue原型链和文档中,通过vue调用显示隐藏。欢迎讨论其他写法,和各种写法的优点缺 阅读全文
posted @ 2019-12-22 13:30 haveProgress 阅读(690) 评论(0) 推荐(0) 编辑
摘要: css动画和交互系列一 阅读全文
posted @ 2019-12-15 10:13 haveProgress 阅读(250) 评论(0) 推荐(0) 编辑
摘要: div { border-top: none; border: 1px solid #f5f5f5; box-shadow: 3px 2px 5px 2px #e4e3e3; border-bottom-left-radius: 7px; border-bottom-right-radius: 7p 阅读全文
posted @ 2019-12-11 01:01 haveProgress 阅读(535) 评论(0) 推荐(0) 编辑
摘要: main.js添加 import VConsole from 'vconsole/dist/vconsole.min.js' let vConsole = new VConsole() import VConsole from 'vconsole/dist/vconsole.min.js' let  阅读全文
posted @ 2019-11-29 18:50 haveProgress 阅读(4922) 评论(0) 推荐(0) 编辑
摘要: 只要设置这个就行了 "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 0.0.0.0", 切记关闭防火墙,因为这个浪费了我半个多小时 另外如html里有这个也要去掉 <me 阅读全文
posted @ 2019-11-20 22:01 haveProgress 阅读(655) 评论(0) 推荐(0) 编辑
摘要: &符号的意思是对变量取内存地址*符号的意思是对指针取值 阅读全文
posted @ 2019-09-30 11:06 haveProgress 阅读(120) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2019-09-17 23:48 haveProgress 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 子组件取名headtop 不行headtop1和其他的就行,唉 后面发现是第一次路径错了 然后在其他地方复制了这个组件 引入的是复制的组件导致的这个问题 阅读全文
posted @ 2019-09-16 22:44 haveProgress 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 使用ctx.clip()之后每次重绘都是同一张图片 刚开始思考是不是需要每次先清除画布再绘制 ctx.clearRect() 发现还是不行 然后调整代码顺序 ,一行一行代码注释 看是哪个的问题 发现是clip()的问题 思考良久 后面想了一下 百度看一下clip()的语法 有网友说 试了一下 OK 阅读全文
posted @ 2019-07-24 21:47 haveProgress 阅读(328) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页