1. automake问题 1.1 automake 1.15.1-version mismatch 文件是由automake-1.15生成的,但当前安装的是automake 1.15.1,需要执行下面的操作即可,当然要在源代码有Makefile.am文件的目录: 需要执行以下命令 aclocal
1. 安装MSYS2 1.1 官网链接: MSYS2 1.2 下载链接: github下载 2. 安装方式 安装相对简单,只需要下一步即可
爬取Android常用库 import requests from bs4 import BeautifulSoup response = requests.get('https://hndeveloper.github.io/2017/github-android-ui.html') # w