logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

gradle Received status code 403 from server: Forbidden

android studio同步nexus/maven仓库,因为代理报Received status code 403 from server: Forbidden错误

#android-studio
python过滤文件

#!/usr/bin/env python#coding=utf-8  def read_regular_list(path):    regular_list = list()    with open(path, 'r') as file_handle:        for row in file_handle:            regular_list.a

批量下载github上的多个仓库代码

#1.安装pipinstallgitpython#2.官网https://gitpython.readthedocs.io/en/stable/intro.html#3.代码importgit//远程url地址(这里加了.git),需要下载的代码url,git地址放在这个List里面(清空remoteUrls 替换成自己的)remoteUrls=['https://github.com/LZack

#github#git
到底了