摘要:
在app中的build.gradle中加入如下代码, 如图 阅读全文
posted @ 2019-03-25 21:44
anobscureretreat
阅读(1938)
评论(0)
推荐(0)
摘要:
在app中的build.gradle中加入如下代码, 如图 阅读全文
posted @ 2019-03-25 21:40
anobscureretreat
阅读(2489)
评论(0)
推荐(0)
摘要:
在app中的build.gradle中加入如下代码, 如图 阅读全文
posted @ 2019-03-25 21:35
anobscureretreat
阅读(1796)
评论(0)
推荐(0)
摘要:
import requests import time import hashlib import os import json from contextlib import closing import datetime def md5_passwd(str,salt=''): str=str+salt md = hashlib.md5() md.update(s... 阅读全文
posted @ 2019-03-25 18:46
anobscureretreat
阅读(381)
评论(0)
推荐(0)
摘要:
#下载大文件 chapters = requests.get(file_url) with open("xxx.tar.gz",'wb') as f: for chunk in chapters.iter_content(chunk_size=1024): if chunk: f.write(chunk) print('下载完了……') ... 阅读全文
posted @ 2019-03-25 18:17
anobscureretreat
阅读(461)
评论(0)
推荐(0)
摘要:
在project的gradle文件中,将 google()添加到jcenter()前面或后面。 再次同步即可! 阅读全文
posted @ 2019-03-25 02:05
anobscureretreat
阅读(3049)
评论(1)
推荐(0)
摘要:
点击报错信息中的app, 按照提示,修改compile 为 implementation 再次同步即可 结果 阅读全文
posted @ 2019-03-25 02:02
anobscureretreat
阅读(2514)
评论(0)
推荐(0)

浙公网安备 33010602011771号