摘要:
提交本地文件到github 想用账户名和密码的方式好像不支持了,提示Support for password authentication was removed 查看官方的解释:https://github.blog/changelog/2021-08-12-git-password-authen 阅读全文
摘要:
一般拿到的cookies字符串格式为"xxx:xxxxx; xxxx:xxxxx; ",简单自定义一个函数转换 def cookie_to_dic(mycookie): dic = {} for i in mycookie.split('; '): dic[i.split('=')[0]] = i. 阅读全文
摘要:
在连接说说时出现 500 Internal Privoxy Error Privoxy encountered an error while processing your request: Could not load template file no-server-data or one of 阅读全文