- 博客(3)
- 收藏
- 关注
原创 原生节流防抖基础
// // 防抖// const onChange = () => {// if (id) clearTimeout(id)// id = setTimeout(() => {// console.log('请求后台');// }, 500)// }// // 节流// let isbool = false// const onChange = () => {// if (isbool) return false// isbool = t
2021-04-09 13:36:26 72
原创 react 移动端 主动rem的配置
// (function (e, n) {// “use strict”;// var t = function () {// var t = document.getElementsByTagName(‘html’)[0].clientWidth;// return t ? void (n.documentElement.style.fontSize = 20 * t / 640 + “px”) : !1// };// t()// e.addEventL.
2021-04-08 15:33:59 170
原创 git 的使用与应用
* 配置 git:* github: 面向个人 功能会简单一些注册 github 账号* gitlab: 面向企业 功能非常复杂(OPS git 账号 密码) 发送到你的公司邮箱里(进公司给了账号后先瞅瞅有没有下载权限)git config --global user.name "用户名"git config --global user.email 邮箱(git 登录邮箱)* 查看 git 配置: git config --list...
2021-04-02 10:41:00 121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人