上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 169 下一页
摘要: 一,解决translate时移动的元素闪烁: 1,问题的表现: mac版safari,在div有transform translate动画滑动时会发生闪烁(或者说是闪动,有黑影闪过) 另外滑动的div达到一定长度才有这个现象: 640px x 3的长度没有此问题,1280px x 3的长度时有此问题 阅读全文
posted @ 2022-10-09 21:37 刘宏缔的架构森林 阅读(1703) 评论(0) 推荐(1)
摘要: 一,el-loading 1,文档地址: https://element-plus.gitee.io/zh-CN/component/loading.html 2, 查看element-plus的版本: liuhongdi@lhdpc:/data/vue/imgtouch$ npm list ele 阅读全文
posted @ 2022-10-08 17:20 刘宏缔的架构森林 阅读(2256) 评论(0) 推荐(0)
摘要: 一,安装axios库 1,相关地址 官网: https://axios-http.com/ 代码地址: https://github.com/axios/axios 2,安装 liuhongdi@lhdpc:/data/vue/axios$ npm install --save axios adde 阅读全文
posted @ 2022-10-08 15:12 刘宏缔的架构森林 阅读(474) 评论(0) 推荐(0)
摘要: 一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <script> //一,用typeof 得到变量的类型 let one = 'a'; console.log(typeof one); on 阅读全文
posted @ 2022-10-06 21:31 刘宏缔的架构森林 阅读(88) 评论(0) 推荐(0)
摘要: 一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> <script src="pcpageapp.js"></script> <style type="text/css"> .pageOne{ width:800px; po 阅读全文
posted @ 2022-10-01 13:03 刘宏缔的架构森林 阅读(30) 评论(0) 推荐(0)
摘要: 一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <script> //console.log("window.onload未执行前的值:"+window.onload); //console 阅读全文
posted @ 2022-09-26 22:36 刘宏缔的架构森林 阅读(281) 评论(0) 推荐(0)
摘要: 一,js代码 <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body onmousemove="divmousemoving()" onMouseUp="divmouseup()"> <div style="marg 阅读全文
posted @ 2022-09-26 15:41 刘宏缔的架构森林 阅读(398) 评论(0) 推荐(0)
摘要: 一,小型团队在编程语言/框架选型的原则: 第一:要选择自己最熟悉的语言/框架: 不要在一个重要项目中边做边学,除非是时间上没有要求的个人学习 第二:如果项目就是面向终端用户的,通常我们称之为前台项目,要考虑到第3方SDK的方便集成。 以电商为例,包括:支付宝支付、微信支付、快递100、短信平台等sd 阅读全文
posted @ 2022-09-25 09:41 刘宏缔的架构森林 阅读(160) 评论(0) 推荐(0)
摘要: 一,js代码 <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <button onclick="assign()">无效:变量直接赋值</button><br/><br/><br/> <button onc 阅读全文
posted @ 2022-09-22 22:19 刘宏缔的架构森林 阅读(104) 评论(0) 推荐(0)
摘要: 一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <button onclick="assignCopy()">无效:变量直接赋值</button><br/><br/><br/> <butto 阅读全文
posted @ 2022-09-21 22:02 刘宏缔的架构森林 阅读(102) 评论(0) 推荐(0)
上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 169 下一页