摘要: 1.首先打开Git Bash设置名字和邮箱: git config --global user.name "你的名字" git config --global user.email“你的邮箱" 2.删除.SSH文件下的known_hosts(.SSH在C:\Users\Windows用户名目录下) 阅读全文
posted @ 2020-02-25 12:04 YJUI 阅读(674) 评论(0) 推荐(0)
摘要: 在页面中引入jquery和circleChart.min.js文件。 <script src="path/to/jquery.min.js"></script> <script src="path/to/circleChart.min.js"></script> HTML结构 使用一个<div>元素 阅读全文
posted @ 2020-02-25 10:17 YJUI 阅读(1574) 评论(0) 推荐(0)