摘要:
笔试题 # 华为笔试题 # 1.单词翻转 # 输入: "I am wind " # 输出: "I ma dniw" # def reverse_func(str_1): # lst = str_1.split(' ') # reverse_lst = [] # for i in lst: # if 阅读全文
摘要:
进入git界面 解决办法是: 输入第一行指令全部留空即可,一路回车 $ ssh-keygen -t rsa -C “邮箱地址” ##回车 Generating public/private rsa key pair.Enter file in which to save the key (/c/Us 阅读全文