摘要: 官方下载https://git-scm.com/downloads 1.创建SSH Key, 查看(path: c:用户/用户名/,ssh)是否有id_rsa、id_rsa.pub文件,如果没有需要手动生成。 打开git bash,在控制台中输入命令:$ ssh-keygen -t rsa -C " 阅读全文
posted @ 2018-12-28 21:04 散落的千本樱 阅读(186) 评论(0) 推荐(0)
摘要: # 把时间转为字符串datetime.strptime("2018-12-28 18:30:00", "%Y-%m-%d %H:%M:%S") 阅读全文
posted @ 2018-12-28 20:59 散落的千本樱 阅读(1546) 评论(0) 推荐(0)