码迷,mamicode.com
首页 > 编程语言 > 详细

廖大python实战项目第二天

时间:2018-11-26 02:16:19      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:rar   hid   read   阅读   detail   run   的区别   port   log   

这一篇是补的,有些资料我也忘了当时查来干嘛。但是那么辛苦的查,总要记录下来。
不过经过那一天的学习,我不那么怕阅读文档了,而且有些文档写得真的非常清晰易读;

Asyncio

介绍

参考
Python 的异步 IO:Asyncio 简介
aiohttp官方文档

aiohttp官方文档写得非常地好,之后要反复地去查看

Run a Simple Web Server

参考
Run a Simple Web Server

Application and Router

参考
Application and Router
router参数

web.Resquest

参考
class aiohttp.web.Request

make_handler

参考
make_handler

Handler

参考
Handler


协程

参考:协程和例程

例程据我的理解就是c中的函数套用。上面这篇文章就解释了协程与它的区别,简单来说协程可以多次进入,而例程只能进入一次。


Evenloop()

run_until_complete()

参考
python文档--run_until_complete()

什么是Future

参考
coroutine 与 Future 的关系&Task 任务的正确退出方式
python文档--Tasks and coroutines

ip 和 port

百度知道

廖大python实战项目第二天

标签:rar   hid   read   阅读   detail   run   的区别   port   log   

原文地址:https://www.cnblogs.com/ChanWunsam/p/10018250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!