上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页
摘要: 本文转载自https://www.cnblogs.com/vipchenwei/p/8686472.html 他也是转载的,但是他里面的博客有些指的一看 本文转载于:https://www.zhihu.com/question/34266997?from=profile_question_card 阅读全文
posted @ 2018-11-26 22:59 扫驴 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Coding迪斯尼 讲解编译原理,操作系统实现等这是其网易云课堂主页https://study.163.com/provider/7600199/course.htm 这是其博客https://blog.csdn.net/tyler_download/article/list/12?t=1 阅读全文
posted @ 2018-11-26 22:46 扫驴 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 三元运算a:3 if 1==1 else 2 a=['a','b','c','d','e','e']a,pop(2)a.pop()del a[1]=a.pop(1)a.index('a')获取下标a.count('a')a.clear()a.remove('a')a.reverse()反转a.sor 阅读全文
posted @ 2018-11-20 21:41 扫驴 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 解决方法,设置超时时间 pip --default-timeout=100 install -U Pillow 阅读全文
posted @ 2018-11-19 17:15 扫驴 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 转载https://www.jianshu.com/p/ace9be0b08ed 公司运维提供的服务器是centos6.8,打算在上面装python3.7,结果费尽周折,按照网上的步骤python3.7能成功安装,但是import ssl却报找不到_ssl模块的错误: import _ssl # i 阅读全文
posted @ 2018-11-19 17:01 扫驴 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 可以看看 阅读全文
posted @ 2018-11-18 17:01 扫驴 阅读(140) 评论(1) 推荐(0) 编辑
摘要: 转载自: https://www.cnblogs.com/zhaof/p/8490045.html 一直对asyncio这个库比较感兴趣,毕竟这是官网也非常推荐的一个实现高并发的一个模块,python也是在python 3.4中引入了协程的概念。也通过这次整理更加深刻理解这个模块的使用 asynci 阅读全文
posted @ 2018-11-18 10:19 扫驴 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1.asyncio.wait asyncio.gather这两个都是接受多个future或coro组成的列表,但是不同的是,asyncio.gather会将列表中不是task的coro预先封装为future,而wait则不会。 不过,loop.run_until_complete(asyncio.w 阅读全文
posted @ 2018-11-17 20:04 扫驴 阅读(10436) 评论(1) 推荐(2) 编辑
摘要: 以下论述转载自https://segmentfault.com/q/1010000007863971 答主论述清晰,很不错,可参考他的其他答案 首先,event loop 就是一个普通 Python 对象,您可以通过 asyncio.new_event_loop() 创建无数个 event loop 阅读全文
posted @ 2018-11-16 16:11 扫驴 阅读(5178) 评论(1) 推荐(2) 编辑
摘要: 100 the be and of a in to have it I that for you he with on do say this they at but we his from not by she or as what go their can who get if would he 阅读全文
posted @ 2018-11-06 11:51 扫驴 阅读(3073) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页