摘要: 输入 $ git config --list 可以查看配置的一些东西。可以看到user.name 和user.email 分别是什么。。 如果你没有初始化过。那么直接: $ git config --global user.name "输入你的用户名" $ git config --global u 阅读全文
posted @ 2021-04-08 18:42 Sameen 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1. 什么时候用数组,什么时候用对象? 2. 你写的源代码到客户从浏览器能访问到,中间大体经过哪些步骤(从前端工程化角度)? 3. sourcemap有什么作用? 4. 写一个react组件实现从10秒开始倒计时 class Countdown extends React.Component { } 阅读全文
posted @ 2021-04-08 16:39 Sameen 阅读(51) 评论(0) 推荐(0) 编辑