11 2021 档案

摘要:git config --global user.name "你的名字或昵称" git config --global user.email "你的邮箱" ssh-keygen -t rsa -C "xxxxx@xxxxx.com" 在c:/Users/“你的用户名”/.ssh路径下,找到id_rs 阅读全文
posted @ 2021-11-23 21:37 想学前端的小李 阅读(49) 评论(0) 推荐(0) 编辑
摘要:获取当前时间 function show(){ var now = new Date(); var year = now.getFullYear(); //得到年份 var month = now.getMonth()+1;//得到月份 var date = now.getDate();//得到日期 阅读全文
posted @ 2021-11-08 11:50 想学前端的小李 阅读(31) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示