上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 66 下一页

requests设置Authorization

摘要: headers = {"Authorization", "Bearer {}".format(token_string)} r = requests.get("https://api.spotify.com/v1/me/player/devices", headers=headers)https:/ 阅读全文
posted @ 2018-05-24 16:27 枫飞飞 阅读(2186) 评论(0) 推荐(0) 编辑

python的os模块命令

摘要: https://www.cnblogs.com/weiyiming007/p/8493913.html 阅读全文
posted @ 2018-05-23 15:23 枫飞飞 阅读(90) 评论(0) 推荐(0) 编辑

python的os模块

摘要: https://www.cnblogs.com/weiyiming007/p/8493913.html 阅读全文
posted @ 2018-05-23 14:33 枫飞飞 阅读(72) 评论(0) 推荐(0) 编辑

albert1017 Linux下压缩某个文件夹(文件夹打包)

摘要: tar -zcvf /home/xahot.tar.gz /xahottar -zcvf 打包后生成的文件名全路径 要打包的目录例子:把/xahot文件夹打包后生成一个/home/xahot.tar.gz的文件。 # tar -xf all.tar 这条命令是解出all.tar包中所有文件,-x是解 阅读全文
posted @ 2018-05-23 14:29 枫飞飞 阅读(138) 评论(0) 推荐(0) 编辑

装饰器加不加()

摘要: http://www.jb51.net/article/117933.htm 阅读全文
posted @ 2018-05-21 12:29 枫飞飞 阅读(94) 评论(0) 推荐(0) 编辑

json和jsonp解决跨域传输数据等

摘要: https://kb.cnblogs.com/page/139725/ https://blog.csdn.net/lambert310/article/details/51683775 阅读全文
posted @ 2018-05-17 19:30 枫飞飞 阅读(143) 评论(0) 推荐(0) 编辑

wsgi

摘要: http://python.jobbole.com/88653/ 阅读全文
posted @ 2018-05-17 18:04 枫飞飞 阅读(98) 评论(0) 推荐(0) 编辑

flask建立数据模型数据类型

摘要: https://blog.csdn.net/happyanger6/article/details/53947162 https://blog.csdn.net/happyanger6/article/details/53947162 阅读全文
posted @ 2018-05-14 16:11 枫飞飞 阅读(177) 评论(0) 推荐(0) 编辑

爬虫中

摘要: https://blog.csdn.net/vip_wangsai/article/details/51997882 锚点 阅读全文
posted @ 2018-05-12 22:46 枫飞飞 阅读(84) 评论(0) 推荐(0) 编辑

HTTP代理服务器基本知识

摘要: http://www.cnblogs.com/TankXiao/archive/2012/12/12/2794160.html https://blog.csdn.net/xiaoxiaorenky/article/details/6229734 good https://blog.csdn.net 阅读全文
posted @ 2018-05-11 21:08 枫飞飞 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 66 下一页