摘要: 问题汇总: 1、首次使用sourcetree连接github上传,需要输入账号与密码(github的登录名称与密码),若此时输入错误,再次推送代码时,会要求输入密码,将出现弹框 2、若此时再次输入错误,推送失败提示账户名与密码错误,无任何的弹框去设置密码 解决方法 一、删除保存的密钥 进入钥匙串访问 阅读全文
posted @ 2020-08-26 21:23 Syw_文 阅读(6525) 评论(0) 推荐(0)
摘要: a= "hello" 通过将a中的值不断的写入到b字符串中,得到b的的值类似如下: hello,hello,hello,hello 代码操作方式: #!/usr/bin/env python # coding = UTF-8 #Author:Lucky,time:2020/8/24 a = "hel 阅读全文
posted @ 2020-08-26 17:52 Syw_文 阅读(2517) 评论(0) 推荐(0)