CSS Ribbon

Reproducing the GitHub Ribbon in CSS

2018年3月18日

基于selectors模块实现并发的FTP

摘要: import socketimport os,sysBASE_DIR = os.path.dirname(os.path.abspath(__file__))class selectFtpClient: def __init__(self): self.args = sys.argv if len( 阅读全文

posted @ 2018-03-18 16:31 pandaboy1123 阅读(173) 评论(0) 推荐(0)

Pyhton学习——Day36

摘要: #异步IO——Asynchronous#异步效率最高,特点:全程无阻塞# 在说明synchronous IO和asynchronous IO的区别之前,需要先给出两者的定义。# Stevens给出的定义(其实是POSIX的定义)是这样子的:# A synchronous I/O operation 阅读全文

posted @ 2018-03-18 10:48 pandaboy1123 阅读(130) 评论(0) 推荐(0)

导航