03 2020 档案

es6模块化
摘要:1、es6模块.js /* var es6模块={ name:'oldDog' , fun:function () { return 'fun' } } export default es6模块*/ export default { name:'oldDog' , fun:function () { 阅读全文

posted @ 2020-03-22 19:19 历历往事如在昨日 阅读(237) 评论(0) 推荐(0)

git 安装配置
摘要:1、下载安装 https://git-scm.com/download/win 2、配置 # 配置用户名 git config --global user.name "oldDog" //( "username"是自己的账户名,) # 配置邮箱 git config --global user.em 阅读全文

posted @ 2020-03-22 18:18 历历往事如在昨日 阅读(147) 评论(0) 推荐(0)

导航